NEW - DALTILE Semi-Gloss 6"x6" Ceramic Wall Tile (50SqFt Total) (2024)

× Bidding has ended on this item.

"); if (!$(this).is(":visible")) { $(this).fadeTo(1000, 1, function () { $(this).slideDown(500); }); } }); } if (data.Accepted) { //prepare success system message systemMessage = "

×" + contextMessageDictionary["ActionSuccess"] + "

"; if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } //render checkout button if a lineitem was returned //EXCEPT: when Auto Generate Invoices is enabled, do not render checkout buttons for lots until the entire event has ended //if (!autoGenerateInvoices && ownerAllowsInstantCheckout && data.LineItemID) { if (ownerAllowsInstantCheckout && data.LineItemID) { var checkoutUrl = 'https://www.biddergy.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f412034339%2fNEW-DALTILE-SemiGloss-6x6-Ceramic-Wall-Tile-50SqFt-Total'; if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } if (data.LineItemID && !highlightCheckoutButtonForBuyNow) { //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=admin&template=ask_listing_question&listingID=412034340&returnUrl=%2FEvent%2FLotDetails%2F412034339%2FNEW-DALTILE-SemiGloss-6x6-Ceramic-Wall-Tile-50SqFt-Total'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=412034340&Receiver=admin' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } else { //ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

×" + contextMessageDictionary[data.ReasonString] + "

"; } else { systemMessage = "

×" + data.ReasonString + "

"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } else { //Context is null, but ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

×" + contextMessageDictionary[data.ReasonString] + "

"; } else { systemMessage = "

×" + data.ReasonString + "

