COLOR #D8DCA7

HEX: #D8DCA7
RGB: (216,220,167)

Color info

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

RGB color model

#D8DCA7 color RGB value is (216,220,167).

  • red value is 216;
  • green value is 220;
  • blue value is 167.
RGB:
(216,220,167)
(85%,86%,65%)

RGB channels and saturation

R 216 of 255 = 85%
G 220 of 255 = 86%
B 167 of 255 = 65%

216
220
167

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

Portions of RGB colors in percentages

R + G + B =
216 + 220 + 167 = 603 (100%)
R 216 of 603 ~ 35.82%
G 220 of 603 ~ 36.48%
B 167 of 603 ~ 27.69%

%35.82
%36.48
%27.69

CMYK color model

#D8DCA7 color CMYK value is (2,0,24,14).

  • cyan value is 1.82%
  • magenta value is 0.00%
  • yellow value is 24.09%
  • key color value is 13.73%
CMYK:
(2,0,24,14)
C2M0Y24K14 
(2%,0%,24%,14%)
(0.02/0.00/0.24/0.14)	

CMYK percentages

%1.82
%0
%24.09
%13.73

Codes

Color #D8DCA7 in popluar color models

D8DCA7
RGB216220167
HSL65°43.09%75.88%
HSB/HSV65°24.09%86.27%
CMYK1.82%0.00%24.09%
13.73%

Color #D8DCA7 in popluar number systems.

HEXD8DCA7
Decimal216220167
Binary110110001101110010100111
Octal330334247

Shades and tints

Shades of #D8DCA7

#D8DCA7
(216,220,167)
#C5C898
(197,200,152)
#B2B489
(178,180,137)
#9FA07A
(159,160,122)
#8C8C6B
(140,140,107)
#79785C
(121,120,92)
#66644D
(102,100,77)
#53503E
(83,80,62)
#403C2F
(64,60,47)
#2D2820
(45,40,32)
#1A1411
(26,20,17)
#000000
(0,0,0)

Tints of #D8DCA7

#D8DCA7
(216,220,167)
#DBDFAF
(219,223,175)
#DEE2B7
(222,226,183)
#E1E5BF
(225,229,191)
#E4E8C7
(228,232,199)
#E7EBCF
(231,235,207)
#EAEED7
(234,238,215)
#EDF1DF
(237,241,223)
#F0F4E7
(240,244,231)
#F3F7EF
(243,247,239)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DCA7 color. Also use rgb(216,220,167) instead hex code.

Text Font Color

.myTextColor { color: #D8DCA7; }

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

This text font color is #D8DCA7.


Background Color

.myBgColor { background-color: #D8DCA7; }

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

This div background color is #D8DCA7.


Border color

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

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

This div border color is #D8DCA7.


Opacity

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

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

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

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

This text has shadow with #D8DCA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DCA7 on black background.


Color preview on white background

This text has color #D8DCA7 on white background.



Black color preview on #D8DCA7 background

This text has black color on #D8DCA7 background.


White color preview on #D8DCA7 background

This text has white color on #D8DCA7 background.