COLOR #D2E5DE

HEX: #D2E5DE
RGB: (210,229,222)

Color info

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

RGB color model

#D2E5DE color RGB value is (210,229,222).

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

RGB channels and saturation

R 210 of 255 = 82%
G 229 of 255 = 90%
B 222 of 255 = 87%

210
229
222

R + G + B ~ 86%. #D2E5DE is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 229 + 222 = 661 (100%)
R 210 of 661 ~ 31.77%
G 229 of 661 ~ 34.64%
B 222 of 661 ~ 33.59%

%31.77
%34.64
%33.59

CMYK color model

#D2E5DE color CMYK value is (8,0,3,10).

  • cyan value is 8.30%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 10.20%
CMYK:
(8,0,3,10)
C8M0Y3K10 
(8%,0%,3%,10%)
(0.08/0.00/0.03/0.10)	

CMYK percentages

%8.3
%0
%3.06
%10.2

Codes

Color #D2E5DE in popluar color models

D2E5DE
RGB210229222
HSL158°26.76%86.08%
HSB/HSV158°8.30%89.80%
CMYK8.30%0.00%3.06%
10.20%

Color #D2E5DE in popluar number systems.

HEXD2E5DE
Decimal210229222
Binary110100101110010111011110
Octal322345336

Shades and tints

Shades of #D2E5DE

#D2E5DE
(210,229,222)
#BFD1CA
(191,209,202)
#ACBDB6
(172,189,182)
#99A9A2
(153,169,162)
#86958E
(134,149,142)
#73817A
(115,129,122)
#606D66
(96,109,102)
#4D5952
(77,89,82)
#3A453E
(58,69,62)
#27312A
(39,49,42)
#141D16
(20,29,22)
#000000
(0,0,0)

Tints of #D2E5DE

#D2E5DE
(210,229,222)
#D6E7E1
(214,231,225)
#DAE9E4
(218,233,228)
#DEEBE7
(222,235,231)
#E2EDEA
(226,237,234)
#E6EFED
(230,239,237)
#EAF1F0
(234,241,240)
#EEF3F3
(238,243,243)
#F2F5F6
(242,245,246)
#F6F7F9
(246,247,249)
#FAF9FC
(250,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E5DE; }

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

This text font color is #D2E5DE.


Background Color

.myBgColor { background-color: #D2E5DE; }

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

This div background color is #D2E5DE.


Border color

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

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

This div border color is #D2E5DE.


Opacity

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

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

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

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

This text has shadow with #D2E5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E5DE on black background.


Color preview on white background

This text has color #D2E5DE on white background.



Black color preview on #D2E5DE background

This text has black color on #D2E5DE background.


White color preview on #D2E5DE background

This text has white color on #D2E5DE background.