COLOR #D2E9DE

HEX: #D2E9DE
RGB: (210,233,222)

Color info

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

RGB color model

#D2E9DE color RGB value is (210,233,222).

  • red value is 210;
  • green value is 233;
  • blue value is 222.
RGB:
(210,233,222)
(82%,91%,87%)

RGB channels and saturation

R 210 of 255 = 82%
G 233 of 255 = 91%
B 222 of 255 = 87%

210
233
222

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

Portions of RGB colors in percentages

R + G + B =
210 + 233 + 222 = 665 (100%)
R 210 of 665 ~ 31.58%
G 233 of 665 ~ 35.04%
B 222 of 665 ~ 33.38%

%31.58
%35.04
%33.38

CMYK color model

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

  • cyan value is 9.87%
  • magenta value is 0.00%
  • yellow value is 4.72%
  • key color value is 8.63%
CMYK:
(10,0,5,9)
C10M0Y5K9 
(10%,0%,5%,9%)
(0.10/0.00/0.05/0.09)	

CMYK percentages

%9.87
%0
%4.72
%8.63

Codes

Color #D2E9DE in popluar color models

D2E9DE
RGB210233222
HSL151°34.33%86.86%
HSB/HSV151°9.87%91.37%
CMYK9.87%0.00%4.72%
8.63%

Color #D2E9DE in popluar number systems.

HEXD2E9DE
Decimal210233222
Binary110100101110100111011110
Octal322351336

Shades and tints

Shades of #D2E9DE

#D2E9DE
(210,233,222)
#BFD4CA
(191,212,202)
#ACBFB6
(172,191,182)
#99AAA2
(153,170,162)
#86958E
(134,149,142)
#73807A
(115,128,122)
#606B66
(96,107,102)
#4D5652
(77,86,82)
#3A413E
(58,65,62)
#272C2A
(39,44,42)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #D2E9DE

#D2E9DE
(210,233,222)
#D6EBE1
(214,235,225)
#DAEDE4
(218,237,228)
#DEEFE7
(222,239,231)
#E2F1EA
(226,241,234)
#E6F3ED
(230,243,237)
#EAF5F0
(234,245,240)
#EEF7F3
(238,247,243)
#F2F9F6
(242,249,246)
#F6FBF9
(246,251,249)
#FAFDFC
(250,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E9DE color. Also use rgb(210,233,222) instead hex code.

Text Font Color

.myTextColor { color: #D2E9DE; }

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

This text font color is #D2E9DE.


Background Color

.myBgColor { background-color: #D2E9DE; }

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

This div background color is #D2E9DE.


Border color

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

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

This div border color is #D2E9DE.


Opacity

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

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

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

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

This text has shadow with #D2E9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E9DE on black background.


Color preview on white background

This text has color #D2E9DE on white background.



Black color preview on #D2E9DE background

This text has black color on #D2E9DE background.


White color preview on #D2E9DE background

This text has white color on #D2E9DE background.