COLOR #D9E5DE

HEX: #D9E5DE
RGB: (217,229,222)

Color info

#D9E5DE contains red, green and blue colors in about the same proportion. Web safe color of #D9E5DE is #CCCCCC (or #CCC).

RGB color model

#D9E5DE color RGB value is (217,229,222).

  • red value is 217;
  • green value is 229;
  • blue value is 222.
RGB:
(217,229,222)
(85%,90%,87%)

RGB channels and saturation

R 217 of 255 = 85%
G 229 of 255 = 90%
B 222 of 255 = 87%

217
229
222

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

Portions of RGB colors in percentages

R + G + B =
217 + 229 + 222 = 668 (100%)
R 217 of 668 ~ 32.49%
G 229 of 668 ~ 34.28%
B 222 of 668 ~ 33.23%

%32.49
%34.28
%33.23

CMYK color model

#D9E5DE color CMYK value is (5,0,3,10).

  • cyan value is 5.24%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 10.20%
CMYK:
(5,0,3,10)
C5M0Y3K10 
(5%,0%,3%,10%)
(0.05/0.00/0.03/0.10)	

CMYK percentages

%5.24
%0
%3.06
%10.2

Codes

Color #D9E5DE in popluar color models

D9E5DE
RGB217229222
HSL145°18.75%87.45%
HSB/HSV145°5.24%89.80%
CMYK5.24%0.00%3.06%
10.20%

Color #D9E5DE in popluar number systems.

HEXD9E5DE
Decimal217229222
Binary110110011110010111011110
Octal331345336

Shades and tints

Shades of #D9E5DE

#D9E5DE
(217,229,222)
#C6D1CA
(198,209,202)
#B3BDB6
(179,189,182)
#A0A9A2
(160,169,162)
#8D958E
(141,149,142)
#7A817A
(122,129,122)
#676D66
(103,109,102)
#545952
(84,89,82)
#41453E
(65,69,62)
#2E312A
(46,49,42)
#1B1D16
(27,29,22)
#000000
(0,0,0)

Tints of #D9E5DE

#D9E5DE
(217,229,222)
#DCE7E1
(220,231,225)
#DFE9E4
(223,233,228)
#E2EBE7
(226,235,231)
#E5EDEA
(229,237,234)
#E8EFED
(232,239,237)
#EBF1F0
(235,241,240)
#EEF3F3
(238,243,243)
#F1F5F6
(241,245,246)
#F4F7F9
(244,247,249)
#F7F9FC
(247,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E5DE color. Also use rgb(217,229,222) instead hex code.

Text Font Color

.myTextColor { color: #D9E5DE; }

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

This text font color is #D9E5DE.


Background Color

.myBgColor { background-color: #D9E5DE; }

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

This div background color is #D9E5DE.


Border color

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

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

This div border color is #D9E5DE.


Opacity

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

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

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

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

This text has shadow with #D9E5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E5DE on black background.


Color preview on white background

This text has color #D9E5DE on white background.



Black color preview on #D9E5DE background

This text has black color on #D9E5DE background.


White color preview on #D9E5DE background

This text has white color on #D9E5DE background.