COLOR #D5E9D9

HEX: #D5E9D9
RGB: (213,233,217)

Color info

#D5E9D9 contains red, green and blue colors in about the same proportion. Web safe color of #D5E9D9 is #CCFFCC (or #CFC).

RGB color model

#D5E9D9 color RGB value is (213,233,217).

  • red value is 213;
  • green value is 233;
  • blue value is 217.
RGB:
(213,233,217)
(84%,91%,85%)

RGB channels and saturation

R 213 of 255 = 84%
G 233 of 255 = 91%
B 217 of 255 = 85%

213
233
217

R + G + B ~ 87%. #D5E9D9 is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 233 + 217 = 663 (100%)
R 213 of 663 ~ 32.13%
G 233 of 663 ~ 35.14%
B 217 of 663 ~ 32.73%

%32.13
%35.14
%32.73

CMYK color model

#D5E9D9 color CMYK value is (9,0,7,9).

  • cyan value is 8.58%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 8.63%
CMYK:
(9,0,7,9)
C9M0Y7K9 
(9%,0%,7%,9%)
(0.09/0.00/0.07/0.09)	

CMYK percentages

%8.58
%0
%6.87
%8.63

Codes

Color #D5E9D9 in popluar color models

D5E9D9
RGB213233217
HSL132°31.25%87.45%
HSB/HSV132°8.58%91.37%
CMYK8.58%0.00%6.87%
8.63%

Color #D5E9D9 in popluar number systems.

HEXD5E9D9
Decimal213233217
Binary110101011110100111011001
Octal325351331

Shades and tints

Shades of #D5E9D9

#D5E9D9
(213,233,217)
#C2D4C6
(194,212,198)
#AFBFB3
(175,191,179)
#9CAAA0
(156,170,160)
#89958D
(137,149,141)
#76807A
(118,128,122)
#636B67
(99,107,103)
#505654
(80,86,84)
#3D4141
(61,65,65)
#2A2C2E
(42,44,46)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #D5E9D9

#D5E9D9
(213,233,217)
#D8EBDC
(216,235,220)
#DBEDDF
(219,237,223)
#DEEFE2
(222,239,226)
#E1F1E5
(225,241,229)
#E4F3E8
(228,243,232)
#E7F5EB
(231,245,235)
#EAF7EE
(234,247,238)
#EDF9F1
(237,249,241)
#F0FBF4
(240,251,244)
#F3FDF7
(243,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E9D9 color. Also use rgb(213,233,217) instead hex code.

Text Font Color

.myTextColor { color: #D5E9D9; }

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

This text font color is #D5E9D9.


Background Color

.myBgColor { background-color: #D5E9D9; }

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

This div background color is #D5E9D9.


Border color

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

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

This div border color is #D5E9D9.


Opacity

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

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

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

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

This text has shadow with #D5E9D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E9D9 on black background.


Color preview on white background

This text has color #D5E9D9 on white background.



Black color preview on #D5E9D9 background

This text has black color on #D5E9D9 background.


White color preview on #D5E9D9 background

This text has white color on #D5E9D9 background.