COLOR #D8EEED

HEX: #D8EEED
RGB: (216,238,237)

Color info

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

RGB color model

#D8EEED color RGB value is (216,238,237).

  • red value is 216;
  • green value is 238;
  • blue value is 237.
RGB:
(216,238,237)
(85%,93%,93%)

RGB channels and saturation

R 216 of 255 = 85%
G 238 of 255 = 93%
B 237 of 255 = 93%

216
238
237

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

Portions of RGB colors in percentages

R + G + B =
216 + 238 + 237 = 691 (100%)
R 216 of 691 ~ 31.26%
G 238 of 691 ~ 34.44%
B 237 of 691 ~ 34.3%

%31.26
%34.44
%34.3

CMYK color model

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

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 6.67%
CMYK:
(9,0,0,7)
C9M0Y0K7 
(9%,0%,0%,7%)
(0.09/0.00/0.00/0.07)	

CMYK percentages

%9.24
%0
%0.42
%6.67

Codes

Color #D8EEED in popluar color models

D8EEED
RGB216238237
HSL177°39.29%89.02%
HSB/HSV177°9.24%93.33%
CMYK9.24%0.00%0.42%
6.67%

Color #D8EEED in popluar number systems.

HEXD8EEED
Decimal216238237
Binary110110001110111011101101
Octal330356355

Shades and tints

Shades of #D8EEED

#D8EEED
(216,238,237)
#C5D9D8
(197,217,216)
#B2C4C3
(178,196,195)
#9FAFAE
(159,175,174)
#8C9A99
(140,154,153)
#798584
(121,133,132)
#66706F
(102,112,111)
#535B5A
(83,91,90)
#404645
(64,70,69)
#2D3130
(45,49,48)
#1A1C1B
(26,28,27)
#000000
(0,0,0)

Tints of #D8EEED

#D8EEED
(216,238,237)
#DBEFEE
(219,239,238)
#DEF0EF
(222,240,239)
#E1F1F0
(225,241,240)
#E4F2F1
(228,242,241)
#E7F3F2
(231,243,242)
#EAF4F3
(234,244,243)
#EDF5F4
(237,245,244)
#F0F6F5
(240,246,245)
#F3F7F6
(243,247,246)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EEED; }

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

This text font color is #D8EEED.


Background Color

.myBgColor { background-color: #D8EEED; }

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

This div background color is #D8EEED.


Border color

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

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

This div border color is #D8EEED.


Opacity

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

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

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

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

This text has shadow with #D8EEED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EEED on black background.


Color preview on white background

This text has color #D8EEED on white background.



Black color preview on #D8EEED background

This text has black color on #D8EEED background.


White color preview on #D8EEED background

This text has white color on #D8EEED background.