COLOR #D8EDEA

HEX: #D8EDEA
RGB: (216,237,234)

Color info

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

RGB color model

#D8EDEA color RGB value is (216,237,234).

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

RGB channels and saturation

R 216 of 255 = 85%
G 237 of 255 = 93%
B 234 of 255 = 92%

216
237
234

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

Portions of RGB colors in percentages

R + G + B =
216 + 237 + 234 = 687 (100%)
R 216 of 687 ~ 31.44%
G 237 of 687 ~ 34.5%
B 234 of 687 ~ 34.06%

%31.44
%34.5
%34.06

CMYK color model

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

  • cyan value is 8.86%
  • magenta value is 0.00%
  • yellow value is 1.27%
  • key color value is 7.06%
CMYK:
(9,0,1,7)
C9M0Y1K7 
(9%,0%,1%,7%)
(0.09/0.00/0.01/0.07)	

CMYK percentages

%8.86
%0
%1.27
%7.06

Codes

Color #D8EDEA in popluar color models

D8EDEA
RGB216237234
HSL171°36.84%88.82%
HSB/HSV171°8.86%92.94%
CMYK8.86%0.00%1.27%
7.06%

Color #D8EDEA in popluar number systems.

HEXD8EDEA
Decimal216237234
Binary110110001110110111101010
Octal330355352

Shades and tints

Shades of #D8EDEA

#D8EDEA
(216,237,234)
#C5D8D5
(197,216,213)
#B2C3C0
(178,195,192)
#9FAEAB
(159,174,171)
#8C9996
(140,153,150)
#798481
(121,132,129)
#666F6C
(102,111,108)
#535A57
(83,90,87)
#404542
(64,69,66)
#2D302D
(45,48,45)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #D8EDEA

#D8EDEA
(216,237,234)
#DBEEEB
(219,238,235)
#DEEFEC
(222,239,236)
#E1F0ED
(225,240,237)
#E4F1EE
(228,241,238)
#E7F2EF
(231,242,239)
#EAF3F0
(234,243,240)
#EDF4F1
(237,244,241)
#F0F5F2
(240,245,242)
#F3F6F3
(243,246,243)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EDEA; }

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

This text font color is #D8EDEA.


Background Color

.myBgColor { background-color: #D8EDEA; }

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

This div background color is #D8EDEA.


Border color

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

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

This div border color is #D8EDEA.


Opacity

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

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

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

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

This text has shadow with #D8EDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EDEA on black background.


Color preview on white background

This text has color #D8EDEA on white background.



Black color preview on #D8EDEA background

This text has black color on #D8EDEA background.


White color preview on #D8EDEA background

This text has white color on #D8EDEA background.