COLOR #D2E5ED

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

Color info

#D2E5ED contains red, green and blue colors in about the same proportion. Web safe color of #D2E5ED is #CCCCFF (or #CCF).

RGB color model

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

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

RGB channels and saturation

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

210
229
237

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

Portions of RGB colors in percentages

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

%31.07
%33.88
%35.06

CMYK color model

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

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

CMYK percentages

%11.39
%3.38
%0
%7.06

Codes

Color #D2E5ED in popluar color models

D2E5ED
RGB210229237
HSL198°42.86%87.65%
HSB/HSV198°11.39%92.94%
CMYK11.39%3.38%0.00%
7.06%

Color #D2E5ED in popluar number systems.

HEXD2E5ED
Decimal210229237
Binary110100101110010111101101
Octal322345355

Shades and tints

Shades of #D2E5ED

#D2E5ED
(210,229,237)
#BFD1D8
(191,209,216)
#ACBDC3
(172,189,195)
#99A9AE
(153,169,174)
#869599
(134,149,153)
#738184
(115,129,132)
#606D6F
(96,109,111)
#4D595A
(77,89,90)
#3A4545
(58,69,69)
#273130
(39,49,48)
#141D1B
(20,29,27)
#000000
(0,0,0)

Tints of #D2E5ED

#D2E5ED
(210,229,237)
#D6E7EE
(214,231,238)
#DAE9EF
(218,233,239)
#DEEBF0
(222,235,240)
#E2EDF1
(226,237,241)
#E6EFF2
(230,239,242)
#EAF1F3
(234,241,243)
#EEF3F4
(238,243,244)
#F2F5F5
(242,245,245)
#F6F7F6
(246,247,246)
#FAF9F7
(250,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E5ED; }

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

This text font color is #D2E5ED.


Background Color

.myBgColor { background-color: #D2E5ED; }

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

This div background color is #D2E5ED.


Border color

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

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

This div border color is #D2E5ED.


Opacity

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

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

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

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

This text has shadow with #D2E5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E5ED on black background.


Color preview on white background

This text has color #D2E5ED on white background.



Black color preview on #D2E5ED background

This text has black color on #D2E5ED background.


White color preview on #D2E5ED background

This text has white color on #D2E5ED background.