COLOR #D9ECFB

HEX: #D9ECFB RGB: (217,236,251)

Color info

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

RGB color model

#D9ECFB color RGB value is (217,236,251).

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

RGB channels and saturation

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

217
236
251

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

Portions of RGB colors in percentages

R + G + B = 217 + 236 + 251 = 704 (100%)
R 217 of 704 ~ 30.82%
G 236 of 704 ~ 33.52%
B 251 of 704 ~ 35.65'%

%30.82
%33.52
%35.65

CMYK color model

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

  • cyan value is 13.55%
  • magenta value is 5.98%
  • 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.98
%0
%1.57

Codes

Color #D9ECFB in popluar color models

D9 EC FB
RGB 217 236 251
HSL 206° 80.95% 91.76%
HSB/HSV 206° 13.55% 98.43%
CMYK 13.55% 5.98% 0.00%
1.57%

Color #D9ECFB in popluar number systems.

HEX D9 EC FB
Decimal 217 236 251
Binary 11011001 11101100 11111011
Octal 331 354 373

Shades and tints

Shades of #D9ECFB

#D9ECFB
(217,236,251)
#C6D7E5
(198,215,229)
#B3C2CF
(179,194,207)
#A0ADB9
(160,173,185)
#8D98A3
(141,152,163)
#7A838D
(122,131,141)
#676E77
(103,110,119)
#545961
(84,89,97)
#41444B
(65,68,75)
#2E2F35
(46,47,53)
#1B1A1F
(27,26,31)
#000000
(0,0,0)

Tints of #D9ECFB

#D9ECFB
(217,236,251)
#DCEDFB
(220,237,251)
#DFEEFB
(223,238,251)
#E2EFFB
(226,239,251)
#E5F0FB
(229,240,251)
#E8F1FB
(232,241,251)
#EBF2FB
(235,242,251)
#EEF3FB
(238,243,251)
#F1F4FB
(241,244,251)
#F4F5FB
(244,245,251)
#F7F6FB
(247,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9ECFB; }

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

This text font color is #D9ECFB.

Background Color

.myBgColor { background-color: #D9ECFB; }

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

This div background color is #D9ECFB.

Border color

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

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

This div border color is #D9ECFB.

Opacity

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

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

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

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

This text has shadow with #D9ECFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9ECFB.

Preview

Color preview on black background

This text has color #D9ECFB on black background.


Color preview on white background

This text has color #D9ECFB on white background.


Black color preview on #D9ECFB background

This text has black color on #D9ECFB background.


White color preview on #D9ECFB background

This text has white color on #D9ECFB background.


Related colors

Complementary color

Complementary color for #hex is #261304.


I love getcolorcode.com

Triadic colors

1 #FBD9EC and #ECFBD9 with #D9ECFB are triadic colors.

2 #FBECD9 and #ECD9FB with #D9ECFB are triadic colors.