COLOR #D9EAFF

HEX: #D9EAFF RGB: (217,234,255)

Color info

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

RGB color model

#D9EAFF color RGB value is (217,234,255).

RGB: (217,234,255) (85%, 92%, 100%)

RGB channels and saturation

R 217 of 255 = 85%
G 234 of 255 = 92%
B 255 of 255 = 100%

217
234
255

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

Portions of RGB colors in percentages

R + G + B = 217 + 234 + 255 = 706 (100%)
R 217 of 706 ~ 30.74%
G 234 of 706 ~ 33.14%
B 255 of 706 ~ 36.12'%

%30.74
%33.14
%36.12

CMYK color model

#D9EAFF color CMYK value is (15,8,0,0).

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

CMYK: (15,8,0,0)
C15M8Y0K0 (15%, 8%, 0%, 0%)
(0.15 / 0.08 / 0.00 / 0.00)

CMYK percentages

%14.9
%8.24
%0
%0

Codes

Color #D9EAFF in popluar color models

D9 EA FF
RGB 217 234 255
HSL 213° 100.00% 92.55%
HSB/HSV 213° 14.90% 100.00%
CMYK 14.90% 8.24% 0.00%
0.00%

Color #D9EAFF in popluar number systems.

HEX D9 EA FF
Decimal 217 234 255
Binary 11011001 11101010 11111111
Octal 331 352 377

Shades and tints

Shades of #D9EAFF

#D9EAFF
(217,234,255)
#C6D5E8
(198,213,232)
#B3C0D1
(179,192,209)
#A0ABBA
(160,171,186)
#8D96A3
(141,150,163)
#7A818C
(122,129,140)
#676C75
(103,108,117)
#54575E
(84,87,94)
#414247
(65,66,71)
#2E2D30
(46,45,48)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #D9EAFF

#D9EAFF
(217,234,255)
#DCEBFF
(220,235,255)
#DFECFF
(223,236,255)
#E2EDFF
(226,237,255)
#E5EEFF
(229,238,255)
#E8EFFF
(232,239,255)
#EBF0FF
(235,240,255)
#EEF1FF
(238,241,255)
#F1F2FF
(241,242,255)
#F4F3FF
(244,243,255)
#F7F4FF
(247,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EAFF; }

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

This text font color is #D9EAFF.

Background Color

.myBgColor { background-color: #D9EAFF; }

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

This div background color is #D9EAFF.

Border color

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

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

This div border color is #D9EAFF.

Opacity

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

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

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

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

This text has shadow with #D9EAFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EAFF.

Preview

Color preview on black background

This text has color #D9EAFF on black background.


Color preview on white background

This text has color #D9EAFF on white background.


Black color preview on #D9EAFF background

This text has black color on #D9EAFF background.


White color preview on #D9EAFF background

This text has white color on #D9EAFF background.


Related colors

Complementary color

Complementary color for #hex is #261500.


I love getcolorcode.com

Triadic colors

1 #FFD9EA and #EAFFD9 with #D9EAFF are triadic colors.

2 #FFEAD9 and #EAD9FF with #D9EAFF are triadic colors.