COLOR #D9ECFA

HEX: #D9ECFA RGB: (217,236,250)

Color info

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

RGB color model

#D9ECFA color RGB value is (217,236,250).

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

RGB channels and saturation

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

217
236
250

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

Portions of RGB colors in percentages

R + G + B = 217 + 236 + 250 = 703 (100%)
R 217 of 703 ~ 30.87%
G 236 of 703 ~ 33.57%
B 250 of 703 ~ 35.56'%

%30.87
%33.57
%35.56

CMYK color model

#D9ECFA color CMYK value is (13,6,0,2).

  • cyan value is 13.20%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (13,6,0,2) C13M6Y0K2 (13%,6%,0%,2%) (0.13/0.06/0.00/0.02) 

CMYK percentages

%13.2
%5.6
%0
%1.96

Codes

Color #D9ECFA in popluar color models

D9 EC FA
RGB 217 236 250
HSL 205° 76.74% 91.57%
HSB/HSV 205° 13.20% 98.04%
CMYK 13.20% 5.60% 0.00%
1.96%

Color #D9ECFA in popluar number systems.

HEX D9 EC FA
Decimal 217 236 250
Binary 11011001 11101100 11111010
Octal 331 354 372

Shades and tints

Shades of #D9ECFA

#D9ECFA
(217,236,250)
#C6D7E4
(198,215,228)
#B3C2CE
(179,194,206)
#A0ADB8
(160,173,184)
#8D98A2
(141,152,162)
#7A838C
(122,131,140)
#676E76
(103,110,118)
#545960
(84,89,96)
#41444A
(65,68,74)
#2E2F34
(46,47,52)
#1B1A1E
(27,26,30)
#000000
(0,0,0)

Tints of #D9ECFA

#D9ECFA
(217,236,250)
#DCEDFA
(220,237,250)
#DFEEFA
(223,238,250)
#E2EFFA
(226,239,250)
#E5F0FA
(229,240,250)
#E8F1FA
(232,241,250)
#EBF2FA
(235,242,250)
#EEF3FA
(238,243,250)
#F1F4FA
(241,244,250)
#F4F5FA
(244,245,250)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9ECFA; }

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

This text font color is #D9ECFA.

Background Color

.myBgColor { background-color: #D9ECFA; }

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

This div background color is #D9ECFA.

Border color

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

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

This div border color is #D9ECFA.

Opacity

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

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

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

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

This text has shadow with #D9ECFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9ECFA.

Preview

Color preview on black background

This text has color #D9ECFA on black background.


Color preview on white background

This text has color #D9ECFA on white background.


Black color preview on #D9ECFA background

This text has black color on #D9ECFA background.


White color preview on #D9ECFA background

This text has white color on #D9ECFA background.


Related colors

Complementary color

Complementary color for #hex is #261305.


I love getcolorcode.com

Triadic colors

1 #FAD9EC and #ECFAD9 with #D9ECFA are triadic colors.

2 #FAECD9 and #ECD9FA with #D9ECFA are triadic colors.