Golden Tile Shadow floor tile, ice, 307x607

The photographs are for illustrative purposes only.
Get AI analytics on product Golden Tile Shadow floor tile, ice, 307x607:
23.66€ / box
Ex Tax: 19.08€ / box
15.88€ / m²
1 box = 1.49m²
Golden Tile
32.00 or more   20.40€ / box
0 reviews
In stock
Product Code: 000-54273BGI

Specification

  • Thickness (mm): 8,5
  • Color/Texture: Ice
  • Quantity of pieces in package: 8
  • Number of packs on a pallet: 32
  • Size (cm): 30x60
  • Purpose: for the hallway / corridor
    for the living room / hall
Qty
One click order
Tags:

Floor Tile Golden Tile Shadow, Ice color

Floor Tile Golden Tile Shadow, Ice color

The floor tile Golden Tile Shadow is a stylish and elegant solution for your interior. Its icy shade adds a special charm and coziness to the room. The tile measures 307x607 mm and has a thickness of 8.5 mm, providing durability and reliability. Each package contains 8 tiles, making it the perfect choice for updating your floor.

Specifications:

  • Tile Length (mm):

    607

  • Tile Width (mm):

    307

  • Thickness (mm):

    8.5

  • Color/Texture:

    Ice

  • Number of Tiles per Package:

    8

  • Packaging Weight (kg):

    29

```

Description provided by sitypro.com

Keraamilised plaadid
Thickness (mm)
8,5
Color/Texture
Ice
Quantity of pieces in package
8
Number of packs on a pallet
32
Size (cm)
30x60
Purpose
for the hallway / corridor
for the living room / hall
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Golden Tile Shadow floor tile, ice, 307x607
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Golden Tile Shadow floor tile, ice, 307x607

What is the Golden Tile Shadow floor tile, ice, 307x607?

Golden Tile Shadow floor tile, ice, 307x607 is a ceramic floor tile measuring 307x607 mm with 8.5 mm thickness in an ice colour; each pack contains 8 tiles, model BG21I940 by Golden Tile, suitable for residential and light commercial flooring.

Is this tile suitable for underfloor heating?

The 8.5 mm ceramic tile is generally compatible with underfloor heating systems; ensure correct adhesive, movement joints and that the installer verifies the allowable operating temperature before installation.

How many square metres does one pack cover and what is the pack weight?

One tile is 307×607 mm = 0.1865 m²; with 8 tiles per pack a pack covers about 1.492 m². The product description does not provide a completed value for pack weight.

What is the tile finish and colour — glossy or matte?

The description lists colour/texture as 'Ice' but does not specify glossy or matte finish; request a sample or ask the seller to confirm the exact surface finish before purchasing.

Can I use Golden Tile Shadow, ice, 307x607 in a bathroom?

Ceramic floor tiles are generally suitable for bathrooms when properly installed and with an appropriate anti-slip surface if needed; check the slip-resistance rating required for wet areas before installation.

What grout width is recommended for 307x607 mm tiles?

For 307×607 mm tiles a grout width of 2–5 mm is commonly recommended depending on substrate evenness and desired appearance; consult your tiler for the optimal width for your floor.

How many tiles per m² and how many packs for a 10 m² room?

One tile covers 0.1865 m², so about 5.36 tiles are needed per m². For 10 m² you need roughly 54 tiles — about 7 packs (8 tiles per pack); buy one extra pack as reserve.

How does model BG21I940 differ from other Golden Tile Shadow models?

This product is model BG21I940; differences between models typically involve size, thickness, colour or finish. Compare the technical specs of each model to identify exact differences.

Is the tile suitable for a hallway with heavy foot traffic?

A 307×607 mm tile with 8.5 mm thickness is typically durable enough for residential and busy hallways, but for very heavy commercial use check the PEI wear rating with the supplier.

What materials and adhesives are recommended to install this tile?

For 307×607 mm, 8.5 mm ceramic tiles use cement-based tile adhesives of medium workability (C1/C2) and a primer for the substrate; the exact adhesive and grout should be chosen by your tiler based on substrate type and conditions.

How to maintain Golden Tile Shadow floor tile, ice, to preserve appearance?

Routine care: regular damp cleaning with a neutral detergent, promptly remove dirt and grit, use protective pads under furniture legs and periodically inspect grout for repairs.

Where to buy Golden Tile Shadow floor tile, ice, 307x607?

You can buy Golden Tile Shadow floor tile, ice, 307x607 in our online store for 19.08€. Category: Wall tiles.

What is the price of Golden Tile Shadow floor tile, ice, 307x607?

The current price of Golden Tile Shadow floor tile, ice, 307x607 is 19.08€. Brand: Golden Tile.

Golden Tile Shadow floor tile, ice, 307x607 — specifications and description

Model: 000-54273BGI. Category: Wall tiles. Brand: Golden Tile. Price: 19.08€.

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ххххххх');