COLOR #D9E1DE

HEX: #D9E1DE
RGB: (217,225,222)

Color info

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

RGB color model

#D9E1DE color RGB value is (217,225,222).

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

RGB channels and saturation

R 217 of 255 = 85%
G 225 of 255 = 88%
B 222 of 255 = 87%

217
225
222

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

Portions of RGB colors in percentages

R + G + B =
217 + 225 + 222 = 664 (100%)
R 217 of 664 ~ 32.68%
G 225 of 664 ~ 33.89%
B 222 of 664 ~ 33.43%

%32.68
%33.89
%33.43

CMYK color model

#D9E1DE color CMYK value is (4,0,1,12).

  • cyan value is 3.56%
  • magenta value is 0.00%
  • yellow value is 1.33%
  • key color value is 11.76%
CMYK:
(4,0,1,12)
C4M0Y1K12 
(4%,0%,1%,12%)
(0.04/0.00/0.01/0.12)	

CMYK percentages

%3.56
%0
%1.33
%11.76

Codes

Color #D9E1DE in popluar color models

D9E1DE
RGB217225222
HSL158°11.76%86.67%
HSB/HSV158°3.56%88.24%
CMYK3.56%0.00%1.33%
11.76%

Color #D9E1DE in popluar number systems.

HEXD9E1DE
Decimal217225222
Binary110110011110000111011110
Octal331341336

Shades and tints

Shades of #D9E1DE

#D9E1DE
(217,225,222)
#C6CDCA
(198,205,202)
#B3B9B6
(179,185,182)
#A0A5A2
(160,165,162)
#8D918E
(141,145,142)
#7A7D7A
(122,125,122)
#676966
(103,105,102)
#545552
(84,85,82)
#41413E
(65,65,62)
#2E2D2A
(46,45,42)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #D9E1DE

#D9E1DE
(217,225,222)
#DCE3E1
(220,227,225)
#DFE5E4
(223,229,228)
#E2E7E7
(226,231,231)
#E5E9EA
(229,233,234)
#E8EBED
(232,235,237)
#EBEDF0
(235,237,240)
#EEEFF3
(238,239,243)
#F1F1F6
(241,241,246)
#F4F3F9
(244,243,249)
#F7F5FC
(247,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E1DE; }

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

This text font color is #D9E1DE.


Background Color

.myBgColor { background-color: #D9E1DE; }

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

This div background color is #D9E1DE.


Border color

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

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

This div border color is #D9E1DE.


Opacity

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

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

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

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

This text has shadow with #D9E1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E1DE on black background.


Color preview on white background

This text has color #D9E1DE on white background.



Black color preview on #D9E1DE background

This text has black color on #D9E1DE background.


White color preview on #D9E1DE background

This text has white color on #D9E1DE background.