COLOR #D8ECF5

HEX: #D8ECF5 RGB: (216,236,245)

Color info

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

RGB color model

#D8ECF5 color RGB value is (216,236,245).

RGB: (216,236,245) (85%, 93%, 96%)

RGB channels and saturation

R 216 of 255 = 85%
G 236 of 255 = 93%
B 245 of 255 = 96%

216
236
245

R + G + B ~ 91%. #D8ECF5 is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 236 + 245 = 697 (100%)
R 216 of 697 ~ 30.99%
G 236 of 697 ~ 33.86%
B 245 of 697 ~ 35.15'%

%30.99
%33.86
%35.15

CMYK color model

#D8ECF5 color CMYK value is (12,4,0,4).

  • cyan value is 11.84%
  • magenta value is 3.67%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (12,4,0,4)
C12M4Y0K4 (12%, 4%, 0%, 4%)
(0.12 / 0.04 / 0.00 / 0.04)

CMYK percentages

%11.84
%3.67
%0
%3.92

Codes

Color #D8ECF5 in popluar color models

D8 EC F5
RGB 216 236 245
HSL 199° 59.18% 90.39%
HSB/HSV 199° 11.84% 96.08%
CMYK 11.84% 3.67% 0.00%
3.92%

Color #D8ECF5 in popluar number systems.

HEX D8 EC F5
Decimal 216 236 245
Binary 11011000 11101100 11110101
Octal 330 354 365

Shades and tints

Shades of #D8ECF5

#D8ECF5
(216,236,245)
#C5D7DF
(197,215,223)
#B2C2C9
(178,194,201)
#9FADB3
(159,173,179)
#8C989D
(140,152,157)
#798387
(121,131,135)
#666E71
(102,110,113)
#53595B
(83,89,91)
#404445
(64,68,69)
#2D2F2F
(45,47,47)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #D8ECF5

#D8ECF5
(216,236,245)
#DBEDF5
(219,237,245)
#DEEEF5
(222,238,245)
#E1EFF5
(225,239,245)
#E4F0F5
(228,240,245)
#E7F1F5
(231,241,245)
#EAF2F5
(234,242,245)
#EDF3F5
(237,243,245)
#F0F4F5
(240,244,245)
#F3F5F5
(243,245,245)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8ECF5 color. Also use rgb(216,236,245) instead hex code.

Text Font Color

.myTextColor { color: #D8ECF5; }

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

This text font color is #D8ECF5.

Background Color

.myBgColor { background-color: #D8ECF5; }

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

This div background color is #D8ECF5.

Border color

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

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

This div border color is #D8ECF5.

Opacity

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

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

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

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

This text has shadow with #D8ECF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8ECF5.

Preview

Color preview on black background

This text has color #D8ECF5 on black background.


Color preview on white background

This text has color #D8ECF5 on white background.


Black color preview on #D8ECF5 background

This text has black color on #D8ECF5 background.


White color preview on #D8ECF5 background

This text has white color on #D8ECF5 background.


Related colors

Complementary color

Complementary color for #hex is #27130A.


I love getcolorcode.com

Triadic colors

1 #F5D8EC and #ECF5D8 with #D8ECF5 are triadic colors.

2 #F5ECD8 and #ECD8F5 with #D8ECF5 are triadic colors.