COLOR #D8EBF7

HEX: #D8EBF7
RGB: (216,235,247)

Color info

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

RGB color model

#D8EBF7 color RGB value is (216,235,247).

  • red value is 216;
  • green value is 235;
  • blue value is 247.
RGB:
(216,235,247)
(85%,92%,97%)

RGB channels and saturation

R 216 of 255 = 85%
G 235 of 255 = 92%
B 247 of 255 = 97%

216
235
247

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

Portions of RGB colors in percentages

R + G + B =
216 + 235 + 247 = 698 (100%)
R 216 of 698 ~ 30.95%
G 235 of 698 ~ 33.67%
B 247 of 698 ~ 35.39%

%30.95
%33.67
%35.39

CMYK color model

#D8EBF7 color CMYK value is (13,5,0,3).

  • cyan value is 12.55%
  • magenta value is 4.86%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(13,5,0,3)
C13M5Y0K3 
(13%,5%,0%,3%)
(0.13/0.05/0.00/0.03)	

CMYK percentages

%12.55
%4.86
%0
%3.14

Codes

Color #D8EBF7 in popluar color models

D8EBF7
RGB216235247
HSL203°65.96%90.78%
HSB/HSV203°12.55%96.86%
CMYK12.55%4.86%0.00%
3.14%

Color #D8EBF7 in popluar number systems.

HEXD8EBF7
Decimal216235247
Binary110110001110101111110111
Octal330353367

Shades and tints

Shades of #D8EBF7

#D8EBF7
(216,235,247)
#C5D6E1
(197,214,225)
#B2C1CB
(178,193,203)
#9FACB5
(159,172,181)
#8C979F
(140,151,159)
#798289
(121,130,137)
#666D73
(102,109,115)
#53585D
(83,88,93)
#404347
(64,67,71)
#2D2E31
(45,46,49)
#1A191B
(26,25,27)
#000000
(0,0,0)

Tints of #D8EBF7

#D8EBF7
(216,235,247)
#DBECF7
(219,236,247)
#DEEDF7
(222,237,247)
#E1EEF7
(225,238,247)
#E4EFF7
(228,239,247)
#E7F0F7
(231,240,247)
#EAF1F7
(234,241,247)
#EDF2F7
(237,242,247)
#F0F3F7
(240,243,247)
#F3F4F7
(243,244,247)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8EBF7 color. Also use rgb(216,235,247) instead hex code.

Text Font Color

.myTextColor { color: #D8EBF7; }

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

This text font color is #D8EBF7.


Background Color

.myBgColor { background-color: #D8EBF7; }

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

This div background color is #D8EBF7.


Border color

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

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

This div border color is #D8EBF7.


Opacity

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

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

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

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

This text has shadow with #D8EBF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EBF7 on black background.


Color preview on white background

This text has color #D8EBF7 on white background.



Black color preview on #D8EBF7 background

This text has black color on #D8EBF7 background.


White color preview on #D8EBF7 background

This text has white color on #D8EBF7 background.