COLOR #D8F5ED

HEX: #D8F5ED
RGB: (216,245,237)

Color info

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

RGB color model

#D8F5ED color RGB value is (216,245,237).

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

RGB channels and saturation

R 216 of 255 = 85%
G 245 of 255 = 96%
B 237 of 255 = 93%

216
245
237

R + G + B ~ 91%. #D8F5ED is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 245 + 237 = 698 (100%)
R 216 of 698 ~ 30.95%
G 245 of 698 ~ 35.1%
B 237 of 698 ~ 33.95%

%30.95
%35.1
%33.95

CMYK color model

#D8F5ED color CMYK value is (12,0,3,4).

  • cyan value is 11.84%
  • magenta value is 0.00%
  • yellow value is 3.27%
  • key color value is 3.92%
CMYK:
(12,0,3,4)
C12M0Y3K4 
(12%,0%,3%,4%)
(0.12/0.00/0.03/0.04)	

CMYK percentages

%11.84
%0
%3.27
%3.92

Codes

Color #D8F5ED in popluar color models

D8F5ED
RGB216245237
HSL163°59.18%90.39%
HSB/HSV163°11.84%96.08%
CMYK11.84%0.00%3.27%
3.92%

Color #D8F5ED in popluar number systems.

HEXD8F5ED
Decimal216245237
Binary110110001111010111101101
Octal330365355

Shades and tints

Shades of #D8F5ED

#D8F5ED
(216,245,237)
#C5DFD8
(197,223,216)
#B2C9C3
(178,201,195)
#9FB3AE
(159,179,174)
#8C9D99
(140,157,153)
#798784
(121,135,132)
#66716F
(102,113,111)
#535B5A
(83,91,90)
#404545
(64,69,69)
#2D2F30
(45,47,48)
#1A191B
(26,25,27)
#000000
(0,0,0)

Tints of #D8F5ED

#D8F5ED
(216,245,237)
#DBF5EE
(219,245,238)
#DEF5EF
(222,245,239)
#E1F5F0
(225,245,240)
#E4F5F1
(228,245,241)
#E7F5F2
(231,245,242)
#EAF5F3
(234,245,243)
#EDF5F4
(237,245,244)
#F0F5F5
(240,245,245)
#F3F5F6
(243,245,246)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F5ED; }

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

This text font color is #D8F5ED.


Background Color

.myBgColor { background-color: #D8F5ED; }

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

This div background color is #D8F5ED.


Border color

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

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

This div border color is #D8F5ED.


Opacity

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

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

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

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

This text has shadow with #D8F5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F5ED on black background.


Color preview on white background

This text has color #D8F5ED on white background.



Black color preview on #D8F5ED background

This text has black color on #D8F5ED background.


White color preview on #D8F5ED background

This text has white color on #D8F5ED background.