COLOR #D9E7FF

HEX: #D9E7FF RGB: (217,231,255)

Color info

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

RGB color model

#D9E7FF color RGB value is (217,231,255).

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

RGB channels and saturation

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

217
231
255

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

Portions of RGB colors in percentages

R + G + B = 217 + 231 + 255 = 703 (100%)
R 217 of 703 ~ 30.87%
G 231 of 703 ~ 32.86%
B 255 of 703 ~ 36.27'%

%30.87
%32.86
%36.27

CMYK color model

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

  • cyan value is 14.90%
  • magenta value is 9.41%
  • 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.41
%0
%0

Codes

Color #D9E7FF in popluar color models

D9 E7 FF
RGB 217 231 255
HSL 218° 100.00% 92.55%
HSB/HSV 218° 14.90% 100.00%
CMYK 14.90% 9.41% 0.00%
0.00%

Color #D9E7FF in popluar number systems.

HEX D9 E7 FF
Decimal 217 231 255
Binary 11011001 11100111 11111111
Octal 331 347 377

Shades and tints

Shades of #D9E7FF

#D9E7FF
(217,231,255)
#C6D2E8
(198,210,232)
#B3BDD1
(179,189,209)
#A0A8BA
(160,168,186)
#8D93A3
(141,147,163)
#7A7E8C
(122,126,140)
#676975
(103,105,117)
#54545E
(84,84,94)
#413F47
(65,63,71)
#2E2A30
(46,42,48)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #D9E7FF

#D9E7FF
(217,231,255)
#DCE9FF
(220,233,255)
#DFEBFF
(223,235,255)
#E2EDFF
(226,237,255)
#E5EFFF
(229,239,255)
#E8F1FF
(232,241,255)
#EBF3FF
(235,243,255)
#EEF5FF
(238,245,255)
#F1F7FF
(241,247,255)
#F4F9FF
(244,249,255)
#F7FBFF
(247,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E7FF; }

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

This text font color is #D9E7FF.

Background Color

.myBgColor { background-color: #D9E7FF; }

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

This div background color is #D9E7FF.

Border color

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

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

This div border color is #D9E7FF.

Opacity

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

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

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

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

This text has shadow with #D9E7FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9E7FF.

Preview

Color preview on black background

This text has color #D9E7FF on black background.


Color preview on white background

This text has color #D9E7FF on white background.


Black color preview on #D9E7FF background

This text has black color on #D9E7FF background.


White color preview on #D9E7FF background

This text has white color on #D9E7FF background.


Related colors

Complementary color

Complementary color for #hex is #261800.


I love getcolorcode.com

Triadic colors

1 #FFD9E7 and #E7FFD9 with #D9E7FF are triadic colors.

2 #FFE7D9 and #E7D9FF with #D9E7FF are triadic colors.