COLOR #D2E9EE

HEX: #D2E9EE RGB: (210,233,238)

Color info

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

RGB color model

#D2E9EE color RGB value is (210,233,238).

RGB: (210,233,238) (82%, 91%, 93%)

RGB channels and saturation

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

210
233
238

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

Portions of RGB colors in percentages

R + G + B = 210 + 233 + 238 = 681 (100%)
R 210 of 681 ~ 30.84%
G 233 of 681 ~ 34.21%
B 238 of 681 ~ 34.95'%

%30.84
%34.21
%34.95

CMYK color model

#D2E9EE color CMYK value is (12,2,0,7).

  • cyan value is 11.76%
  • magenta value is 2.10%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (12,2,0,7)
C12M2Y0K7 (12%, 2%, 0%, 7%)
(0.12 / 0.02 / 0.00 / 0.07)

CMYK percentages

%11.76
%2.1
%0
%6.67

Codes

Color #D2E9EE in popluar color models

D2 E9 EE
RGB 210 233 238
HSL 191° 45.16% 87.84%
HSB/HSV 191° 11.76% 93.33%
CMYK 11.76% 2.10% 0.00%
6.67%

Color #D2E9EE in popluar number systems.

HEX D2 E9 EE
Decimal 210 233 238
Binary 11010010 11101001 11101110
Octal 322 351 356

Shades and tints

Shades of #D2E9EE

#D2E9EE
(210,233,238)
#BFD4D9
(191,212,217)
#ACBFC4
(172,191,196)
#99AAAF
(153,170,175)
#86959A
(134,149,154)
#738085
(115,128,133)
#606B70
(96,107,112)
#4D565B
(77,86,91)
#3A4146
(58,65,70)
#272C31
(39,44,49)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #D2E9EE

#D2E9EE
(210,233,238)
#D6EBEF
(214,235,239)
#DAEDF0
(218,237,240)
#DEEFF1
(222,239,241)
#E2F1F2
(226,241,242)
#E6F3F3
(230,243,243)
#EAF5F4
(234,245,244)
#EEF7F5
(238,247,245)
#F2F9F6
(242,249,246)
#F6FBF7
(246,251,247)
#FAFDF8
(250,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E9EE; }

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

This text font color is #D2E9EE.

Background Color

.myBgColor { background-color: #D2E9EE; }

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

This div background color is #D2E9EE.

Border color

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

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

This div border color is #D2E9EE.

Opacity

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

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

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

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

This text has shadow with #D2E9EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E9EE.

Preview

Color preview on black background

This text has color #D2E9EE on black background.


Color preview on white background

This text has color #D2E9EE on white background.


Black color preview on #D2E9EE background

This text has black color on #D2E9EE background.


White color preview on #D2E9EE background

This text has white color on #D2E9EE background.


Related colors

Complementary color

Complementary color for #hex is #2D1611.


I love getcolorcode.com

Triadic colors

1 #EED2E9 and #E9EED2 with #D2E9EE are triadic colors.

2 #EEE9D2 and #E9D2EE with #D2E9EE are triadic colors.