COLOR #D8C7AD

HEX: #D8C7AD
RGB: (216,199,173)

Color info

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

RGB color model

#D8C7AD color RGB value is (216,199,173).

  • red value is 216;
  • green value is 199;
  • blue value is 173.
RGB:
(216,199,173)
(85%,78%,68%)

RGB channels and saturation

R 216 of 255 = 85%
G 199 of 255 = 78%
B 173 of 255 = 68%

216
199
173

R + G + B ~ 77%. #D8C7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 199 + 173 = 588 (100%)
R 216 of 588 ~ 36.73%
G 199 of 588 ~ 33.84%
B 173 of 588 ~ 29.42%

%36.73
%33.84
%29.42

CMYK color model

#D8C7AD color CMYK value is (0,8,20,15).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 19.91%
  • key color value is 15.29%
CMYK:
(0,8,20,15)
C0M8Y20K15 
(0%,8%,20%,15%)
(0.00/0.08/0.20/0.15)	

CMYK percentages

%0
%7.87
%19.91
%15.29

Codes

Color #D8C7AD in popluar color models

D8C7AD
RGB216199173
HSL36°35.54%76.27%
HSB/HSV36°19.91%84.71%
CMYK0.00%7.87%19.91%
15.29%

Color #D8C7AD in popluar number systems.

HEXD8C7AD
Decimal216199173
Binary110110001100011110101101
Octal330307255

Shades and tints

Shades of #D8C7AD

#D8C7AD
(216,199,173)
#C5B59E
(197,181,158)
#B2A38F
(178,163,143)
#9F9180
(159,145,128)
#8C7F71
(140,127,113)
#796D62
(121,109,98)
#665B53
(102,91,83)
#534944
(83,73,68)
#403735
(64,55,53)
#2D2526
(45,37,38)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #D8C7AD

#D8C7AD
(216,199,173)
#DBCCB4
(219,204,180)
#DED1BB
(222,209,187)
#E1D6C2
(225,214,194)
#E4DBC9
(228,219,201)
#E7E0D0
(231,224,208)
#EAE5D7
(234,229,215)
#EDEADE
(237,234,222)
#F0EFE5
(240,239,229)
#F3F4EC
(243,244,236)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C7AD color. Also use rgb(216,199,173) instead hex code.

Text Font Color

.myTextColor { color: #D8C7AD; }

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

This text font color is #D8C7AD.


Background Color

.myBgColor { background-color: #D8C7AD; }

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

This div background color is #D8C7AD.


Border color

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

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

This div border color is #D8C7AD.


Opacity

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

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

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

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

This text has shadow with #D8C7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C7AD on black background.


Color preview on white background

This text has color #D8C7AD on white background.



Black color preview on #D8C7AD background

This text has black color on #D8C7AD background.


White color preview on #D8C7AD background

This text has white color on #D8C7AD background.