COLOR #D8EDE8

HEX: #D8EDE8 RGB: (216,237,232)

Color info

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

RGB color model

#D8EDE8 color RGB value is (216,237,232).

RGB: (216,237,232) (85%, 93%, 91%)

RGB channels and saturation

R 216 of 255 = 85%
G 237 of 255 = 93%
B 232 of 255 = 91%

216
237
232

R + G + B ~ 90%. #D8EDE8 is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 237 + 232 = 685 (100%)
R 216 of 685 ~ 31.53%
G 237 of 685 ~ 34.6%
B 232 of 685 ~ 33.87'%

%31.53
%34.6
%33.87

CMYK color model

#D8EDE8 color CMYK value is (9,0,2,7).

  • cyan value is 8.86%
  • magenta value is 0.00%
  • yellow value is 2.11%
  • key color value is 7.06%

CMYK: (9,0,2,7)
C9M0Y2K7 (9%, 0%, 2%, 7%)
(0.09 / 0.00 / 0.02 / 0.07)

CMYK percentages

%8.86
%0
%2.11
%7.06

Codes

Color #D8EDE8 in popluar color models

D8 ED E8
RGB 216 237 232
HSL 166° 36.84% 88.82%
HSB/HSV 166° 8.86% 92.94%
CMYK 8.86% 0.00% 2.11%
7.06%

Color #D8EDE8 in popluar number systems.

HEX D8 ED E8
Decimal 216 237 232
Binary 11011000 11101101 11101000
Octal 330 355 350

Shades and tints

Shades of #D8EDE8

#D8EDE8
(216,237,232)
#C5D8D3
(197,216,211)
#B2C3BE
(178,195,190)
#9FAEA9
(159,174,169)
#8C9994
(140,153,148)
#79847F
(121,132,127)
#666F6A
(102,111,106)
#535A55
(83,90,85)
#404540
(64,69,64)
#2D302B
(45,48,43)
#1A1B16
(26,27,22)
#000000
(0,0,0)

Tints of #D8EDE8

#D8EDE8
(216,237,232)
#DBEEEA
(219,238,234)
#DEEFEC
(222,239,236)
#E1F0EE
(225,240,238)
#E4F1F0
(228,241,240)
#E7F2F2
(231,242,242)
#EAF3F4
(234,243,244)
#EDF4F6
(237,244,246)
#F0F5F8
(240,245,248)
#F3F6FA
(243,246,250)
#F6F7FC
(246,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EDE8; }

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

This text font color is #D8EDE8.

Background Color

.myBgColor { background-color: #D8EDE8; }

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

This div background color is #D8EDE8.

Border color

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

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

This div border color is #D8EDE8.

Opacity

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

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

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

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

This text has shadow with #D8EDE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EDE8.

Preview

Color preview on black background

This text has color #D8EDE8 on black background.


Color preview on white background

This text has color #D8EDE8 on white background.


Black color preview on #D8EDE8 background

This text has black color on #D8EDE8 background.


White color preview on #D8EDE8 background

This text has white color on #D8EDE8 background.


Related colors

Complementary color

Complementary color for #hex is #271217.


I love getcolorcode.com

Triadic colors

1 #E8D8ED and #EDE8D8 with #D8EDE8 are triadic colors.

2 #E8EDD8 and #EDD8E8 with #D8EDE8 are triadic colors.