COLOR #D7C8AC

HEX: #D7C8AC
RGB: (215,200,172)

Color info

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

RGB color model

#D7C8AC color RGB value is (215,200,172).

  • red value is 215;
  • green value is 200;
  • blue value is 172.
RGB:
(215,200,172)
(84%,78%,67%)

RGB channels and saturation

R 215 of 255 = 84%
G 200 of 255 = 78%
B 172 of 255 = 67%

215
200
172

R + G + B ~ 76%. #D7C8AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 200 + 172 = 587 (100%)
R 215 of 587 ~ 36.63%
G 200 of 587 ~ 34.07%
B 172 of 587 ~ 29.3%

%36.63
%34.07
%29.3

CMYK color model

#D7C8AC color CMYK value is (0,7,20,16).

  • cyan value is 0.00%
  • magenta value is 6.98%
  • yellow value is 20.00%
  • key color value is 15.69%
CMYK:
(0,7,20,16)
C0M7Y20K16 
(0%,7%,20%,16%)
(0.00/0.07/0.20/0.16)	

CMYK percentages

%0
%6.98
%20
%15.69

Codes

Color #D7C8AC in popluar color models

D7C8AC
RGB215200172
HSL39°34.96%75.88%
HSB/HSV39°20.00%84.31%
CMYK0.00%6.98%20.00%
15.69%

Color #D7C8AC in popluar number systems.

HEXD7C8AC
Decimal215200172
Binary110101111100100010101100
Octal327310254

Shades and tints

Shades of #D7C8AC

#D7C8AC
(215,200,172)
#C4B69D
(196,182,157)
#B1A48E
(177,164,142)
#9E927F
(158,146,127)
#8B8070
(139,128,112)
#786E61
(120,110,97)
#655C52
(101,92,82)
#524A43
(82,74,67)
#3F3834
(63,56,52)
#2C2625
(44,38,37)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #D7C8AC

#D7C8AC
(215,200,172)
#DACDB3
(218,205,179)
#DDD2BA
(221,210,186)
#E0D7C1
(224,215,193)
#E3DCC8
(227,220,200)
#E6E1CF
(230,225,207)
#E9E6D6
(233,230,214)
#ECEBDD
(236,235,221)
#EFF0E4
(239,240,228)
#F2F5EB
(242,245,235)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C8AC color. Also use rgb(215,200,172) instead hex code.

Text Font Color

.myTextColor { color: #D7C8AC; }

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

This text font color is #D7C8AC.


Background Color

.myBgColor { background-color: #D7C8AC; }

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

This div background color is #D7C8AC.


Border color

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

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

This div border color is #D7C8AC.


Opacity

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

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

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

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

This text has shadow with #D7C8AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C8AC on black background.


Color preview on white background

This text has color #D7C8AC on white background.



Black color preview on #D7C8AC background

This text has black color on #D7C8AC background.


White color preview on #D7C8AC background

This text has white color on #D7C8AC background.