COLOR #D9E6FF

HEX: #D9E6FF RGB: (217,230,255)

Color info

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

RGB color model

#D9E6FF color RGB value is (217,230,255).

RGB: (217,230,255) (85%, 90%, 100%)

RGB channels and saturation

R 217 of 255 = 85%
G 230 of 255 = 90%
B 255 of 255 = 100%

217
230
255

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

Portions of RGB colors in percentages

R + G + B = 217 + 230 + 255 = 702 (100%)
R 217 of 702 ~ 30.91%
G 230 of 702 ~ 32.76%
B 255 of 702 ~ 36.32'%

%30.91
%32.76
%36.32

CMYK color model

#D9E6FF color CMYK value is (15,10,0,0).

  • cyan value is 14.90%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (15,10,0,0) C15M10Y0K0 (15%,10%,0%,0%) (0.15/0.10/0.00/0.00) 

CMYK percentages

%14.9
%9.8
%0
%0

Codes

Color #D9E6FF in popluar color models

D9 E6 FF
RGB 217 230 255
HSL 219° 100.00% 92.55%
HSB/HSV 219° 14.90% 100.00%
CMYK 14.90% 9.80% 0.00%
0.00%

Color #D9E6FF in popluar number systems.

HEX D9 E6 FF
Decimal 217 230 255
Binary 11011001 11100110 11111111
Octal 331 346 377

Shades and tints

Shades of #D9E6FF

#D9E6FF
(217,230,255)
#C6D2E8
(198,210,232)
#B3BED1
(179,190,209)
#A0AABA
(160,170,186)
#8D96A3
(141,150,163)
#7A828C
(122,130,140)
#676E75
(103,110,117)
#545A5E
(84,90,94)
#414647
(65,70,71)
#2E3230
(46,50,48)
#1B1E19
(27,30,25)
#000000
(0,0,0)

Tints of #D9E6FF

#D9E6FF
(217,230,255)
#DCE8FF
(220,232,255)
#DFEAFF
(223,234,255)
#E2ECFF
(226,236,255)
#E5EEFF
(229,238,255)
#E8F0FF
(232,240,255)
#EBF2FF
(235,242,255)
#EEF4FF
(238,244,255)
#F1F6FF
(241,246,255)
#F4F8FF
(244,248,255)
#F7FAFF
(247,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E6FF; }

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

This text font color is #D9E6FF.

Background Color

.myBgColor { background-color: #D9E6FF; }

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

This div background color is #D9E6FF.

Border color

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

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

This div border color is #D9E6FF.

Opacity

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

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

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

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

This text has shadow with #D9E6FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9E6FF.

Preview

Color preview on black background

This text has color #D9E6FF on black background.


Color preview on white background

This text has color #D9E6FF on white background.


Black color preview on #D9E6FF background

This text has black color on #D9E6FF background.


White color preview on #D9E6FF background

This text has white color on #D9E6FF background.


Related colors

Complementary color

Complementary color for #hex is #261900.


I love getcolorcode.com

Triadic colors

1 #FFD9E6 and #E6FFD9 with #D9E6FF are triadic colors.

2 #FFE6D9 and #E6D9FF with #D9E6FF are triadic colors.