COLOR #D9E8EC

HEX: #D9E8EC
RGB: (217,232,236)

Color info

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

RGB color model

#D9E8EC color RGB value is (217,232,236).

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

RGB channels and saturation

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

217
232
236

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

Portions of RGB colors in percentages

R + G + B =
217 + 232 + 236 = 685 (100%)
R 217 of 685 ~ 31.68%
G 232 of 685 ~ 33.87%
B 236 of 685 ~ 34.45%

%31.68
%33.87
%34.45

CMYK color model

#D9E8EC color CMYK value is (8,2,0,7).

  • cyan value is 8.05%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(8,2,0,7)
C8M2Y0K7 
(8%,2%,0%,7%)
(0.08/0.02/0.00/0.07)	

CMYK percentages

%8.05
%1.69
%0
%7.45

Codes

Color #D9E8EC in popluar color models

D9E8EC
RGB217232236
HSL193°33.33%88.82%
HSB/HSV193°8.05%92.55%
CMYK8.05%1.69%0.00%
7.45%

Color #D9E8EC in popluar number systems.

HEXD9E8EC
Decimal217232236
Binary110110011110100011101100
Octal331350354

Shades and tints

Shades of #D9E8EC

#D9E8EC
(217,232,236)
#C6D3D7
(198,211,215)
#B3BEC2
(179,190,194)
#A0A9AD
(160,169,173)
#8D9498
(141,148,152)
#7A7F83
(122,127,131)
#676A6E
(103,106,110)
#545559
(84,85,89)
#414044
(65,64,68)
#2E2B2F
(46,43,47)
#1B161A
(27,22,26)
#000000
(0,0,0)

Tints of #D9E8EC

#D9E8EC
(217,232,236)
#DCEAED
(220,234,237)
#DFECEE
(223,236,238)
#E2EEEF
(226,238,239)
#E5F0F0
(229,240,240)
#E8F2F1
(232,242,241)
#EBF4F2
(235,244,242)
#EEF6F3
(238,246,243)
#F1F8F4
(241,248,244)
#F4FAF5
(244,250,245)
#F7FCF6
(247,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E8EC; }

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

This text font color is #D9E8EC.


Background Color

.myBgColor { background-color: #D9E8EC; }

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

This div background color is #D9E8EC.


Border color

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

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

This div border color is #D9E8EC.


Opacity

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

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

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

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

This text has shadow with #D9E8EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E8EC on black background.


Color preview on white background

This text has color #D9E8EC on white background.



Black color preview on #D9E8EC background

This text has black color on #D9E8EC background.


White color preview on #D9E8EC background

This text has white color on #D9E8EC background.