COLOR #D5DEA5

HEX: #D5DEA5
RGB: (213,222,165)

Color info

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

RGB color model

#D5DEA5 color RGB value is (213,222,165).

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

RGB channels and saturation

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

213
222
165

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

Portions of RGB colors in percentages

R + G + B =
213 + 222 + 165 = 600 (100%)
R 213 of 600 ~ 35.5%
G 222 of 600 ~ 37%
B 165 of 600 ~ 27.5%

%35.5
%37
%27.5

CMYK color model

#D5DEA5 color CMYK value is (4,0,26,13).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 25.68%
  • key color value is 12.94%
CMYK:
(4,0,26,13)
C4M0Y26K13 
(4%,0%,26%,13%)
(0.04/0.00/0.26/0.13)	

CMYK percentages

%4.05
%0
%25.68
%12.94

Codes

Color #D5DEA5 in popluar color models

D5DEA5
RGB213222165
HSL69°46.34%75.88%
HSB/HSV69°25.68%87.06%
CMYK4.05%0.00%25.68%
12.94%

Color #D5DEA5 in popluar number systems.

HEXD5DEA5
Decimal213222165
Binary110101011101111010100101
Octal325336245

Shades and tints

Shades of #D5DEA5

#D5DEA5
(213,222,165)
#C2CA96
(194,202,150)
#AFB687
(175,182,135)
#9CA278
(156,162,120)
#898E69
(137,142,105)
#767A5A
(118,122,90)
#63664B
(99,102,75)
#50523C
(80,82,60)
#3D3E2D
(61,62,45)
#2A2A1E
(42,42,30)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #D5DEA5

#D5DEA5
(213,222,165)
#D8E1AD
(216,225,173)
#DBE4B5
(219,228,181)
#DEE7BD
(222,231,189)
#E1EAC5
(225,234,197)
#E4EDCD
(228,237,205)
#E7F0D5
(231,240,213)
#EAF3DD
(234,243,221)
#EDF6E5
(237,246,229)
#F0F9ED
(240,249,237)
#F3FCF5
(243,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DEA5; }

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

This text font color is #D5DEA5.


Background Color

.myBgColor { background-color: #D5DEA5; }

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

This div background color is #D5DEA5.


Border color

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

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

This div border color is #D5DEA5.


Opacity

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

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

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

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

This text has shadow with #D5DEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DEA5 on black background.


Color preview on white background

This text has color #D5DEA5 on white background.



Black color preview on #D5DEA5 background

This text has black color on #D5DEA5 background.


White color preview on #D5DEA5 background

This text has white color on #D5DEA5 background.