COLOR #D8ECF1

HEX: #D8ECF1
RGB: (216,236,241)

Color info

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

RGB color model

#D8ECF1 color RGB value is (216,236,241).

  • red value is 216;
  • green value is 236;
  • blue value is 241.
RGB:
(216,236,241)
(85%,93%,95%)

RGB channels and saturation

R 216 of 255 = 85%
G 236 of 255 = 93%
B 241 of 255 = 95%

216
236
241

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

Portions of RGB colors in percentages

R + G + B =
216 + 236 + 241 = 693 (100%)
R 216 of 693 ~ 31.17%
G 236 of 693 ~ 34.05%
B 241 of 693 ~ 34.78%

%31.17
%34.05
%34.78

CMYK color model

#D8ECF1 color CMYK value is (10,2,0,5).

  • cyan value is 10.37%
  • magenta value is 2.07%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(10,2,0,5)
C10M2Y0K5 
(10%,2%,0%,5%)
(0.10/0.02/0.00/0.05)	

CMYK percentages

%10.37
%2.07
%0
%5.49

Codes

Color #D8ECF1 in popluar color models

D8ECF1
RGB216236241
HSL192°47.17%89.61%
HSB/HSV192°10.37%94.51%
CMYK10.37%2.07%0.00%
5.49%

Color #D8ECF1 in popluar number systems.

HEXD8ECF1
Decimal216236241
Binary110110001110110011110001
Octal330354361

Shades and tints

Shades of #D8ECF1

#D8ECF1
(216,236,241)
#C5D7DC
(197,215,220)
#B2C2C7
(178,194,199)
#9FADB2
(159,173,178)
#8C989D
(140,152,157)
#798388
(121,131,136)
#666E73
(102,110,115)
#53595E
(83,89,94)
#404449
(64,68,73)
#2D2F34
(45,47,52)
#1A1A1F
(26,26,31)
#000000
(0,0,0)

Tints of #D8ECF1

#D8ECF1
(216,236,241)
#DBEDF2
(219,237,242)
#DEEEF3
(222,238,243)
#E1EFF4
(225,239,244)
#E4F0F5
(228,240,245)
#E7F1F6
(231,241,246)
#EAF2F7
(234,242,247)
#EDF3F8
(237,243,248)
#F0F4F9
(240,244,249)
#F3F5FA
(243,245,250)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8ECF1; }

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

This text font color is #D8ECF1.


Background Color

.myBgColor { background-color: #D8ECF1; }

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

This div background color is #D8ECF1.


Border color

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

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

This div border color is #D8ECF1.


Opacity

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

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

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

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

This text has shadow with #D8ECF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8ECF1 on black background.


Color preview on white background

This text has color #D8ECF1 on white background.



Black color preview on #D8ECF1 background

This text has black color on #D8ECF1 background.


White color preview on #D8ECF1 background

This text has white color on #D8ECF1 background.