COLOR #D8EDFD

HEX: #D8EDFD RGB: (216,237,253)

Color info

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

RGB color model

#D8EDFD color RGB value is (216,237,253).

RGB: (216,237,253) (85%, 93%, 99%)

RGB channels and saturation

R 216 of 255 = 85%
G 237 of 255 = 93%
B 253 of 255 = 99%

216
237
253

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

Portions of RGB colors in percentages

R + G + B = 216 + 237 + 253 = 706 (100%)
R 216 of 706 ~ 30.59%
G 237 of 706 ~ 33.57%
B 253 of 706 ~ 35.84'%

%30.59
%33.57
%35.84

CMYK color model

#D8EDFD color CMYK value is (15,6,0,1).

  • cyan value is 14.62%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (15,6,0,1)
C15M6Y0K1 (15%, 6%, 0%, 1%)
(0.15 / 0.06 / 0.00 / 0.01)

CMYK percentages

%14.62
%6.32
%0
%0.78

Codes

Color #D8EDFD in popluar color models

D8 ED FD
RGB 216 237 253
HSL 206° 90.24% 91.96%
HSB/HSV 206° 14.62% 99.22%
CMYK 14.62% 6.32% 0.00%
0.78%

Color #D8EDFD in popluar number systems.

HEX D8 ED FD
Decimal 216 237 253
Binary 11011000 11101101 11111101
Octal 330 355 375

Shades and tints

Shades of #D8EDFD

#D8EDFD
(216,237,253)
#C5D8E6
(197,216,230)
#B2C3CF
(178,195,207)
#9FAEB8
(159,174,184)
#8C99A1
(140,153,161)
#79848A
(121,132,138)
#666F73
(102,111,115)
#535A5C
(83,90,92)
#404545
(64,69,69)
#2D302E
(45,48,46)
#1A1B17
(26,27,23)
#000000
(0,0,0)

Tints of #D8EDFD

#D8EDFD
(216,237,253)
#DBEEFD
(219,238,253)
#DEEFFD
(222,239,253)
#E1F0FD
(225,240,253)
#E4F1FD
(228,241,253)
#E7F2FD
(231,242,253)
#EAF3FD
(234,243,253)
#EDF4FD
(237,244,253)
#F0F5FD
(240,245,253)
#F3F6FD
(243,246,253)
#F6F7FD
(246,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EDFD; }

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

This text font color is #D8EDFD.

Background Color

.myBgColor { background-color: #D8EDFD; }

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

This div background color is #D8EDFD.

Border color

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

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

This div border color is #D8EDFD.

Opacity

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

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

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

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

This text has shadow with #D8EDFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EDFD.

Preview

Color preview on black background

This text has color #D8EDFD on black background.


Color preview on white background

This text has color #D8EDFD on white background.


Black color preview on #D8EDFD background

This text has black color on #D8EDFD background.


White color preview on #D8EDFD background

This text has white color on #D8EDFD background.


Related colors

Complementary color

Complementary color for #hex is #271202.


I love getcolorcode.com

Triadic colors

1 #FDD8ED and #EDFDD8 with #D8EDFD are triadic colors.

2 #FDEDD8 and #EDD8FD with #D8EDFD are triadic colors.