COLOR #D2E2ED

HEX: #D2E2ED
RGB: (210,226,237)

Color info

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

RGB color model

#D2E2ED color RGB value is (210,226,237).

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

RGB channels and saturation

R 210 of 255 = 82%
G 226 of 255 = 89%
B 237 of 255 = 93%

210
226
237

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

Portions of RGB colors in percentages

R + G + B =
210 + 226 + 237 = 673 (100%)
R 210 of 673 ~ 31.2%
G 226 of 673 ~ 33.58%
B 237 of 673 ~ 35.22%

%31.2
%33.58
%35.22

CMYK color model

#D2E2ED color CMYK value is (11,5,0,7).

  • cyan value is 11.39%
  • magenta value is 4.64%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(11,5,0,7)
C11M5Y0K7 
(11%,5%,0%,7%)
(0.11/0.05/0.00/0.07)	

CMYK percentages

%11.39
%4.64
%0
%7.06

Codes

Color #D2E2ED in popluar color models

D2E2ED
RGB210226237
HSL204°42.86%87.65%
HSB/HSV204°11.39%92.94%
CMYK11.39%4.64%0.00%
7.06%

Color #D2E2ED in popluar number systems.

HEXD2E2ED
Decimal210226237
Binary110100101110001011101101
Octal322342355

Shades and tints

Shades of #D2E2ED

#D2E2ED
(210,226,237)
#BFCED8
(191,206,216)
#ACBAC3
(172,186,195)
#99A6AE
(153,166,174)
#869299
(134,146,153)
#737E84
(115,126,132)
#606A6F
(96,106,111)
#4D565A
(77,86,90)
#3A4245
(58,66,69)
#272E30
(39,46,48)
#141A1B
(20,26,27)
#000000
(0,0,0)

Tints of #D2E2ED

#D2E2ED
(210,226,237)
#D6E4EE
(214,228,238)
#DAE6EF
(218,230,239)
#DEE8F0
(222,232,240)
#E2EAF1
(226,234,241)
#E6ECF2
(230,236,242)
#EAEEF3
(234,238,243)
#EEF0F4
(238,240,244)
#F2F2F5
(242,242,245)
#F6F4F6
(246,244,246)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E2ED; }

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

This text font color is #D2E2ED.


Background Color

.myBgColor { background-color: #D2E2ED; }

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

This div background color is #D2E2ED.


Border color

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

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

This div border color is #D2E2ED.


Opacity

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

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

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

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

This text has shadow with #D2E2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E2ED on black background.


Color preview on white background

This text has color #D2E2ED on white background.



Black color preview on #D2E2ED background

This text has black color on #D2E2ED background.


White color preview on #D2E2ED background

This text has white color on #D2E2ED background.