Call Us: 888-993-3757Email: [email protected]Mon – Fri / 8:30AM – 5:00PM EST

eSCAPE 16″H Desk Top Mounted PET Desk Divider | 5 Widths | 15 Colors

SKU: ESC-P-DS-16-DMC

As low as:  $ Price range: $138.29 through $168.41

Dimensions 75 × 20 × 5 in Weight 13 lbs
Assembled Dimensions 0.5 × 16 × 71 in Assembled Weight 8 lbs
Application Desk dividers Screen Height 16"H
Panel Thickness 1/2" Edge Style Options Rounded Edge
Material PET (Polyethylene Terephthalate) Fire Rating ASTM E-84 Fireproof Rating of CLASS A
Hardware Included Desktop Mount Metal Finish Silver
Product Line eSCAPE Shipping Method Parcel
Warranty 5 Years
Dimensions 75 × 20 × 5 in
Weight 13 lbs
Assembled Dimensions 0.5 × 16 × 71 in
Assembled Weight 8 lbs
Application Desk dividers
Screen Height 16"H
Panel Thickness 1/2"
Edge Style Options Rounded Edge
Material PET (Polyethylene Terephthalate)
Fire Rating ASTM E-84 Fireproof Rating of CLASS A
Hardware Included Desktop Mount
Metal Finish Silver
Product Line eSCAPE
Shipping Method Parcel
Warranty 5 Years

Our 16″ tall desk screens and privacy dividers are designed to enhance the personal space, safety, and privacy between people & employees. Privacy screens create artificial barriers on desktops, tables, and worksurfaces. Additionally, the material we use (PET) to make these acoustic privacy screens helps reduce the amount of distracting, ambient noise.

PET (Polyethylene Terephthalate) is a lightweight, felt-like material which helps diminish noise within a work environment. It’s made from 100% recycled plastics such as soda bottles and food packaging. Also, because the PET material is soft and dense, it reduces high-frequency noises which frequently distract people while at work.

Our privacy screens come with metal desktop clamps which are adjustable. Each panel offers over a dozen colors. Our acoustic privacy screens are available in widths of 23″, 35″, 47″, 59″, or 71″. They ship within 2 business weeks.

Finally, we offer customization for all our eSCAPE products made from PET. We can add flourishes, logos, and corporate branding. Customization is available for an additional design fee plus the cost of the item.

The acoustic privacy screens can be used in a variety of ways.  For example, on tables, countertops, desks, or any shared surface in your workplace. Custom sizes are available (call for assistance).

Reviews

There are no reviews yet.

Be the first to review “eSCAPE 16″H Desk Top Mounted PET Desk Divider | 5 Widths | 15 Colors”

Your email address will not be published. Required fields are marked *

Recommended for You

6 Person Conference Room Set Up | Harmony Series 6′ Rectangular Meeting Table and 6 Ame Executive Chairs2-Person Cubicle Workstation | Laminate Gallery Panels | Sol Series | 6x6x52″-39″H

As low as:  $ Price range: $3,082.77 through $3,493.76

Select options

eSCAPE Series Square Grid Acoustic Wall Art | 47″W x 84″H | 15 Colors Available2-Person Cubicle Workstation | Laminate Gallery Panels | Sol Series | 6x6x52″-39″H

As low as:  $ Price range: $455.24 through $557.21

Select options

6-Foot Boat-Shaped Conference Table with Metal Base | Harmony Conference Series | 6×3 Table2-Person Cubicle Workstation | Laminate Gallery Panels | Sol Series | 6x6x52″-39″H

As low as:  $ Price range: $1,529.95 through $1,940.94

Select options

22-Foot Boat Shaped Conference Table with Metal T Bases | Harmony Conference Series | 22 Person Boardroom Table2-Person Cubicle Workstation | Laminate Gallery Panels | Sol Series | 6x6x52″-39″H

As low as:  $ Price range: $4,944.49 through $6,999.44

