COLOR #D8EBF1

HEX: #D8EBF1
RGB: (216,235,241)

Color info

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

RGB color model

#D8EBF1 color RGB value is (216,235,241).

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

RGB channels and saturation

R 216 of 255 = 85%
G 235 of 255 = 92%
B 241 of 255 = 95%

216
235
241

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

Portions of RGB colors in percentages

R + G + B =
216 + 235 + 241 = 692 (100%)
R 216 of 692 ~ 31.21%
G 235 of 692 ~ 33.96%
B 241 of 692 ~ 34.83%

%31.21
%33.96
%34.83

CMYK color model

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

  • cyan value is 10.37%
  • magenta value is 2.49%
  • 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.49
%0
%5.49

Codes

Color #D8EBF1 in popluar color models

D8EBF1
RGB216235241
HSL194°47.17%89.61%
HSB/HSV194°10.37%94.51%
CMYK10.37%2.49%0.00%
5.49%

Color #D8EBF1 in popluar number systems.

HEXD8EBF1
Decimal216235241
Binary110110001110101111110001
Octal330353361

Shades and tints

Shades of #D8EBF1

#D8EBF1
(216,235,241)
#C5D6DC
(197,214,220)
#B2C1C7
(178,193,199)
#9FACB2
(159,172,178)
#8C979D
(140,151,157)
#798288
(121,130,136)
#666D73
(102,109,115)
#53585E
(83,88,94)
#404349
(64,67,73)
#2D2E34
(45,46,52)
#1A191F
(26,25,31)
#000000
(0,0,0)

Tints of #D8EBF1

#D8EBF1
(216,235,241)
#DBECF2
(219,236,242)
#DEEDF3
(222,237,243)
#E1EEF4
(225,238,244)
#E4EFF5
(228,239,245)
#E7F0F6
(231,240,246)
#EAF1F7
(234,241,247)
#EDF2F8
(237,242,248)
#F0F3F9
(240,243,249)
#F3F4FA
(243,244,250)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EBF1; }

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

This text font color is #D8EBF1.


Background Color

.myBgColor { background-color: #D8EBF1; }

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

This div background color is #D8EBF1.


Border color

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

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

This div border color is #D8EBF1.


Opacity

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

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

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

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

This text has shadow with #D8EBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EBF1 on black background.


Color preview on white background

This text has color #D8EBF1 on white background.



Black color preview on #D8EBF1 background

This text has black color on #D8EBF1 background.


White color preview on #D8EBF1 background

This text has white color on #D8EBF1 background.