COLOR #D8EBF4

HEX: #D8EBF4 RGB: (216,235,244)

Color info

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

RGB color model

#D8EBF4 color RGB value is (216,235,244).

RGB: (216,235,244) (85%, 92%, 96%)

RGB channels and saturation

R 216 of 255 = 85%
G 235 of 255 = 92%
B 244 of 255 = 96%

216
235
244

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

Portions of RGB colors in percentages

R + G + B = 216 + 235 + 244 = 695 (100%)
R 216 of 695 ~ 31.08%
G 235 of 695 ~ 33.81%
B 244 of 695 ~ 35.11'%

%31.08
%33.81
%35.11

CMYK color model

#D8EBF4 color CMYK value is (11,4,0,4).

  • cyan value is 11.48%
  • magenta value is 3.69%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (11,4,0,4)
C11M4Y0K4 (11%, 4%, 0%, 4%)
(0.11 / 0.04 / 0.00 / 0.04)

CMYK percentages

%11.48
%3.69
%0
%4.31

Codes

Color #D8EBF4 in popluar color models

D8 EB F4
RGB 216 235 244
HSL 199° 56.00% 90.20%
HSB/HSV 199° 11.48% 95.69%
CMYK 11.48% 3.69% 0.00%
4.31%

Color #D8EBF4 in popluar number systems.

HEX D8 EB F4
Decimal 216 235 244
Binary 11011000 11101011 11110100
Octal 330 353 364

Shades and tints

Shades of #D8EBF4

#D8EBF4
(216,235,244)
#C5D6DE
(197,214,222)
#B2C1C8
(178,193,200)
#9FACB2
(159,172,178)
#8C979C
(140,151,156)
#798286
(121,130,134)
#666D70
(102,109,112)
#53585A
(83,88,90)
#404344
(64,67,68)
#2D2E2E
(45,46,46)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #D8EBF4

#D8EBF4
(216,235,244)
#DBECF5
(219,236,245)
#DEEDF6
(222,237,246)
#E1EEF7
(225,238,247)
#E4EFF8
(228,239,248)
#E7F0F9
(231,240,249)
#EAF1FA
(234,241,250)
#EDF2FB
(237,242,251)
#F0F3FC
(240,243,252)
#F3F4FD
(243,244,253)
#F6F5FE
(246,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EBF4; }

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

This text font color is #D8EBF4.

Background Color

.myBgColor { background-color: #D8EBF4; }

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

This div background color is #D8EBF4.

Border color

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

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

This div border color is #D8EBF4.

Opacity

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

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

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

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

This text has shadow with #D8EBF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EBF4.

Preview

Color preview on black background

This text has color #D8EBF4 on black background.


Color preview on white background

This text has color #D8EBF4 on white background.


Black color preview on #D8EBF4 background

This text has black color on #D8EBF4 background.


White color preview on #D8EBF4 background

This text has white color on #D8EBF4 background.


Related colors

Complementary color

Complementary color for #hex is #27140B.


I love getcolorcode.com

Triadic colors

1 #F4D8EB and #EBF4D8 with #D8EBF4 are triadic colors.

2 #F4EBD8 and #EBD8F4 with #D8EBF4 are triadic colors.