Select options
document.addEventListener('DOMContentLoaded', function () { const checkboxes = document.querySelectorAll('.cat-filter, .attr-filter'); const urlParams = new URLSearchParams(window.location.search); checkboxes.forEach(function (checkbox) { const taxonomy = checkbox.getAttribute('data-taxonomy'); const termId = checkbox.getAttribute('data-term-id'); if (!taxonomy || !termId) return; const paramName = 'b_' + taxonomy + '[0]'; if (urlParams.has(paramName)) { const values = urlParams.getAll(paramName); if (values.includes(termId)) { checkbox.checked = true; } } }); checkboxes.forEach(function (checkbox) { checkbox.addEventListener('change', function () { const url = new URL(window.location.href); const params = new URLSearchParams(); document.querySelectorAll('.cat-filter:checked, .attr-filter:checked') .forEach(function (cb) { const taxonomy = cb.getAttribute('data-taxonomy'); const termId = cb.getAttribute('data-term-id'); if (!taxonomy || !termId) return; const paramName = 'b_' + taxonomy + '[0]'; params.append(paramName, termId); }); url.search = params.toString(); window.location.href = url.toString(); }); }); }); function showFiltersByName(filterNames) { jQuery('.filter_con').each(function () { var $filterBox = jQuery(this); var headingText = $filterBox.find('h4').text().trim().toLowerCase(); // default hide $filterBox.hide(); // check allowed filters for (var i = 0; i < filterNames.length; i++) { if (headingText === filterNames[i].toLowerCase()) { $filterBox.show(); break; } } }); } jQuery(document).ready(function () { // var url = window.location.pathname.toLowerCase(); // // if (url.indexOf("00-cubicle-walls") !== -1) { // var filtersForCubicleWalls = [ // "Cubicle Cubicle System Type", // "Cubicle Cubicle Seats" // ]; // showFiltersByName(filtersForCubicleWalls); // } // // if (url.indexOf("office-partitions") !== -1) { // var filtersForPartitions = [ // "Cubicle Panel Height", // "Cubicles with Glass" // ]; // showFiltersByName(filtersForPartitions); // } // Check if URL contains "cubicle-walls" if (window.location.href.indexOf("00-cubicle-walls") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Cubicle System Type", "Cubicles with Glass", "Cubicles with Doors", "Cubicle Panel Height", "Cubicle Seats"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("glass-cubicles") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Cubicle System Type", "Cubicles with Glass", "Cubicles with Doors", "Cubicle Panel Height", "Cubicle Seats"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("02-cubicle-desks-and-workstations") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Cubicle System Type", "Cubicles with Glass", "Cubicles with Doors", "Cubicle Panel Height", "Cubicle Seats"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("call-center-cubicles") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Cubicle System Type", "Cubicles with Glass", "Cubicle Panel Height", "Cubicle Seats"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("03-office-dividers-and-partitions") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Cubicle System Type", "Cubicles with Glass", "Cubicle Panel Height", "Cubicle Seats"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("06-desk-dividers-and-privacy-screens") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Cubicle System Type", "Application", "Cubicle Panel Height", "Height"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("05-cubicle-panel-extenders") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Application", "Height"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("cubicle-accessories") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Application", "Height", "Accessory Type"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("07-storage-solutions") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Storage Type"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("electrical-modules-for-office-cubicles") !== -1) { // Predefined keywords to match against var filtersForPartitions = [""]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("worksurfaces") !== -1) { // Predefined keywords to match against var filtersForPartitions = [""]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("wall-mounted-acoustic-panels") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Application", "Screen Height", "Screen Width", "Accessory Type"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("hanging-acoustical-panels") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Application", "Screen Width", "Screen Height"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("desk-dividers-and-modesty-panels") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Application", "Cubicle System Type", "Screen Height"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("acoustic-ceiling-baffles") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Application", "Screen Height"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("slat-wall-panels") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Application", "Screen Width"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("acoustic-cubicle-extenders") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Application", "Screen Height"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("desks") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Desk Style", "Table Style"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("chairs") !== -1) { // Predefined keywords to match against var filtersForPartitions = [""]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("tables") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Table Style", "Cubicle Seats", "Conference Table Length", "Conference Table Capacity"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("ergonomic-solutions") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Accessory Type"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("storage-shelving") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Table Style", "Cubicle Seats", "Conference Table Length", "Storage Type"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("office-dividers-partitions") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Cubicle System Type", "Cubicles with Glass", "Cubicle Seats", "Cubicle Panel Height"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("desk-dividers-privacy-screens") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Application", "Cubicle System Type", "Cubicle Panel Height", "Height"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("cubicle-panel-extenders") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Application", "Screen Height"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("reception-lounge") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Desk Style", "Table Style", "Conference Table Length", "Cubicle System Type", "Cubicles with Glass", "Cubicles with Doors", "Cubicle Seats", "Cubicle Panel Height"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("conference-room") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Table Style", "Cubicle Seats", "Conference Table Length", "Storage Type"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("breakroom-lunchroom") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Table Style", "Cubicle Seats", "Conference Table Length", "Accessory Type"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("classroom") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Application", "Screen Width", "Screen Height", "Accessory Type"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("clearance") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Desk Style", "Table Style", "Cubicle Seats", "Conference Table Length", "Cubicle System Type", "Cubicles with Glass", "Cubicle Seats", "Cubicle Panel Height"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("office-accessories") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Application", "Width", "Height", "Accessory Type"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("table-bases") !== -1) { // Predefined keywords to match against var filtersForPartitions = [""]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("electrical-modules-for-office-cubicles") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Application"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("sapphire-wall-system") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Cubicle System Type", "Cubicles with Glass", "Cubicles with Doors", "Cubicle Seats", "Cubicle Panel Height"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("sapphire-cubicle-system") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Cubicle System Type", "Cubicles with Glass", "Cubicles with Doors", "Cubicle Seats", "Cubicle Panel Height"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("sapslim-cubicle-system") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Cubicle System Type", "Cubicles with Glass", "Cubicle Seats", "Cubicle Panel Height"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("emerald-cubicle-collection") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Cubicle System Type", "Cubicles with Glass", "Cubicles with Doors", "Cubicle Seats", "Cubicle Panel Height"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("quantum-sit-to-stand-desk-series") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Desk Style"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("indigo-desk-series") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Desk Style"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("nova-desking-system") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Desk Style"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("sol-office-furniture-collection") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Desk Style", "Table Style", "Cubicle Seats", "Conference Table Length", "Cubicle System Type", "Cubicles with Glass", "Cubicle Seats", "Storage Type"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("harmony-conference-series") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Table Style", "Cubicle Seats", "Conference Table Length", "Storage Type", "Conference Table Capacity"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("harmony-office-tables-series") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Table Style", "Cubicle Seats", "Conference Table Length", "Conference Table Capacity"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("escape-solutions-series") !== -1) { // Predefined keywords to match against var filtersForPartitions = ["Application", "Width", "Height", "Accessory Type"]; showFiltersByName(filtersForPartitions); } else if (window.location.href.indexOf("08-electrical-modules") !== -1) { // Predefined keywords to match against var filtersForPartitions = [""]; showFiltersByName(filtersForPartitions); } });