Joint Grout CERESIT CE40 18 COAL 5kg

The photographs are for illustrative purposes only.
Get AI analytics on product Joint Grout CERESIT CE40 18 COAL 5kg:
20.56€ / pc.
Ex Tax: 16.58€ / pc.
4.11€ / m²
1 pc. = 5m²
Ceresit
0 reviews
In stock
Product Code: 000-312645ASP

Specification

Qty
One click order
Tags:

DESCRIPTION Joint Grout CERESIT CE40 18 COAL 5kg price 20.89€ Ceresit

Package dimensions24,00 x 24,00 x 19,50 cm
Net weight5,200 kg

Color Perfect koostisega elastne veekindel vuugisegu CE 40 Auquastatic sobib 1 – 8 mm laiuste vuukide täitmiseks vertikaal- ja horisontaalpindadel sise- ja välistingimuste. CE 40 tagab vuugi täiuslikult ühtlase ja püsiva värvitooni aastateks, plekkide ja soolavöötide puudumise ning kerge puhastamise ja hooldamise. Sobivad kasutuskohad: vannitoad ja köögid, rõdud ja terrassid, köetavad põrandad, fassaadid, käidavad kohtad (näit liikumisteed, koolid, kauplused, koridorid jms). Lihtne kokkusegamine, pealekandmine ja vuugi profileerimine.

Omadused:

-hea hõõrdumis- ja pragunemiskindlus
-vastupidav seentele ja hallitusele
-erinevatele plaatidele – glasuur-, täismass-, terrakota-, klaas- ja kiviplaadid, sh marmo
-deformeeruvatele ja halvas seisukorras aluspindadele
-elastsust nõudvatele aluspindadele – puitlaast- ja kipskartongplaadid, põrandaküte

Product details

Total weight: 5.20 kg
Package measurements: 24.00 x 24.00 x 19.50 cm

Description provided by sitypro.com

Keraamilised plaadid
Type
Grout for joints
Общее
Manufacturer
Ceresit
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Joint Grout CERESIT CE40 18 COAL 5kg
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Joint Grout CERESIT CE40 18 COAL 5kg

What is Joint Grout CERESIT CE40 18 COAL 5kg?

Joint Grout CERESIT CE40 18 COAL 5kg is an elastic, waterproof Color Perfect CE 40 Auquastatic grout designed for filling 1–8 mm joints on vertical and horizontal surfaces indoors and outdoors. It provides long-lasting uniform colour, stain- and salt‑resistance, mould resistance and easy cleaning.

What types of tiles is this grout suitable for?

CERESIT CE40 grout is suitable for glazed, full‑body, terracotta, glass and natural stone tiles, including marble. Its elastic formula also works on deforming and imperfect substrates.

Can CERESIT CE40 grout be used with underfloor heating?

Yes, CERESIT CE40 is suitable for use on heated floors. Follow substrate preparation instructions and allow joints to cure fully before switching on the heating.

What joint width is recommended for this grout?

CERESIT CE40 is designed for joints 1–8 mm wide, providing optimal elasticity and strength within that range. For narrower or wider joints, consider a different product.

How do I mix and apply CERESIT CE40 5kg grout?

Mix the powder with clean water to a homogeneous consistency, apply with a rubber float into joints and profile the joint. Water ratio and curing time vary with conditions—follow the pack instructions.

Is this grout suitable for outdoor facades and terraces?

Yes, CERESIT CE40 is waterproof and suitable for outdoor uses such as facades, balconies and terraces. Ensure joints are 1–8 mm wide and the substrate is properly prepared.

Is this grout resistant to mould and mildew in bathrooms?

Yes, CE 40 formulation is resistant to mould and mildew, making it suitable for bathrooms and kitchens. For best results, maintain correct joint dimensions and regular cleaning.

How does CERESIT CE40 differ from other Ceresit grouts?

CE40 is an elastic, waterproof Color Perfect grout for 1–8 mm joints emphasising long‑lasting colour and mould resistance. Other Ceresit ranges may be non‑elastic or formulated for different joint widths and applications.

What is the pack weight and product model/SKU?

The pack contains 5 kg of grout; model A089312SP and SKU 000-312645ASP, manufacturer Ceresit. Use these details to identify the product.

Is this grout suitable for outdoor cladding in freezing conditions?

CE40 is designed for outdoor use and is waterproof, but frost performance depends on correct substrate preparation and full curing before exposure. Follow installation guidance to ensure durability in cold climates.

Where to buy Joint Grout CERESIT CE40 18 COAL 5kg?

You can buy Joint Grout CERESIT CE40 18 COAL 5kg in our online store for 16.58€. Category: Joint mixtures.

What is the price of Joint Grout CERESIT CE40 18 COAL 5kg?

The current price of Joint Grout CERESIT CE40 18 COAL 5kg is 16.58€. Brand: Ceresit.

Joint Grout CERESIT CE40 18 COAL 5kg — specifications and description

Model: 000-312645ASP. Category: Joint mixtures. Brand: Ceresit. Price: 16.58€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');