COLOR #D8C4AA

HEX: #D8C4AA
RGB: (216,196,170)

Color info

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

RGB color model

#D8C4AA color RGB value is (216,196,170).

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

RGB channels and saturation

R 216 of 255 = 85%
G 196 of 255 = 77%
B 170 of 255 = 67%

216
196
170

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

Portions of RGB colors in percentages

R + G + B =
216 + 196 + 170 = 582 (100%)
R 216 of 582 ~ 37.11%
G 196 of 582 ~ 33.68%
B 170 of 582 ~ 29.21%

%37.11
%33.68
%29.21

CMYK color model

#D8C4AA color CMYK value is (0,9,21,15).

  • cyan value is 0.00%
  • magenta value is 9.26%
  • yellow value is 21.30%
  • key color value is 15.29%
CMYK:
(0,9,21,15)
C0M9Y21K15 
(0%,9%,21%,15%)
(0.00/0.09/0.21/0.15)	

CMYK percentages

%0
%9.26
%21.3
%15.29

Codes

Color #D8C4AA in popluar color models

D8C4AA
RGB216196170
HSL34°37.10%75.69%
HSB/HSV34°21.30%84.71%
CMYK0.00%9.26%21.30%
15.29%

Color #D8C4AA in popluar number systems.

HEXD8C4AA
Decimal216196170
Binary110110001100010010101010
Octal330304252

Shades and tints

Shades of #D8C4AA

#D8C4AA
(216,196,170)
#C5B39B
(197,179,155)
#B2A28C
(178,162,140)
#9F917D
(159,145,125)
#8C806E
(140,128,110)
#796F5F
(121,111,95)
#665E50
(102,94,80)
#534D41
(83,77,65)
#403C32
(64,60,50)
#2D2B23
(45,43,35)
#1A1A14
(26,26,20)
#000000
(0,0,0)

Tints of #D8C4AA

#D8C4AA
(216,196,170)
#DBC9B1
(219,201,177)
#DECEB8
(222,206,184)
#E1D3BF
(225,211,191)
#E4D8C6
(228,216,198)
#E7DDCD
(231,221,205)
#EAE2D4
(234,226,212)
#EDE7DB
(237,231,219)
#F0ECE2
(240,236,226)
#F3F1E9
(243,241,233)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8C4AA; }

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

This text font color is #D8C4AA.


Background Color

.myBgColor { background-color: #D8C4AA; }

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

This div background color is #D8C4AA.


Border color

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

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

This div border color is #D8C4AA.


Opacity

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

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

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

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

This text has shadow with #D8C4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C4AA on black background.


Color preview on white background

This text has color #D8C4AA on white background.



Black color preview on #D8C4AA background

This text has black color on #D8C4AA background.


White color preview on #D8C4AA background

This text has white color on #D8C4AA background.