COLOR #D8EBF2

HEX: #D8EBF2
RGB: (216,235,242)

Color info

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

RGB color model

#D8EBF2 color RGB value is (216,235,242).

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

RGB channels and saturation

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

216
235
242

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

Portions of RGB colors in percentages

R + G + B =
216 + 235 + 242 = 693 (100%)
R 216 of 693 ~ 31.17%
G 235 of 693 ~ 33.91%
B 242 of 693 ~ 34.92%

%31.17
%33.91
%34.92

CMYK color model

#D8EBF2 color CMYK value is (11,3,0,5).

  • cyan value is 10.74%
  • magenta value is 2.89%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(11,3,0,5)
C11M3Y0K5 
(11%,3%,0%,5%)
(0.11/0.03/0.00/0.05)	

CMYK percentages

%10.74
%2.89
%0
%5.1

Codes

Color #D8EBF2 in popluar color models

D8EBF2
RGB216235242
HSL196°50.00%89.80%
HSB/HSV196°10.74%94.90%
CMYK10.74%2.89%0.00%
5.10%

Color #D8EBF2 in popluar number systems.

HEXD8EBF2
Decimal216235242
Binary110110001110101111110010
Octal330353362

Shades and tints

Shades of #D8EBF2

#D8EBF2
(216,235,242)
#C5D6DC
(197,214,220)
#B2C1C6
(178,193,198)
#9FACB0
(159,172,176)
#8C979A
(140,151,154)
#798284
(121,130,132)
#666D6E
(102,109,110)
#535858
(83,88,88)
#404342
(64,67,66)
#2D2E2C
(45,46,44)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #D8EBF2

#D8EBF2
(216,235,242)
#DBECF3
(219,236,243)
#DEEDF4
(222,237,244)
#E1EEF5
(225,238,245)
#E4EFF6
(228,239,246)
#E7F0F7
(231,240,247)
#EAF1F8
(234,241,248)
#EDF2F9
(237,242,249)
#F0F3FA
(240,243,250)
#F3F4FB
(243,244,251)
#F6F5FC
(246,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EBF2; }

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

This text font color is #D8EBF2.


Background Color

.myBgColor { background-color: #D8EBF2; }

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

This div background color is #D8EBF2.


Border color

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

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

This div border color is #D8EBF2.


Opacity

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

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

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

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

This text has shadow with #D8EBF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EBF2 on black background.


Color preview on white background

This text has color #D8EBF2 on white background.



Black color preview on #D8EBF2 background

This text has black color on #D8EBF2 background.


White color preview on #D8EBF2 background

This text has white color on #D8EBF2 background.