COLOR #D2E3EE

HEX: #D2E3EE
RGB: (210,227,238)

Color info

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

RGB color model

#D2E3EE color RGB value is (210,227,238).

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

RGB channels and saturation

R 210 of 255 = 82%
G 227 of 255 = 89%
B 238 of 255 = 93%

210
227
238

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

Portions of RGB colors in percentages

R + G + B =
210 + 227 + 238 = 675 (100%)
R 210 of 675 ~ 31.11%
G 227 of 675 ~ 33.63%
B 238 of 675 ~ 35.26%

%31.11
%33.63
%35.26

CMYK color model

#D2E3EE color CMYK value is (12,5,0,7).

  • cyan value is 11.76%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(12,5,0,7)
C12M5Y0K7 
(12%,5%,0%,7%)
(0.12/0.05/0.00/0.07)	

CMYK percentages

%11.76
%4.62
%0
%6.67

Codes

Color #D2E3EE in popluar color models

D2E3EE
RGB210227238
HSL204°45.16%87.84%
HSB/HSV204°11.76%93.33%
CMYK11.76%4.62%0.00%
6.67%

Color #D2E3EE in popluar number systems.

HEXD2E3EE
Decimal210227238
Binary110100101110001111101110
Octal322343356

Shades and tints

Shades of #D2E3EE

#D2E3EE
(210,227,238)
#BFCFD9
(191,207,217)
#ACBBC4
(172,187,196)
#99A7AF
(153,167,175)
#86939A
(134,147,154)
#737F85
(115,127,133)
#606B70
(96,107,112)
#4D575B
(77,87,91)
#3A4346
(58,67,70)
#272F31
(39,47,49)
#141B1C
(20,27,28)
#000000
(0,0,0)

Tints of #D2E3EE

#D2E3EE
(210,227,238)
#D6E5EF
(214,229,239)
#DAE7F0
(218,231,240)
#DEE9F1
(222,233,241)
#E2EBF2
(226,235,242)
#E6EDF3
(230,237,243)
#EAEFF4
(234,239,244)
#EEF1F5
(238,241,245)
#F2F3F6
(242,243,246)
#F6F5F7
(246,245,247)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E3EE; }

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

This text font color is #D2E3EE.


Background Color

.myBgColor { background-color: #D2E3EE; }

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

This div background color is #D2E3EE.


Border color

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

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

This div border color is #D2E3EE.


Opacity

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

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

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

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

This text has shadow with #D2E3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E3EE on black background.


Color preview on white background

This text has color #D2E3EE on white background.



Black color preview on #D2E3EE background

This text has black color on #D2E3EE background.


White color preview on #D2E3EE background

This text has white color on #D2E3EE background.