COLOR #D9E9EC

HEX: #D9E9EC
RGB: (217,233,236)

Color info

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

RGB color model

#D9E9EC color RGB value is (217,233,236).

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

RGB channels and saturation

R 217 of 255 = 85%
G 233 of 255 = 91%
B 236 of 255 = 93%

217
233
236

R + G + B ~ 90%. #D9E9EC is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 233 + 236 = 686 (100%)
R 217 of 686 ~ 31.63%
G 233 of 686 ~ 33.97%
B 236 of 686 ~ 34.4%

%31.63
%33.97
%34.4

CMYK color model

#D9E9EC color CMYK value is (8,1,0,7).

  • cyan value is 8.05%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(8,1,0,7)
C8M1Y0K7 
(8%,1%,0%,7%)
(0.08/0.01/0.00/0.07)	

CMYK percentages

%8.05
%1.27
%0
%7.45

Codes

Color #D9E9EC in popluar color models

D9E9EC
RGB217233236
HSL189°33.33%88.82%
HSB/HSV189°8.05%92.55%
CMYK8.05%1.27%0.00%
7.45%

Color #D9E9EC in popluar number systems.

HEXD9E9EC
Decimal217233236
Binary110110011110100111101100
Octal331351354

Shades and tints

Shades of #D9E9EC

#D9E9EC
(217,233,236)
#C6D4D7
(198,212,215)
#B3BFC2
(179,191,194)
#A0AAAD
(160,170,173)
#8D9598
(141,149,152)
#7A8083
(122,128,131)
#676B6E
(103,107,110)
#545659
(84,86,89)
#414144
(65,65,68)
#2E2C2F
(46,44,47)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #D9E9EC

#D9E9EC
(217,233,236)
#DCEBED
(220,235,237)
#DFEDEE
(223,237,238)
#E2EFEF
(226,239,239)
#E5F1F0
(229,241,240)
#E8F3F1
(232,243,241)
#EBF5F2
(235,245,242)
#EEF7F3
(238,247,243)
#F1F9F4
(241,249,244)
#F4FBF5
(244,251,245)
#F7FDF6
(247,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E9EC; }

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

This text font color is #D9E9EC.


Background Color

.myBgColor { background-color: #D9E9EC; }

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

This div background color is #D9E9EC.


Border color

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

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

This div border color is #D9E9EC.


Opacity

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

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

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

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

This text has shadow with #D9E9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E9EC on black background.


Color preview on white background

This text has color #D9E9EC on white background.



Black color preview on #D9E9EC background

This text has black color on #D9E9EC background.


White color preview on #D9E9EC background

This text has white color on #D9E9EC background.