COLOR #D9E8FF

HEX: #D9E8FF RGB: (217,232,255)

Color info

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

RGB color model

#D9E8FF color RGB value is (217,232,255).

RGB: (217,232,255) (85%, 91%, 100%)

RGB channels and saturation

R 217 of 255 = 85%
G 232 of 255 = 91%
B 255 of 255 = 100%

217
232
255

R + G + B ~ 92%. #D9E8FF is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 232 + 255 = 704 (100%)
R 217 of 704 ~ 30.82%
G 232 of 704 ~ 32.95%
B 255 of 704 ~ 36.22'%

%30.82
%32.95
%36.22

CMYK color model

#D9E8FF color CMYK value is (15,9,0,0).

  • cyan value is 14.90%
  • magenta value is 9.02%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (15,9,0,0)
C15M9Y0K0 (15%, 9%, 0%, 0%)
(0.15 / 0.09 / 0.00 / 0.00)

CMYK percentages

%14.9
%9.02
%0
%0

Codes

Color #D9E8FF in popluar color models

D9 E8 FF
RGB 217 232 255
HSL 216° 100.00% 92.55%
HSB/HSV 216° 14.90% 100.00%
CMYK 14.90% 9.02% 0.00%
0.00%

Color #D9E8FF in popluar number systems.

HEX D9 E8 FF
Decimal 217 232 255
Binary 11011001 11101000 11111111
Octal 331 350 377

Shades and tints

Shades of #D9E8FF

#D9E8FF
(217,232,255)
#C6D3E8
(198,211,232)
#B3BED1
(179,190,209)
#A0A9BA
(160,169,186)
#8D94A3
(141,148,163)
#7A7F8C
(122,127,140)
#676A75
(103,106,117)
#54555E
(84,85,94)
#414047
(65,64,71)
#2E2B30
(46,43,48)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #D9E8FF

#D9E8FF
(217,232,255)
#DCEAFF
(220,234,255)
#DFECFF
(223,236,255)
#E2EEFF
(226,238,255)
#E5F0FF
(229,240,255)
#E8F2FF
(232,242,255)
#EBF4FF
(235,244,255)
#EEF6FF
(238,246,255)
#F1F8FF
(241,248,255)
#F4FAFF
(244,250,255)
#F7FCFF
(247,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E8FF; }

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

This text font color is #D9E8FF.

Background Color

.myBgColor { background-color: #D9E8FF; }

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

This div background color is #D9E8FF.

Border color

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

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

This div border color is #D9E8FF.

Opacity

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

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

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

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

This text has shadow with #D9E8FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9E8FF.

Preview

Color preview on black background

This text has color #D9E8FF on black background.


Color preview on white background

This text has color #D9E8FF on white background.


Black color preview on #D9E8FF background

This text has black color on #D9E8FF background.


White color preview on #D9E8FF background

This text has white color on #D9E8FF background.


Related colors

Complementary color

Complementary color for #hex is #261700.


I love getcolorcode.com

Triadic colors

1 #FFD9E8 and #E8FFD9 with #D9E8FF are triadic colors.

2 #FFE8D9 and #E8D9FF with #D9E8FF are triadic colors.