COLOR #D5DEAA

HEX: #D5DEAA
RGB: (213,222,170)

Color info

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

RGB color model

#D5DEAA color RGB value is (213,222,170).

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

RGB channels and saturation

R 213 of 255 = 84%
G 222 of 255 = 87%
B 170 of 255 = 67%

213
222
170

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

Portions of RGB colors in percentages

R + G + B =
213 + 222 + 170 = 605 (100%)
R 213 of 605 ~ 35.21%
G 222 of 605 ~ 36.69%
B 170 of 605 ~ 28.1%

%35.21
%36.69
%28.1

CMYK color model

#D5DEAA color CMYK value is (4,0,23,13).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 23.42%
  • key color value is 12.94%
CMYK:
(4,0,23,13)
C4M0Y23K13 
(4%,0%,23%,13%)
(0.04/0.00/0.23/0.13)	

CMYK percentages

%4.05
%0
%23.42
%12.94

Codes

Color #D5DEAA in popluar color models

D5DEAA
RGB213222170
HSL70°44.07%76.86%
HSB/HSV70°23.42%87.06%
CMYK4.05%0.00%23.42%
12.94%

Color #D5DEAA in popluar number systems.

HEXD5DEAA
Decimal213222170
Binary110101011101111010101010
Octal325336252

Shades and tints

Shades of #D5DEAA

#D5DEAA
(213,222,170)
#C2CA9B
(194,202,155)
#AFB68C
(175,182,140)
#9CA27D
(156,162,125)
#898E6E
(137,142,110)
#767A5F
(118,122,95)
#636650
(99,102,80)
#505241
(80,82,65)
#3D3E32
(61,62,50)
#2A2A23
(42,42,35)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #D5DEAA

#D5DEAA
(213,222,170)
#D8E1B1
(216,225,177)
#DBE4B8
(219,228,184)
#DEE7BF
(222,231,191)
#E1EAC6
(225,234,198)
#E4EDCD
(228,237,205)
#E7F0D4
(231,240,212)
#EAF3DB
(234,243,219)
#EDF6E2
(237,246,226)
#F0F9E9
(240,249,233)
#F3FCF0
(243,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DEAA; }

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

This text font color is #D5DEAA.


Background Color

.myBgColor { background-color: #D5DEAA; }

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

This div background color is #D5DEAA.


Border color

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

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

This div border color is #D5DEAA.


Opacity

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

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

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

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

This text has shadow with #D5DEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DEAA on black background.


Color preview on white background

This text has color #D5DEAA on white background.



Black color preview on #D5DEAA background

This text has black color on #D5DEAA background.


White color preview on #D5DEAA background

This text has white color on #D5DEAA background.