COLOR #D9E3EE

HEX: #D9E3EE
RGB: (217,227,238)

Color info

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

RGB color model

#D9E3EE color RGB value is (217,227,238).

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

RGB channels and saturation

R 217 of 255 = 85%
G 227 of 255 = 89%
B 238 of 255 = 93%

217
227
238

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

Portions of RGB colors in percentages

R + G + B =
217 + 227 + 238 = 682 (100%)
R 217 of 682 ~ 31.82%
G 227 of 682 ~ 33.28%
B 238 of 682 ~ 34.9%

%31.82
%33.28
%34.9

CMYK color model

#D9E3EE color CMYK value is (9,5,0,7).

  • cyan value is 8.82%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(9,5,0,7)
C9M5Y0K7 
(9%,5%,0%,7%)
(0.09/0.05/0.00/0.07)	

CMYK percentages

%8.82
%4.62
%0
%6.67

Codes

Color #D9E3EE in popluar color models

D9E3EE
RGB217227238
HSL211°38.18%89.22%
HSB/HSV211°8.82%93.33%
CMYK8.82%4.62%0.00%
6.67%

Color #D9E3EE in popluar number systems.

HEXD9E3EE
Decimal217227238
Binary110110011110001111101110
Octal331343356

Shades and tints

Shades of #D9E3EE

#D9E3EE
(217,227,238)
#C6CFD9
(198,207,217)
#B3BBC4
(179,187,196)
#A0A7AF
(160,167,175)
#8D939A
(141,147,154)
#7A7F85
(122,127,133)
#676B70
(103,107,112)
#54575B
(84,87,91)
#414346
(65,67,70)
#2E2F31
(46,47,49)
#1B1B1C
(27,27,28)
#000000
(0,0,0)

Tints of #D9E3EE

#D9E3EE
(217,227,238)
#DCE5EF
(220,229,239)
#DFE7F0
(223,231,240)
#E2E9F1
(226,233,241)
#E5EBF2
(229,235,242)
#E8EDF3
(232,237,243)
#EBEFF4
(235,239,244)
#EEF1F5
(238,241,245)
#F1F3F6
(241,243,246)
#F4F5F7
(244,245,247)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E3EE; }

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

This text font color is #D9E3EE.


Background Color

.myBgColor { background-color: #D9E3EE; }

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

This div background color is #D9E3EE.


Border color

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

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

This div border color is #D9E3EE.


Opacity

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

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

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

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

This text has shadow with #D9E3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E3EE on black background.


Color preview on white background

This text has color #D9E3EE on white background.



Black color preview on #D9E3EE background

This text has black color on #D9E3EE background.


White color preview on #D9E3EE background

This text has white color on #D9E3EE background.