COLOR #D5DEA7

HEX: #D5DEA7
RGB: (213,222,167)

Color info

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

RGB color model

#D5DEA7 color RGB value is (213,222,167).

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

RGB channels and saturation

R 213 of 255 = 84%
G 222 of 255 = 87%
B 167 of 255 = 65%

213
222
167

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

Portions of RGB colors in percentages

R + G + B =
213 + 222 + 167 = 602 (100%)
R 213 of 602 ~ 35.38%
G 222 of 602 ~ 36.88%
B 167 of 602 ~ 27.74%

%35.38
%36.88
%27.74

CMYK color model

#D5DEA7 color CMYK value is (4,0,25,13).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 24.77%
  • key color value is 12.94%
CMYK:
(4,0,25,13)
C4M0Y25K13 
(4%,0%,25%,13%)
(0.04/0.00/0.25/0.13)	

CMYK percentages

%4.05
%0
%24.77
%12.94

Codes

Color #D5DEA7 in popluar color models

D5DEA7
RGB213222167
HSL70°45.45%76.27%
HSB/HSV70°24.77%87.06%
CMYK4.05%0.00%24.77%
12.94%

Color #D5DEA7 in popluar number systems.

HEXD5DEA7
Decimal213222167
Binary110101011101111010100111
Octal325336247

Shades and tints

Shades of #D5DEA7

#D5DEA7
(213,222,167)
#C2CA98
(194,202,152)
#AFB689
(175,182,137)
#9CA27A
(156,162,122)
#898E6B
(137,142,107)
#767A5C
(118,122,92)
#63664D
(99,102,77)
#50523E
(80,82,62)
#3D3E2F
(61,62,47)
#2A2A20
(42,42,32)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #D5DEA7

#D5DEA7
(213,222,167)
#D8E1AF
(216,225,175)
#DBE4B7
(219,228,183)
#DEE7BF
(222,231,191)
#E1EAC7
(225,234,199)
#E4EDCF
(228,237,207)
#E7F0D7
(231,240,215)
#EAF3DF
(234,243,223)
#EDF6E7
(237,246,231)
#F0F9EF
(240,249,239)
#F3FCF7
(243,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DEA7; }

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

This text font color is #D5DEA7.


Background Color

.myBgColor { background-color: #D5DEA7; }

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

This div background color is #D5DEA7.


Border color

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

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

This div border color is #D5DEA7.


Opacity

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

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

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

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

This text has shadow with #D5DEA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DEA7 on black background.


Color preview on white background

This text has color #D5DEA7 on white background.



Black color preview on #D5DEA7 background

This text has black color on #D5DEA7 background.


White color preview on #D5DEA7 background

This text has white color on #D5DEA7 background.