COLOR #D9EDFB

HEX: #D9EDFB RGB: (217,237,251)

Color info

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

RGB color model

#D9EDFB color RGB value is (217,237,251).

RGB: (217,237,251) (85%, 93%, 98%)

RGB channels and saturation

R 217 of 255 = 85%
G 237 of 255 = 93%
B 251 of 255 = 98%

217
237
251

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

Portions of RGB colors in percentages

R + G + B = 217 + 237 + 251 = 705 (100%)
R 217 of 705 ~ 30.78%
G 237 of 705 ~ 33.62%
B 251 of 705 ~ 35.6'%

%30.78
%33.62
%35.6

CMYK color model

#D9EDFB color CMYK value is (14,6,0,2).

  • cyan value is 13.55%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (14,6,0,2)
C14M6Y0K2 (14%, 6%, 0%, 2%)
(0.14 / 0.06 / 0.00 / 0.02)

CMYK percentages

%13.55
%5.58
%0
%1.57

Codes

Color #D9EDFB in popluar color models

D9 ED FB
RGB 217 237 251
HSL 205° 80.95% 91.76%
HSB/HSV 205° 13.55% 98.43%
CMYK 13.55% 5.58% 0.00%
1.57%

Color #D9EDFB in popluar number systems.

HEX D9 ED FB
Decimal 217 237 251
Binary 11011001 11101101 11111011
Octal 331 355 373

Shades and tints

Shades of #D9EDFB

#D9EDFB
(217,237,251)
#C6D8E5
(198,216,229)
#B3C3CF
(179,195,207)
#A0AEB9
(160,174,185)
#8D99A3
(141,153,163)
#7A848D
(122,132,141)
#676F77
(103,111,119)
#545A61
(84,90,97)
#41454B
(65,69,75)
#2E3035
(46,48,53)
#1B1B1F
(27,27,31)
#000000
(0,0,0)

Tints of #D9EDFB

#D9EDFB
(217,237,251)
#DCEEFB
(220,238,251)
#DFEFFB
(223,239,251)
#E2F0FB
(226,240,251)
#E5F1FB
(229,241,251)
#E8F2FB
(232,242,251)
#EBF3FB
(235,243,251)
#EEF4FB
(238,244,251)
#F1F5FB
(241,245,251)
#F4F6FB
(244,246,251)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EDFB color. Also use rgb(217,237,251) instead hex code.

Text Font Color

.myTextColor { color: #D9EDFB; }

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

This text font color is #D9EDFB.

Background Color

.myBgColor { background-color: #D9EDFB; }

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

This div background color is #D9EDFB.

Border color

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

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

This div border color is #D9EDFB.

Opacity

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

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

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

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

This text has shadow with #D9EDFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EDFB.

Preview

Color preview on black background

This text has color #D9EDFB on black background.


Color preview on white background

This text has color #D9EDFB on white background.


Black color preview on #D9EDFB background

This text has black color on #D9EDFB background.


White color preview on #D9EDFB background

This text has white color on #D9EDFB background.


Related colors

Complementary color

Complementary color for #hex is #261204.


I love getcolorcode.com

Triadic colors

1 #FBD9ED and #EDFBD9 with #D9EDFB are triadic colors.

2 #FBEDD9 and #EDD9FB with #D9EDFB are triadic colors.