COLOR #D2E9EC

HEX: #D2E9EC
RGB: (210,233,236)

Color info

#D2E9EC contains red, green and blue colors in about the same proportion. Web safe color of #D2E9EC is #CCFFFF (or #CFF).

RGB color model

#D2E9EC color RGB value is (210,233,236).

  • red value is 210;
  • green value is 233;
  • blue value is 236.
RGB:
(210,233,236)
(82%,91%,93%)

RGB channels and saturation

R 210 of 255 = 82%
G 233 of 255 = 91%
B 236 of 255 = 93%

210
233
236

R + G + B ~ 89%. #D2E9EC is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 233 + 236 = 679 (100%)
R 210 of 679 ~ 30.93%
G 233 of 679 ~ 34.32%
B 236 of 679 ~ 34.76%

%30.93
%34.32
%34.76

CMYK color model

#D2E9EC color CMYK value is (11,1,0,7).

  • cyan value is 11.02%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(11,1,0,7)
C11M1Y0K7 
(11%,1%,0%,7%)
(0.11/0.01/0.00/0.07)	

CMYK percentages

%11.02
%1.27
%0
%7.45

Codes

Color #D2E9EC in popluar color models

D2E9EC
RGB210233236
HSL187°40.63%87.45%
HSB/HSV187°11.02%92.55%
CMYK11.02%1.27%0.00%
7.45%

Color #D2E9EC in popluar number systems.

HEXD2E9EC
Decimal210233236
Binary110100101110100111101100
Octal322351354

Shades and tints

Shades of #D2E9EC

#D2E9EC
(210,233,236)
#BFD4D7
(191,212,215)
#ACBFC2
(172,191,194)
#99AAAD
(153,170,173)
#869598
(134,149,152)
#738083
(115,128,131)
#606B6E
(96,107,110)
#4D5659
(77,86,89)
#3A4144
(58,65,68)
#272C2F
(39,44,47)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #D2E9EC

#D2E9EC
(210,233,236)
#D6EBED
(214,235,237)
#DAEDEE
(218,237,238)
#DEEFEF
(222,239,239)
#E2F1F0
(226,241,240)
#E6F3F1
(230,243,241)
#EAF5F2
(234,245,242)
#EEF7F3
(238,247,243)
#F2F9F4
(242,249,244)
#F6FBF5
(246,251,245)
#FAFDF6
(250,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E9EC color. Also use rgb(210,233,236) instead hex code.

Text Font Color

.myTextColor { color: #D2E9EC; }

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

This text font color is #D2E9EC.


Background Color

.myBgColor { background-color: #D2E9EC; }

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

This div background color is #D2E9EC.


Border color

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

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

This div border color is #D2E9EC.


Opacity

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

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

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

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

This text has shadow with #D2E9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E9EC on black background.


Color preview on white background

This text has color #D2E9EC on white background.



Black color preview on #D2E9EC background

This text has black color on #D2E9EC background.


White color preview on #D2E9EC background

This text has white color on #D2E9EC background.