COLOR #D6C0BC

HEX: #D6C0BC RGB: (214,192,188)

Color info

#D6C0BC contains red, green and blue colors in about the same proportion. Web safe color of #D6C0BC is #CCCCCC (or #CCC).

RGB color model

#D6C0BC color RGB value is (214,192,188).

RGB: (214,192,188) (84%, 75%, 74%)

RGB channels and saturation

R 214 of 255 = 84%
G 192 of 255 = 75%
B 188 of 255 = 74%

214
192
188

R + G + B ~ 78%. #D6C0BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 192 + 188 = 594 (100%)
R 214 of 594 ~ 36.03%
G 192 of 594 ~ 32.32%
B 188 of 594 ~ 31.65'%

%36.03
%32.32
%31.65

CMYK color model

#D6C0BC color CMYK value is (0,10,12,16).

  • cyan value is 0.00%
  • magenta value is 10.28%
  • yellow value is 12.15%
  • key color value is 16.08%

CMYK: (0,10,12,16)
C0M10Y12K16 (0%, 10%, 12%, 16%)
(0.00 / 0.10 / 0.12 / 0.16)

CMYK percentages

%0
%10.28
%12.15
%16.08

Codes

Color #D6C0BC in popluar color models

D6 C0 BC
RGB 214 192 188
HSL 24.07% 78.82%
HSB/HSV 12.15% 83.92%
CMYK 0.00% 10.28% 12.15%
16.08%

Color #D6C0BC in popluar number systems.

HEX D6 C0 BC
Decimal 214 192 188
Binary 11010110 11000000 10111100
Octal 326 300 274

Shades and tints

Shades of #D6C0BC

#D6C0BC
(214,192,188)
#C3AFAB
(195,175,171)
#B09E9A
(176,158,154)
#9D8D89
(157,141,137)
#8A7C78
(138,124,120)
#776B67
(119,107,103)
#645A56
(100,90,86)
#514945
(81,73,69)
#3E3834
(62,56,52)
#2B2723
(43,39,35)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #D6C0BC

#D6C0BC
(214,192,188)
#D9C5C2
(217,197,194)
#DCCAC8
(220,202,200)
#DFCFCE
(223,207,206)
#E2D4D4
(226,212,212)
#E5D9DA
(229,217,218)
#E8DEE0
(232,222,224)
#EBE3E6
(235,227,230)
#EEE8EC
(238,232,236)
#F1EDF2
(241,237,242)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C0BC color. Also use rgb(214,192,188) instead hex code.

Text Font Color

.myTextColor { color: #D6C0BC; }

<p style="color:#D6C0BC">This sample text font color is #D6C0BC.</p>

This text font color is #D6C0BC.

Background Color

.myBgColor { background-color: #D6C0BC; }

<div style="background-color:#D6C0BC">Inner text</div>

This div background color is #D6C0BC.

Border color

.myBorderColor { border: 1px solid #D6C0BC; }

<div style="border:3px solid #D6C0BC">Div</div>

This div border color is #D6C0BC.

Opacity

.myOpacity80 { color: #D6C0BC; opacity: 0.8; }

<p style="color:#D6C0BC;opacity:0.8;">80%</p>

Text with #D6C0BC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D6C0BC;}

<p style="text-shadow: 3px 3px 1px #D6C0BC">Text here.</p>

This text has shadow with #D6C0BC color.


.textShadow {text-shadow: 3px 3px 1px #D6C0BC', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D6C0BC, 5px 5px 20px red">Text here.</p>

This text has shadow with #D6C0BC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6C0BC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D6C0BC, Direction=45, Strength=4)">Text</p>

This text has shadow with #D6C0BC and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6C0BC;
-webkit-box-shadow: 1px 1px 3px 2px #D6C0BC;
box-shadow: 1px 1px 3px 2px #D6C0BC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6C0BC; -webkit-box-shadow: 1px 1px 3px 2px #D6C0BC; box-shadow:1px 1px 3px 2px #D6C0BC;">
Div content here
</div>

This div box has shadow with color #D6C0BC.

Preview

Color preview on black background

This text has color #D6C0BC on black background.


Color preview on white background

This text has color #D6C0BC on white background.


Black color preview on #D6C0BC background

This text has black color on #D6C0BC background.


White color preview on #D6C0BC background

This text has white color on #D6C0BC background.


Related colors

Complementary color

Complementary color for #hex is #293F43.


I love getcolorcode.com

Triadic colors

1 #BCD6C0 and #C0BCD6 with #D6C0BC are triadic colors.

2 #BCC0D6 and #C0D6BC with #D6C0BC are triadic colors.