COLOR #D8C1AA

HEX: #D8C1AA
RGB: (216,193,170)

Color info

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

RGB color model

#D8C1AA color RGB value is (216,193,170).

  • red value is 216;
  • green value is 193;
  • blue value is 170.
RGB:
(216,193,170)
(85%,76%,67%)

RGB channels and saturation

R 216 of 255 = 85%
G 193 of 255 = 76%
B 170 of 255 = 67%

216
193
170

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

Portions of RGB colors in percentages

R + G + B =
216 + 193 + 170 = 579 (100%)
R 216 of 579 ~ 37.31%
G 193 of 579 ~ 33.33%
B 170 of 579 ~ 29.36%

%37.31
%33.33
%29.36

CMYK color model

#D8C1AA color CMYK value is (0,11,21,15).

  • cyan value is 0.00%
  • magenta value is 10.65%
  • yellow value is 21.30%
  • key color value is 15.29%
CMYK:
(0,11,21,15)
C0M11Y21K15 
(0%,11%,21%,15%)
(0.00/0.11/0.21/0.15)	

CMYK percentages

%0
%10.65
%21.3
%15.29

Codes

Color #D8C1AA in popluar color models

D8C1AA
RGB216193170
HSL30°37.10%75.69%
HSB/HSV30°21.30%84.71%
CMYK0.00%10.65%21.30%
15.29%

Color #D8C1AA in popluar number systems.

HEXD8C1AA
Decimal216193170
Binary110110001100000110101010
Octal330301252

Shades and tints

Shades of #D8C1AA

#D8C1AA
(216,193,170)
#C5B09B
(197,176,155)
#B29F8C
(178,159,140)
#9F8E7D
(159,142,125)
#8C7D6E
(140,125,110)
#796C5F
(121,108,95)
#665B50
(102,91,80)
#534A41
(83,74,65)
#403932
(64,57,50)
#2D2823
(45,40,35)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #D8C1AA

#D8C1AA
(216,193,170)
#DBC6B1
(219,198,177)
#DECBB8
(222,203,184)
#E1D0BF
(225,208,191)
#E4D5C6
(228,213,198)
#E7DACD
(231,218,205)
#EADFD4
(234,223,212)
#EDE4DB
(237,228,219)
#F0E9E2
(240,233,226)
#F3EEE9
(243,238,233)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C1AA color. Also use rgb(216,193,170) instead hex code.

Text Font Color

.myTextColor { color: #D8C1AA; }

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

This text font color is #D8C1AA.


Background Color

.myBgColor { background-color: #D8C1AA; }

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

This div background color is #D8C1AA.


Border color

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

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

This div border color is #D8C1AA.


Opacity

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

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

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

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

This text has shadow with #D8C1AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C1AA on black background.


Color preview on white background

This text has color #D8C1AA on white background.



Black color preview on #D8C1AA background

This text has black color on #D8C1AA background.


White color preview on #D8C1AA background

This text has white color on #D8C1AA background.