COLOR #D8D6A9

HEX: #D8D6A9
RGB: (216,214,169)

Color info

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

RGB color model

#D8D6A9 color RGB value is (216,214,169).

  • red value is 216;
  • green value is 214;
  • blue value is 169.
RGB:
(216,214,169)
(85%,84%,66%)

RGB channels and saturation

R 216 of 255 = 85%
G 214 of 255 = 84%
B 169 of 255 = 66%

216
214
169

R + G + B ~ 78%. #D8D6A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 214 + 169 = 599 (100%)
R 216 of 599 ~ 36.06%
G 214 of 599 ~ 35.73%
B 169 of 599 ~ 28.21%

%36.06
%35.73
%28.21

CMYK color model

#D8D6A9 color CMYK value is (0,1,22,15).

  • cyan value is 0.00%
  • magenta value is 0.93%
  • yellow value is 21.76%
  • key color value is 15.29%
CMYK:
(0,1,22,15)
C0M1Y22K15 
(0%,1%,22%,15%)
(0.00/0.01/0.22/0.15)	

CMYK percentages

%0
%0.93
%21.76
%15.29

Codes

Color #D8D6A9 in popluar color models

D8D6A9
RGB216214169
HSL57°37.60%75.49%
HSB/HSV57°21.76%84.71%
CMYK0.00%0.93%21.76%
15.29%

Color #D8D6A9 in popluar number systems.

HEXD8D6A9
Decimal216214169
Binary110110001101011010101001
Octal330326251

Shades and tints

Shades of #D8D6A9

#D8D6A9
(216,214,169)
#C5C39A
(197,195,154)
#B2B08B
(178,176,139)
#9F9D7C
(159,157,124)
#8C8A6D
(140,138,109)
#79775E
(121,119,94)
#66644F
(102,100,79)
#535140
(83,81,64)
#403E31
(64,62,49)
#2D2B22
(45,43,34)
#1A1813
(26,24,19)
#000000
(0,0,0)

Tints of #D8D6A9

#D8D6A9
(216,214,169)
#DBD9B0
(219,217,176)
#DEDCB7
(222,220,183)
#E1DFBE
(225,223,190)
#E4E2C5
(228,226,197)
#E7E5CC
(231,229,204)
#EAE8D3
(234,232,211)
#EDEBDA
(237,235,218)
#F0EEE1
(240,238,225)
#F3F1E8
(243,241,232)
#F6F4EF
(246,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8D6A9 color. Also use rgb(216,214,169) instead hex code.

Text Font Color

.myTextColor { color: #D8D6A9; }

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

This text font color is #D8D6A9.


Background Color

.myBgColor { background-color: #D8D6A9; }

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

This div background color is #D8D6A9.


Border color

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

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

This div border color is #D8D6A9.


Opacity

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

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

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

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

This text has shadow with #D8D6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D6A9 on black background.


Color preview on white background

This text has color #D8D6A9 on white background.



Black color preview on #D8D6A9 background

This text has black color on #D8D6A9 background.


White color preview on #D8D6A9 background

This text has white color on #D8D6A9 background.