COLOR #D5E9DD

HEX: #D5E9DD
RGB: (213,233,221)

Color info

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

RGB color model

#D5E9DD color RGB value is (213,233,221).

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

RGB channels and saturation

R 213 of 255 = 84%
G 233 of 255 = 91%
B 221 of 255 = 87%

213
233
221

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

Portions of RGB colors in percentages

R + G + B =
213 + 233 + 221 = 667 (100%)
R 213 of 667 ~ 31.93%
G 233 of 667 ~ 34.93%
B 221 of 667 ~ 33.13%

%31.93
%34.93
%33.13

CMYK color model

#D5E9DD color CMYK value is (9,0,5,9).

  • cyan value is 8.58%
  • magenta value is 0.00%
  • yellow value is 5.15%
  • key color value is 8.63%
CMYK:
(9,0,5,9)
C9M0Y5K9 
(9%,0%,5%,9%)
(0.09/0.00/0.05/0.09)	

CMYK percentages

%8.58
%0
%5.15
%8.63

Codes

Color #D5E9DD in popluar color models

D5E9DD
RGB213233221
HSL144°31.25%87.45%
HSB/HSV144°8.58%91.37%
CMYK8.58%0.00%5.15%
8.63%

Color #D5E9DD in popluar number systems.

HEXD5E9DD
Decimal213233221
Binary110101011110100111011101
Octal325351335

Shades and tints

Shades of #D5E9DD

#D5E9DD
(213,233,221)
#C2D4C9
(194,212,201)
#AFBFB5
(175,191,181)
#9CAAA1
(156,170,161)
#89958D
(137,149,141)
#768079
(118,128,121)
#636B65
(99,107,101)
#505651
(80,86,81)
#3D413D
(61,65,61)
#2A2C29
(42,44,41)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #D5E9DD

#D5E9DD
(213,233,221)
#D8EBE0
(216,235,224)
#DBEDE3
(219,237,227)
#DEEFE6
(222,239,230)
#E1F1E9
(225,241,233)
#E4F3EC
(228,243,236)
#E7F5EF
(231,245,239)
#EAF7F2
(234,247,242)
#EDF9F5
(237,249,245)
#F0FBF8
(240,251,248)
#F3FDFB
(243,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E9DD; }

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

This text font color is #D5E9DD.


Background Color

.myBgColor { background-color: #D5E9DD; }

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

This div background color is #D5E9DD.


Border color

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

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

This div border color is #D5E9DD.


Opacity

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

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

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

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

This text has shadow with #D5E9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E9DD on black background.


Color preview on white background

This text has color #D5E9DD on white background.



Black color preview on #D5E9DD background

This text has black color on #D5E9DD background.


White color preview on #D5E9DD background

This text has white color on #D5E9DD background.