COLOR #D8EDF8

HEX: #D8EDF8 RGB: (216,237,248)

Color info

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

RGB color model

#D8EDF8 color RGB value is (216,237,248).

RGB: (216,237,248) (85%, 93%, 97%)

RGB channels and saturation

R 216 of 255 = 85%
G 237 of 255 = 93%
B 248 of 255 = 97%

216
237
248

R + G + B ~ 92%. #D8EDF8 is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 237 + 248 = 701 (100%)
R 216 of 701 ~ 30.81%
G 237 of 701 ~ 33.81%
B 248 of 701 ~ 35.38'%

%30.81
%33.81
%35.38

CMYK color model

#D8EDF8 color CMYK value is (13,4,0,3).

  • cyan value is 12.90%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (13,4,0,3)
C13M4Y0K3 (13%, 4%, 0%, 3%)
(0.13 / 0.04 / 0.00 / 0.03)

CMYK percentages

%12.9
%4.44
%0
%2.75

Codes

Color #D8EDF8 in popluar color models

D8 ED F8
RGB 216 237 248
HSL 201° 69.57% 90.98%
HSB/HSV 201° 12.90% 97.25%
CMYK 12.90% 4.44% 0.00%
2.75%

Color #D8EDF8 in popluar number systems.

HEX D8 ED F8
Decimal 216 237 248
Binary 11011000 11101101 11111000
Octal 330 355 370

Shades and tints

Shades of #D8EDF8

#D8EDF8
(216,237,248)
#C5D8E2
(197,216,226)
#B2C3CC
(178,195,204)
#9FAEB6
(159,174,182)
#8C99A0
(140,153,160)
#79848A
(121,132,138)
#666F74
(102,111,116)
#535A5E
(83,90,94)
#404548
(64,69,72)
#2D3032
(45,48,50)
#1A1B1C
(26,27,28)
#000000
(0,0,0)

Tints of #D8EDF8

#D8EDF8
(216,237,248)
#DBEEF8
(219,238,248)
#DEEFF8
(222,239,248)
#E1F0F8
(225,240,248)
#E4F1F8
(228,241,248)
#E7F2F8
(231,242,248)
#EAF3F8
(234,243,248)
#EDF4F8
(237,244,248)
#F0F5F8
(240,245,248)
#F3F6F8
(243,246,248)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8EDF8 color. Also use rgb(216,237,248) instead hex code.

Text Font Color

.myTextColor { color: #D8EDF8; }

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

This text font color is #D8EDF8.

Background Color

.myBgColor { background-color: #D8EDF8; }

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

This div background color is #D8EDF8.

Border color

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

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

This div border color is #D8EDF8.

Opacity

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

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

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

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

This text has shadow with #D8EDF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EDF8.

Preview

Color preview on black background

This text has color #D8EDF8 on black background.


Color preview on white background

This text has color #D8EDF8 on white background.


Black color preview on #D8EDF8 background

This text has black color on #D8EDF8 background.


White color preview on #D8EDF8 background

This text has white color on #D8EDF8 background.


Related colors

Complementary color

Complementary color for #hex is #271207.


I love getcolorcode.com

Triadic colors

1 #F8D8ED and #EDF8D8 with #D8EDF8 are triadic colors.

2 #F8EDD8 and #EDD8F8 with #D8EDF8 are triadic colors.