COLOR #D9EAFD

HEX: #D9EAFD RGB: (217,234,253)

Color info

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

RGB color model

#D9EAFD color RGB value is (217,234,253).

RGB: (217,234,253) (85%, 92%, 99%)

RGB channels and saturation

R 217 of 255 = 85%
G 234 of 255 = 92%
B 253 of 255 = 99%

217
234
253

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

Portions of RGB colors in percentages

R + G + B = 217 + 234 + 253 = 704 (100%)
R 217 of 704 ~ 30.82%
G 234 of 704 ~ 33.24%
B 253 of 704 ~ 35.94'%

%30.82
%33.24
%35.94

CMYK color model

#D9EAFD color CMYK value is (14,8,0,1).

  • cyan value is 14.23%
  • magenta value is 7.51%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (14,8,0,1)
C14M8Y0K1 (14%, 8%, 0%, 1%)
(0.14 / 0.08 / 0.00 / 0.01)

CMYK percentages

%14.23
%7.51
%0
%0.78

Codes

Color #D9EAFD in popluar color models

D9 EA FD
RGB 217 234 253
HSL 212° 90.00% 92.16%
HSB/HSV 212° 14.23% 99.22%
CMYK 14.23% 7.51% 0.00%
0.78%

Color #D9EAFD in popluar number systems.

HEX D9 EA FD
Decimal 217 234 253
Binary 11011001 11101010 11111101
Octal 331 352 375

Shades and tints

Shades of #D9EAFD

#D9EAFD
(217,234,253)
#C6D5E6
(198,213,230)
#B3C0CF
(179,192,207)
#A0ABB8
(160,171,184)
#8D96A1
(141,150,161)
#7A818A
(122,129,138)
#676C73
(103,108,115)
#54575C
(84,87,92)
#414245
(65,66,69)
#2E2D2E
(46,45,46)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #D9EAFD

#D9EAFD
(217,234,253)
#DCEBFD
(220,235,253)
#DFECFD
(223,236,253)
#E2EDFD
(226,237,253)
#E5EEFD
(229,238,253)
#E8EFFD
(232,239,253)
#EBF0FD
(235,240,253)
#EEF1FD
(238,241,253)
#F1F2FD
(241,242,253)
#F4F3FD
(244,243,253)
#F7F4FD
(247,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EAFD; }

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

This text font color is #D9EAFD.

Background Color

.myBgColor { background-color: #D9EAFD; }

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

This div background color is #D9EAFD.

Border color

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

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

This div border color is #D9EAFD.

Opacity

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

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

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

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

This text has shadow with #D9EAFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EAFD.

Preview

Color preview on black background

This text has color #D9EAFD on black background.


Color preview on white background

This text has color #D9EAFD on white background.


Black color preview on #D9EAFD background

This text has black color on #D9EAFD background.


White color preview on #D9EAFD background

This text has white color on #D9EAFD background.


Related colors

Complementary color

Complementary color for #hex is #261502.


I love getcolorcode.com

Triadic colors

1 #FDD9EA and #EAFDD9 with #D9EAFD are triadic colors.

2 #FDEAD9 and #EAD9FD with #D9EAFD are triadic colors.