"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } }); // render a checkout button if: // // - the lot ends successfully, and // - the winner is viewing, but only if // - auto gen invoices is disabled // // mainly to prevent one invoice per LOT per buyer, rather than the generally preferred one invoice per EVENT per buyer $(document).on("SignalR_UpdateListingStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; if (autoGenerateInvoices || ownerAllowsInstantCheckout) { if (data.Status == "Successful" && data.LineItemID && data.LineItemPayerUN == "") { //when Auto Generate Invoices is enabled, do not render checkout buttons for lots until the entire event has ended if (!autoGenerateInvoices) { var checkoutUrl = 'https://www.biddergy.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f412034339%2fNEW-DALTILE-SemiGloss-6x6-Ceramic-Wall-Tile-50SqFt-Total'; var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0) { //"/Account/SendListingMessage?receiver=tester1&template=ask_listing_question&listingID=166614&returnUrl=%2FListing%2FDetails%2F166614%2Ftest-item-J" var contactSellerUrl = '/Account/SendListingMessage?receiver=admin&template=ask_listing_question&listingID=412034340&returnUrl=%2FEvent%2FLotDetails%2F412034339%2FNEW-DALTILE-SemiGloss-6x6-Ceramic-Wall-Tile-50SqFt-Total'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=412034340&Receiver=admin' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } }); $(".GoToPrevLot").on("click", function () { var thisLotOrder = 9; var lastLotOrder = 9; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 407417459, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 9; var lastLotOrder = 9; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 407417459, lotOrder: (thisLotOrder + 1) }) .done(function (data) { console.log("next lot result: ", data); if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(document).on("SignalR_UpdateInvoiceStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; jslog("SignalR_UpdateInvoiceStatus (listing, invoice, status, payer): " + data.ListingID + ", " + data.InvoiceID + ", " + data.InvoiceStatus + ", " + data.InvoicePayerUN); //show "View Invoice" or "Checkout" button if applicable if (data.InvoicePayerUN == aweUserName) { //get result of /RealTime/IsInvoicePayable?invoiceId=nnnnnn var promise = Proxy.invokeAsync("IsInvoicePayable", { invoiceId: data.InvoiceID }, function(result) { var checkoutUrl = 'https://www.biddergy.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f412034339%2fNEW-DALTILE-SemiGloss-6x6-Ceramic-Wall-Tile-50SqFt-Total'; if (result.isPayable) { //invoice is payable if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } if ($("a.btn__detail__checkout").length == 0) { //render checkout button if one does not already exist var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; $(".detail__context-menu").prepend(checkoutHtml).show(); jslog("checkout button rendered for invoice #" + data.InvoiceID); } } else { //the invoice is not payable, so instead of 'checkout' button, render 'view invoice' button if one does not already exist if ($("a.btn__detail__invoices").length == 0) { var viewInvoiceHtml = '

' + '' + '' + '' + '' + '' + '' + 'View Invoice' + '' + '' + '

'; $(".detail__context-menu").append(viewInvoiceHtml).show(); jslog("view invoice button rendered for invoice #" + data.InvoiceID); } } //only render the contact and/or feedback buttons if either // a) the web.config setting HighlightCheckoutButtonForBuyNow is set to False, or // b) the invoice is not payable if (!highlightCheckoutButtonForBuyNow || !result.isPayable) { //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=admin&template=ask_listing_question&listingID=412034340&returnUrl=%2FEvent%2FLotDetails%2F412034339%2FNEW-DALTILE-SemiGloss-6x6-Ceramic-Wall-Tile-50SqFt-Total'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for invoice #" + data.InvoiceID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=412034340&Receiver=admin' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for invoice #" + data.InvoiceID); } } }, function(error) { jslog("Error retrieving invoice status (1): " + error); } ); promise.fail(function (jqXHR, textStatus) { jslog("Error retrieving invoice status (2): " + textStatus); }); } }); });

Preview

NEW - DALTILE Semi-Gloss 6"x6" Ceramic Wall Tile (50SqFt Total) NEW - DALTILE Semi-Gloss 6"x6" Ceramic Wall Tile (50SqFt Total) (1)

1919 E Kilgore Service Road, Kalamazoo, MI 49001

Kalamazoo, MI - Showroom 4

Lot # KZ0015259

NEW - DALTILE Semi-Gloss 6"x6" Ceramic Wall Tile (50SqFt Total) (2)

  • NEW - DALTILE Semi-Gloss 6"x6" Ceramic Wall Tile (50SqFt Total) (3)

  • NEW - DALTILE Semi-Gloss 6"x6" Ceramic Wall Tile (50SqFt Total) (4)

Current Price $15.00 ( )

Bidding will open in Starts On Thursday, June 6, 2024 at 8:00AM ET remaining

2Watching Add to Watch List

Item Description

  • Includes 4boxes of 50Pcs each (200Pcs total)
  • 12.5 square feet per box
  • Grade 1, first-quality ceramic tile for wall, countertop and backsplash use
  • 6" width x 6"length x 5/16 in. thick
  • Glazed smooth finish with a low sheen and a uniform variation in tone
  • Abrasion resistance level is suitable for wall and backsplash use
  • Non-vitreous tile has water absorption of more than 7%
  • Slip-resistance level suitable for wall and backsplash use only
  • Not frost resistant
  • Residential and light commercial use

Condition:New / Original Packaging

Color:Corn Silk (Pale Yellow)

Dimensions:6" x 6" Each (37.5SqFt Total)

Current Retail Value:$299.52

Class Key:Also see condition notes above for specific item details.

NEW- Items are in new condition.

CLASS A– Items that are like new and fully functional, original packaging may be open, dirty or missing. All pieces/parts are included. Items tested to the best of our ability.

​CLASS B– Items that have been slightly used or tested but are fully functional, item might show wear or have slight imperfections, scratches, dents, etc. but that does not affect functionality. Items tested to the best of our ability. Items can also be brand new and fully functional while having one damaged or missing part not affecting functionality.

CLASS C– Items that are missing parts or damaged to the extent that items may need slight repair or parts to function.

Inspection Times

All items listed in auction are located for inspection at our facility located at 1919 E Kilgore Service Road, Kalamazoo, MI unless otherwise noted. You are welcome to inspect the items before the auction anytime during our normal business hours which are Monday/Tuesday/Wednesday/Friday 9am-5pm, Thursday 9am-6pm, and Saturday 10am-2pm. Inspection is encouraged as all items are sold "as-is".

Condition

All items listed for auction are to be sold "as is, where as". All items are sold without warranty of any kind, neither expressed nor implied, all sales are final. Biddergy allows 7 days for marine items purchased in "running condition" to be inspected by a "certified marine technician".

Buyers Premium

18% BUYERS PREMIUM. If paying with cash, wire transfer, money order, or cashier's check, then 3% of the buyer's premium is waived, which makes it 15%.

Payment & Removal

Successful high bidders are to make payment and remove items no later than 7 days from specific purchase date. Biddergy accepts cash, wire transfer, money order, cashier's check, and credit cards (Visa, Discover, Mastercard, American Express). Successful high bidders are responsible for any federal, state, and local taxes that may apply. After this 7-day period if your invoice has not been both paid for and picked up, an automatic $2 per lot/per day storage fee will be added to your invoice and will be subject to being resold at the high bidder's expense. Biddergy reserves the right to charge your credit card on file if payment is not made during the designated time allotted. Our terms and conditions in their entirety can be found at www.biddergy.com/terms.

Sales Tax & Title Items

All bidders will be subject to 6% State of Michigan Sales tax. If you are tax exempt, please be prepared to provide our office with the proper documentation upon making payment.

Auctions

Auction dates and times are approximate and Biddergy reserves the right to alter times and dates at its discretion. Times are listed as Eastern Standard Time. All auctions are programmed to extend 5 minutes if last minute bids are placed. If no other bids are placed within 5 minutes, auction will end. Example - An item is scheduled to end at 8:00pm, a bid is placed at 7:58pm, the ending time will be extended 5 minutes making the end time 8:03pm, this will continue until no bids are placed during the last 5 minutes. Biddergy offers shipping between our auction centers, please contact our office at (866) 260-1611 for more information. Biddergy is also happy to work with your preferred shipping vendor, please contact our office for any handling fees that may apply.

NEW - DALTILE Semi-Gloss 6"x6" Ceramic Wall Tile (50SqFt Total) (2024)

FAQs

How many 2x6 tiles are in a square foot? ›

How Many Tile are in a Square Foot
SIZE (h x w)TILES/SQFTDEPTH
2” x 6”121/4”
2” x 8”91/4”
3” x 3”161/4”
3” x 6”81/4”
14 more rows

Is Dal-Tile porcelain or ceramic? ›

Daltile is the country's leading manufacturer and distributor of ceramic tile, porcelain tile & natural stone. Built on a tradition of outstanding design, quality, and service, for over 75 years we have set the standard for the tile industry.

How many square feet is a 3x6 tile? ›

This is enough to cover around 5.5 square feet.

What is the difference between ceramic floor tile and ceramic wall tile? ›

Answer: Floor tile is made thicker and harder to withstand foot traffic, appliances, furniture, etc. And most have added texture to reduce the risk of slips. Wall tile tends to be thinner, smoother and more delicate. It's also much slicker when it's wet, which is why wall tile is not recommended underfoot.

How do I calculate how many tiles I need? ›

Multiply the length and width of the space you want covered — like from the counter to the cabinets in a kitchen — by 12 to get each measurement in inches. Multiply these two numbers together to get your area, then divide that number by the area of the tile to get the number you will need.

How much tile do I need for a 12x12 room? ›

For example, if the square footage of the space is 120 square feet and each tile is 12 inches by 12 inches, the calculation would be 120 square feet / (12 inches x 12 inches) = 120 square feet / 144 square inches = 0.83 tiles.

Is Daltile made in China? ›

Their manufacturing facility in Conroe, TX is one of the only producers of 8" x 8" floor tile in the U.S.

Which is better quality ceramic or porcelain tile? ›

Both ceramic and porcelain tiles offer excellent performance in terms of resistance to wear. However, porcelain tiles have a slight edge due to their higher density and hardness, making them an excellent choice for areas that experience heavy use, such as kitchens, hallways, and entryways.

What is the difference between porcelain ceramic and ceramic? ›

Technically, porcelain is a type of ceramic, but porcelain is crafted from a mix of higher-grade clays and fired at more extreme temperatures than ceramic. This makes porcelain harder and denser than ceramic tile, and also more durable and less porous.

How to calculate tile layout? ›

Measuring for Tile

Here's how: Using a tape measure, calculate the length and width of the space in inches or centimeters, based on preference. For irregularly shaped spaces, divide the area into rectangles or squares and measure each segment separately. Multiply the length by the width to determine the total area.

How do you calculate wall tile area? ›

If you're tiling a floor, measure the width and multiply it by the depth to work out the square metre area. For walls, measure the width of each wall and multiply it by the height. Repeat for each wall you're tiling and simply add the measurements together to calculate your total area. Window or door in the way?

How much tile is needed for a shower? ›

If you want to use a 4-inch tile, for instance, and your shower is 100 inches by 60 inches, you would divide each number by four. That means you would need 25 tiles for the height and 15 tiles for the width. Now multiply the height tiles by the width tiles. This would be 25 x 15, for a total of 375 tiles for that wall.

What are the disadvantages of ceramic tiles? ›

While ceramic tile can be an excellent choice for your kitchen floor, it does come with a few drawbacks. Ceramic tile can crack as floors settle, and a dish or glass dropped on it is virtually guaranteed to shatter. It can also be cold and hard underfoot, so use a rug or cushioned mat to cancel out the discomfort.

Is ceramic tile outdated? ›

Though wood, linoleum, and cement are admirable competitors; tile is a timeless choice that will never go out of style.

Does ceramic tile need to be sealed? ›

While sealing very dense, glazed ceramic tiles is not exactly necessary, using a sealant could do the work of enhancing the overall appearance by protecting the grout and helping keep it clean.

How many tiles required for 1 square feet? ›

Divide the total area of the room/space by the total area of the tile that you have chosen for that room. For example, if the size of the tile is 1 sq. ft., you will need 120 tiles to cover a space of 120 sq. ft.

How much tile per square feet? ›

Typical costs range from $8 to $44 per square foot. The average cost for professional installation of a ceramic, travertine, or porcelain tile floor is $8 to $44 per square foot but can range depending on tile type and installation costs. Tile is a durable, attractive, and easy-to-clean flooring material.

How many 3 inch by 6 inch tiles are in a square foot? ›

I am going to word the question as follows: “How many 3 inch by 6 inch tiles are in a square foot?” 1 foot² = 12 inches x 12 inches = 144 inches². 1 tile is 3 inches x 6 inches = 18 inches². 8 tiles makes a square foot.

How many 600x600 tiles do I need? ›

This is a common question and ultimately this depends on the size of the tile. A 150 x 150mm will give you approximately 44 tiles to a square metre, but a 600 x 600mm tile will give you 2.8 tiles per square metre.

Top Articles
Latest Posts
Article information

Author: Allyn Kozey

Last Updated:

Views: 5864

Rating: 4.2 / 5 (63 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Allyn Kozey

Birthday: 1993-12-21

Address: Suite 454 40343 Larson Union, Port Melia, TX 16164

Phone: +2456904400762

Job: Investor Administrator

Hobby: Sketching, Puzzles, Pet, Mountaineering, Skydiving, Dowsing, Sports

Introduction: My name is Allyn Kozey, I am a outstanding, colorful, adventurous, encouraging, zealous, tender, helpful person who loves writing and wants to share my knowledge and understanding with you.