COLOR #D5EEAD

HEX: #D5EEAD
RGB: (213,238,173)

Color info

#D5EEAD contains mainly red and green colors. Web safe color of #D5EEAD is #CCFF99 (or #CF9).

RGB color model

#D5EEAD color RGB value is (213,238,173).

  • red value is 213;
  • green value is 238;
  • blue value is 173.
RGB:
(213,238,173)
(84%,93%,68%)

RGB channels and saturation

R 213 of 255 = 84%
G 238 of 255 = 93%
B 173 of 255 = 68%

213
238
173

R + G + B ~ 82%. #D5EEAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 238 + 173 = 624 (100%)
R 213 of 624 ~ 34.13%
G 238 of 624 ~ 38.14%
B 173 of 624 ~ 27.72%

%34.13
%38.14
%27.72

CMYK color model

#D5EEAD color CMYK value is (11,0,27,7).

  • cyan value is 10.50%
  • magenta value is 0.00%
  • yellow value is 27.31%
  • key color value is 6.67%
CMYK:
(11,0,27,7)
C11M0Y27K7 
(11%,0%,27%,7%)
(0.11/0.00/0.27/0.07)	

CMYK percentages

%10.5
%0
%27.31
%6.67

Codes

Color #D5EEAD in popluar color models

D5EEAD
RGB213238173
HSL83°65.66%80.59%
HSB/HSV83°27.31%93.33%
CMYK10.50%0.00%27.31%
6.67%

Color #D5EEAD in popluar number systems.

HEXD5EEAD
Decimal213238173
Binary110101011110111010101101
Octal325356255

Shades and tints

Shades of #D5EEAD

#D5EEAD
(213,238,173)
#C2D99E
(194,217,158)
#AFC48F
(175,196,143)
#9CAF80
(156,175,128)
#899A71
(137,154,113)
#768562
(118,133,98)
#637053
(99,112,83)
#505B44
(80,91,68)
#3D4635
(61,70,53)
#2A3126
(42,49,38)
#171C17
(23,28,23)
#000000
(0,0,0)

Tints of #D5EEAD

#D5EEAD
(213,238,173)
#D8EFB4
(216,239,180)
#DBF0BB
(219,240,187)
#DEF1C2
(222,241,194)
#E1F2C9
(225,242,201)
#E4F3D0
(228,243,208)
#E7F4D7
(231,244,215)
#EAF5DE
(234,245,222)
#EDF6E5
(237,246,229)
#F0F7EC
(240,247,236)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5EEAD color. Also use rgb(213,238,173) instead hex code.

Text Font Color

.myTextColor { color: #D5EEAD; }

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

This text font color is #D5EEAD.


Background Color

.myBgColor { background-color: #D5EEAD; }

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

This div background color is #D5EEAD.


Border color

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

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

This div border color is #D5EEAD.


Opacity

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

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

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

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

This text has shadow with #D5EEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EEAD on black background.


Color preview on white background

This text has color #D5EEAD on white background.



Black color preview on #D5EEAD background

This text has black color on #D5EEAD background.


White color preview on #D5EEAD background

This text has white color on #D5EEAD background.