COLOR #D2E7DE

HEX: #D2E7DE
RGB: (210,231,222)

Color info

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

RGB color model

#D2E7DE color RGB value is (210,231,222).

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

RGB channels and saturation

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

210
231
222

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

Portions of RGB colors in percentages

R + G + B =
210 + 231 + 222 = 663 (100%)
R 210 of 663 ~ 31.67%
G 231 of 663 ~ 34.84%
B 222 of 663 ~ 33.48%

%31.67
%34.84
%33.48

CMYK color model

#D2E7DE color CMYK value is (9,0,4,9).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 3.90%
  • key color value is 9.41%
CMYK:
(9,0,4,9)
C9M0Y4K9 
(9%,0%,4%,9%)
(0.09/0.00/0.04/0.09)	

CMYK percentages

%9.09
%0
%3.9
%9.41

Codes

Color #D2E7DE in popluar color models

D2E7DE
RGB210231222
HSL154°30.43%86.47%
HSB/HSV154°9.09%90.59%
CMYK9.09%0.00%3.90%
9.41%

Color #D2E7DE in popluar number systems.

HEXD2E7DE
Decimal210231222
Binary110100101110011111011110
Octal322347336

Shades and tints

Shades of #D2E7DE

#D2E7DE
(210,231,222)
#BFD2CA
(191,210,202)
#ACBDB6
(172,189,182)
#99A8A2
(153,168,162)
#86938E
(134,147,142)
#737E7A
(115,126,122)
#606966
(96,105,102)
#4D5452
(77,84,82)
#3A3F3E
(58,63,62)
#272A2A
(39,42,42)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #D2E7DE

#D2E7DE
(210,231,222)
#D6E9E1
(214,233,225)
#DAEBE4
(218,235,228)
#DEEDE7
(222,237,231)
#E2EFEA
(226,239,234)
#E6F1ED
(230,241,237)
#EAF3F0
(234,243,240)
#EEF5F3
(238,245,243)
#F2F7F6
(242,247,246)
#F6F9F9
(246,249,249)
#FAFBFC
(250,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E7DE; }

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

This text font color is #D2E7DE.


Background Color

.myBgColor { background-color: #D2E7DE; }

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

This div background color is #D2E7DE.


Border color

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

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

This div border color is #D2E7DE.


Opacity

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

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

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

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

This text has shadow with #D2E7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E7DE on black background.


Color preview on white background

This text has color #D2E7DE on white background.



Black color preview on #D2E7DE background

This text has black color on #D2E7DE background.


White color preview on #D2E7DE background

This text has white color on #D2E7DE background.