COLOR #D6C0AC

HEX: #D6C0AC
RGB: (214,192,172)

Color info

#D6C0AC contains red, green and blue colors in about the same proportion. Web safe color of #D6C0AC is #CCCC99 (or #CC9).

RGB color model

#D6C0AC color RGB value is (214,192,172).

  • red value is 214;
  • green value is 192;
  • blue value is 172.
RGB:
(214,192,172)
(84%,75%,67%)

RGB channels and saturation

R 214 of 255 = 84%
G 192 of 255 = 75%
B 172 of 255 = 67%

214
192
172

R + G + B ~ 75%. #D6C0AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 192 + 172 = 578 (100%)
R 214 of 578 ~ 37.02%
G 192 of 578 ~ 33.22%
B 172 of 578 ~ 29.76%

%37.02
%33.22
%29.76

CMYK color model

#D6C0AC color CMYK value is (0,10,20,16).

  • cyan value is 0.00%
  • magenta value is 10.28%
  • yellow value is 19.63%
  • key color value is 16.08%
CMYK:
(0,10,20,16)
C0M10Y20K16 
(0%,10%,20%,16%)
(0.00/0.10/0.20/0.16)	

CMYK percentages

%0
%10.28
%19.63
%16.08

Codes

Color #D6C0AC in popluar color models

D6C0AC
RGB214192172
HSL29°33.87%75.69%
HSB/HSV29°19.63%83.92%
CMYK0.00%10.28%19.63%
16.08%

Color #D6C0AC in popluar number systems.

HEXD6C0AC
Decimal214192172
Binary110101101100000010101100
Octal326300254

Shades and tints

Shades of #D6C0AC

#D6C0AC
(214,192,172)
#C3AF9D
(195,175,157)
#B09E8E
(176,158,142)
#9D8D7F
(157,141,127)
#8A7C70
(138,124,112)
#776B61
(119,107,97)
#645A52
(100,90,82)
#514943
(81,73,67)
#3E3834
(62,56,52)
#2B2725
(43,39,37)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #D6C0AC

#D6C0AC
(214,192,172)
#D9C5B3
(217,197,179)
#DCCABA
(220,202,186)
#DFCFC1
(223,207,193)
#E2D4C8
(226,212,200)
#E5D9CF
(229,217,207)
#E8DED6
(232,222,214)
#EBE3DD
(235,227,221)
#EEE8E4
(238,232,228)
#F1EDEB
(241,237,235)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C0AC; }

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

This text font color is #D6C0AC.


Background Color

.myBgColor { background-color: #D6C0AC; }

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

This div background color is #D6C0AC.


Border color

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

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

This div border color is #D6C0AC.


Opacity

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

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

Text with #D6C0AC 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 #D6C0AC;}

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

This text has shadow with #D6C0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C0AC on black background.


Color preview on white background

This text has color #D6C0AC on white background.



Black color preview on #D6C0AC background

This text has black color on #D6C0AC background.


White color preview on #D6C0AC background

This text has white color on #D6C0AC background.