COLOR #D8D6AE

HEX: #D8D6AE
RGB: (216,214,174)

Color info

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

RGB color model

#D8D6AE color RGB value is (216,214,174).

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

RGB channels and saturation

R 216 of 255 = 85%
G 214 of 255 = 84%
B 174 of 255 = 68%

216
214
174

R + G + B ~ 79%. #D8D6AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 214 + 174 = 604 (100%)
R 216 of 604 ~ 35.76%
G 214 of 604 ~ 35.43%
B 174 of 604 ~ 28.81%

%35.76
%35.43
%28.81

CMYK color model

#D8D6AE color CMYK value is (0,1,19,15).

  • cyan value is 0.00%
  • magenta value is 0.93%
  • yellow value is 19.44%
  • key color value is 15.29%
CMYK:
(0,1,19,15)
C0M1Y19K15 
(0%,1%,19%,15%)
(0.00/0.01/0.19/0.15)	

CMYK percentages

%0
%0.93
%19.44
%15.29

Codes

Color #D8D6AE in popluar color models

D8D6AE
RGB216214174
HSL57°35.00%76.47%
HSB/HSV57°19.44%84.71%
CMYK0.00%0.93%19.44%
15.29%

Color #D8D6AE in popluar number systems.

HEXD8D6AE
Decimal216214174
Binary110110001101011010101110
Octal330326256

Shades and tints

Shades of #D8D6AE

#D8D6AE
(216,214,174)
#C5C39F
(197,195,159)
#B2B090
(178,176,144)
#9F9D81
(159,157,129)
#8C8A72
(140,138,114)
#797763
(121,119,99)
#666454
(102,100,84)
#535145
(83,81,69)
#403E36
(64,62,54)
#2D2B27
(45,43,39)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #D8D6AE

#D8D6AE
(216,214,174)
#DBD9B5
(219,217,181)
#DEDCBC
(222,220,188)
#E1DFC3
(225,223,195)
#E4E2CA
(228,226,202)
#E7E5D1
(231,229,209)
#EAE8D8
(234,232,216)
#EDEBDF
(237,235,223)
#F0EEE6
(240,238,230)
#F3F1ED
(243,241,237)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D6AE; }

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

This text font color is #D8D6AE.


Background Color

.myBgColor { background-color: #D8D6AE; }

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

This div background color is #D8D6AE.


Border color

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

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

This div border color is #D8D6AE.


Opacity

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

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

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

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

This text has shadow with #D8D6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D6AE on black background.


Color preview on white background

This text has color #D8D6AE on white background.



Black color preview on #D8D6AE background

This text has black color on #D8D6AE background.


White color preview on #D8D6AE background

This text has white color on #D8D6AE background.