COLOR #D6D8AE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

214
216
174

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

Portions of RGB colors in percentages

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

%35.43
%35.76
%28.81

CMYK color model

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

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

CMYK percentages

%0.93
%0
%19.44
%15.29

Codes

Color #D6D8AE in popluar color models

D6D8AE
RGB214216174
HSL63°35.00%76.47%
HSB/HSV63°19.44%84.71%
CMYK0.93%0.00%19.44%
15.29%

Color #D6D8AE in popluar number systems.

HEXD6D8AE
Decimal214216174
Binary110101101101100010101110
Octal326330256

Shades and tints

Shades of #D6D8AE

#D6D8AE
(214,216,174)
#C3C59F
(195,197,159)
#B0B290
(176,178,144)
#9D9F81
(157,159,129)
#8A8C72
(138,140,114)
#777963
(119,121,99)
#646654
(100,102,84)
#515345
(81,83,69)
#3E4036
(62,64,54)
#2B2D27
(43,45,39)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #D6D8AE

#D6D8AE
(214,216,174)
#D9DBB5
(217,219,181)
#DCDEBC
(220,222,188)
#DFE1C3
(223,225,195)
#E2E4CA
(226,228,202)
#E5E7D1
(229,231,209)
#E8EAD8
(232,234,216)
#EBEDDF
(235,237,223)
#EEF0E6
(238,240,230)
#F1F3ED
(241,243,237)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D8AE; }

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

This text font color is #D6D8AE.


Background Color

.myBgColor { background-color: #D6D8AE; }

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

This div background color is #D6D8AE.


Border color

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

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

This div border color is #D6D8AE.


Opacity

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

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

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

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

This text has shadow with #D6D8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D8AE on black background.


Color preview on white background

This text has color #D6D8AE on white background.



Black color preview on #D6D8AE background

This text has black color on #D6D8AE background.


White color preview on #D6D8AE background

This text has white color on #D6D8AE background.