COLOR #D2EDE5

HEX: #D2EDE5
RGB: (210,237,229)

Color info

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

RGB color model

#D2EDE5 color RGB value is (210,237,229).

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

RGB channels and saturation

R 210 of 255 = 82%
G 237 of 255 = 93%
B 229 of 255 = 90%

210
237
229

R + G + B ~ 88%. #D2EDE5 is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 237 + 229 = 676 (100%)
R 210 of 676 ~ 31.07%
G 237 of 676 ~ 35.06%
B 229 of 676 ~ 33.88%

%31.07
%35.06
%33.88

CMYK color model

#D2EDE5 color CMYK value is (11,0,3,7).

  • cyan value is 11.39%
  • magenta value is 0.00%
  • yellow value is 3.38%
  • key color value is 7.06%
CMYK:
(11,0,3,7)
C11M0Y3K7 
(11%,0%,3%,7%)
(0.11/0.00/0.03/0.07)	

CMYK percentages

%11.39
%0
%3.38
%7.06

Codes

Color #D2EDE5 in popluar color models

D2EDE5
RGB210237229
HSL162°42.86%87.65%
HSB/HSV162°11.39%92.94%
CMYK11.39%0.00%3.38%
7.06%

Color #D2EDE5 in popluar number systems.

HEXD2EDE5
Decimal210237229
Binary110100101110110111100101
Octal322355345

Shades and tints

Shades of #D2EDE5

#D2EDE5
(210,237,229)
#BFD8D1
(191,216,209)
#ACC3BD
(172,195,189)
#99AEA9
(153,174,169)
#869995
(134,153,149)
#738481
(115,132,129)
#606F6D
(96,111,109)
#4D5A59
(77,90,89)
#3A4545
(58,69,69)
#273031
(39,48,49)
#141B1D
(20,27,29)
#000000
(0,0,0)

Tints of #D2EDE5

#D2EDE5
(210,237,229)
#D6EEE7
(214,238,231)
#DAEFE9
(218,239,233)
#DEF0EB
(222,240,235)
#E2F1ED
(226,241,237)
#E6F2EF
(230,242,239)
#EAF3F1
(234,243,241)
#EEF4F3
(238,244,243)
#F2F5F5
(242,245,245)
#F6F6F7
(246,246,247)
#FAF7F9
(250,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EDE5; }

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

This text font color is #D2EDE5.


Background Color

.myBgColor { background-color: #D2EDE5; }

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

This div background color is #D2EDE5.


Border color

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

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

This div border color is #D2EDE5.


Opacity

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

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

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

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

This text has shadow with #D2EDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EDE5 on black background.


Color preview on white background

This text has color #D2EDE5 on white background.



Black color preview on #D2EDE5 background

This text has black color on #D2EDE5 background.


White color preview on #D2EDE5 background

This text has white color on #D2EDE5 background.