COLOR #D9E6ED

HEX: #D9E6ED
RGB: (217,230,237)

Color info

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

RGB color model

#D9E6ED color RGB value is (217,230,237).

  • red value is 217;
  • green value is 230;
  • blue value is 237.
RGB:
(217,230,237)
(85%,90%,93%)

RGB channels and saturation

R 217 of 255 = 85%
G 230 of 255 = 90%
B 237 of 255 = 93%

217
230
237

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

Portions of RGB colors in percentages

R + G + B =
217 + 230 + 237 = 684 (100%)
R 217 of 684 ~ 31.73%
G 230 of 684 ~ 33.63%
B 237 of 684 ~ 34.65%

%31.73
%33.63
%34.65

CMYK color model

#D9E6ED color CMYK value is (8,3,0,7).

  • cyan value is 8.44%
  • magenta value is 2.95%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(8,3,0,7)
C8M3Y0K7 
(8%,3%,0%,7%)
(0.08/0.03/0.00/0.07)	

CMYK percentages

%8.44
%2.95
%0
%7.06

Codes

Color #D9E6ED in popluar color models

D9E6ED
RGB217230237
HSL201°35.71%89.02%
HSB/HSV201°8.44%92.94%
CMYK8.44%2.95%0.00%
7.06%

Color #D9E6ED in popluar number systems.

HEXD9E6ED
Decimal217230237
Binary110110011110011011101101
Octal331346355

Shades and tints

Shades of #D9E6ED

#D9E6ED
(217,230,237)
#C6D2D8
(198,210,216)
#B3BEC3
(179,190,195)
#A0AAAE
(160,170,174)
#8D9699
(141,150,153)
#7A8284
(122,130,132)
#676E6F
(103,110,111)
#545A5A
(84,90,90)
#414645
(65,70,69)
#2E3230
(46,50,48)
#1B1E1B
(27,30,27)
#000000
(0,0,0)

Tints of #D9E6ED

#D9E6ED
(217,230,237)
#DCE8EE
(220,232,238)
#DFEAEF
(223,234,239)
#E2ECF0
(226,236,240)
#E5EEF1
(229,238,241)
#E8F0F2
(232,240,242)
#EBF2F3
(235,242,243)
#EEF4F4
(238,244,244)
#F1F6F5
(241,246,245)
#F4F8F6
(244,248,246)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E6ED color. Also use rgb(217,230,237) instead hex code.

Text Font Color

.myTextColor { color: #D9E6ED; }

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

This text font color is #D9E6ED.


Background Color

.myBgColor { background-color: #D9E6ED; }

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

This div background color is #D9E6ED.


Border color

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

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

This div border color is #D9E6ED.


Opacity

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

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

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

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

This text has shadow with #D9E6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E6ED on black background.


Color preview on white background

This text has color #D9E6ED on white background.



Black color preview on #D9E6ED background

This text has black color on #D9E6ED background.


White color preview on #D9E6ED background

This text has white color on #D9E6ED background.