COLOR #D8F9ED

HEX: #D8F9ED
RGB: (216,249,237)

Color info

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

RGB color model

#D8F9ED color RGB value is (216,249,237).

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

RGB channels and saturation

R 216 of 255 = 85%
G 249 of 255 = 98%
B 237 of 255 = 93%

216
249
237

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

Portions of RGB colors in percentages

R + G + B =
216 + 249 + 237 = 702 (100%)
R 216 of 702 ~ 30.77%
G 249 of 702 ~ 35.47%
B 237 of 702 ~ 33.76%

%30.77
%35.47
%33.76

CMYK color model

#D8F9ED color CMYK value is (13,0,5,2).

  • cyan value is 13.25%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 2.35%
CMYK:
(13,0,5,2)
C13M0Y5K2 
(13%,0%,5%,2%)
(0.13/0.00/0.05/0.02)	

CMYK percentages

%13.25
%0
%4.82
%2.35

Codes

Color #D8F9ED in popluar color models

D8F9ED
RGB216249237
HSL158°73.33%91.18%
HSB/HSV158°13.25%97.65%
CMYK13.25%0.00%4.82%
2.35%

Color #D8F9ED in popluar number systems.

HEXD8F9ED
Decimal216249237
Binary110110001111100111101101
Octal330371355

Shades and tints

Shades of #D8F9ED

#D8F9ED
(216,249,237)
#C5E3D8
(197,227,216)
#B2CDC3
(178,205,195)
#9FB7AE
(159,183,174)
#8CA199
(140,161,153)
#798B84
(121,139,132)
#66756F
(102,117,111)
#535F5A
(83,95,90)
#404945
(64,73,69)
#2D3330
(45,51,48)
#1A1D1B
(26,29,27)
#000000
(0,0,0)

Tints of #D8F9ED

#D8F9ED
(216,249,237)
#DBF9EE
(219,249,238)
#DEF9EF
(222,249,239)
#E1F9F0
(225,249,240)
#E4F9F1
(228,249,241)
#E7F9F2
(231,249,242)
#EAF9F3
(234,249,243)
#EDF9F4
(237,249,244)
#F0F9F5
(240,249,245)
#F3F9F6
(243,249,246)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F9ED; }

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

This text font color is #D8F9ED.


Background Color

.myBgColor { background-color: #D8F9ED; }

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

This div background color is #D8F9ED.


Border color

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

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

This div border color is #D8F9ED.


Opacity

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

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

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

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

This text has shadow with #D8F9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F9ED on black background.


Color preview on white background

This text has color #D8F9ED on white background.



Black color preview on #D8F9ED background

This text has black color on #D8F9ED background.


White color preview on #D8F9ED background

This text has white color on #D8F9ED background.