COLOR #D5D8A7

HEX: #D5D8A7
RGB: (213,216,167)

Color info

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

RGB color model

#D5D8A7 color RGB value is (213,216,167).

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

RGB channels and saturation

R 213 of 255 = 84%
G 216 of 255 = 85%
B 167 of 255 = 65%

213
216
167

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

Portions of RGB colors in percentages

R + G + B =
213 + 216 + 167 = 596 (100%)
R 213 of 596 ~ 35.74%
G 216 of 596 ~ 36.24%
B 167 of 596 ~ 28.02%

%35.74
%36.24
%28.02

CMYK color model

#D5D8A7 color CMYK value is (1,0,23,15).

  • cyan value is 1.39%
  • magenta value is 0.00%
  • yellow value is 22.69%
  • key color value is 15.29%
CMYK:
(1,0,23,15)
C1M0Y23K15 
(1%,0%,23%,15%)
(0.01/0.00/0.23/0.15)	

CMYK percentages

%1.39
%0
%22.69
%15.29

Codes

Color #D5D8A7 in popluar color models

D5D8A7
RGB213216167
HSL64°38.58%75.10%
HSB/HSV64°22.69%84.71%
CMYK1.39%0.00%22.69%
15.29%

Color #D5D8A7 in popluar number systems.

HEXD5D8A7
Decimal213216167
Binary110101011101100010100111
Octal325330247

Shades and tints

Shades of #D5D8A7

#D5D8A7
(213,216,167)
#C2C598
(194,197,152)
#AFB289
(175,178,137)
#9C9F7A
(156,159,122)
#898C6B
(137,140,107)
#76795C
(118,121,92)
#63664D
(99,102,77)
#50533E
(80,83,62)
#3D402F
(61,64,47)
#2A2D20
(42,45,32)
#171A11
(23,26,17)
#000000
(0,0,0)

Tints of #D5D8A7

#D5D8A7
(213,216,167)
#D8DBAF
(216,219,175)
#DBDEB7
(219,222,183)
#DEE1BF
(222,225,191)
#E1E4C7
(225,228,199)
#E4E7CF
(228,231,207)
#E7EAD7
(231,234,215)
#EAEDDF
(234,237,223)
#EDF0E7
(237,240,231)
#F0F3EF
(240,243,239)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D8A7; }

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

This text font color is #D5D8A7.


Background Color

.myBgColor { background-color: #D5D8A7; }

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

This div background color is #D5D8A7.


Border color

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

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

This div border color is #D5D8A7.


Opacity

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

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

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

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

This text has shadow with #D5D8A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D8A7 on black background.


Color preview on white background

This text has color #D5D8A7 on white background.



Black color preview on #D5D8A7 background

This text has black color on #D5D8A7 background.


White color preview on #D5D8A7 background

This text has white color on #D5D8A7 background.