COLOR #D8F2ED

HEX: #D8F2ED
RGB: (216,242,237)

Color info

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

RGB color model

#D8F2ED color RGB value is (216,242,237).

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

RGB channels and saturation

R 216 of 255 = 85%
G 242 of 255 = 95%
B 237 of 255 = 93%

216
242
237

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

Portions of RGB colors in percentages

R + G + B =
216 + 242 + 237 = 695 (100%)
R 216 of 695 ~ 31.08%
G 242 of 695 ~ 34.82%
B 237 of 695 ~ 34.1%

%31.08
%34.82
%34.1

CMYK color model

#D8F2ED color CMYK value is (11,0,2,5).

  • cyan value is 10.74%
  • magenta value is 0.00%
  • yellow value is 2.07%
  • key color value is 5.10%
CMYK:
(11,0,2,5)
C11M0Y2K5 
(11%,0%,2%,5%)
(0.11/0.00/0.02/0.05)	

CMYK percentages

%10.74
%0
%2.07
%5.1

Codes

Color #D8F2ED in popluar color models

D8F2ED
RGB216242237
HSL168°50.00%89.80%
HSB/HSV168°10.74%94.90%
CMYK10.74%0.00%2.07%
5.10%

Color #D8F2ED in popluar number systems.

HEXD8F2ED
Decimal216242237
Binary110110001111001011101101
Octal330362355

Shades and tints

Shades of #D8F2ED

#D8F2ED
(216,242,237)
#C5DCD8
(197,220,216)
#B2C6C3
(178,198,195)
#9FB0AE
(159,176,174)
#8C9A99
(140,154,153)
#798484
(121,132,132)
#666E6F
(102,110,111)
#53585A
(83,88,90)
#404245
(64,66,69)
#2D2C30
(45,44,48)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #D8F2ED

#D8F2ED
(216,242,237)
#DBF3EE
(219,243,238)
#DEF4EF
(222,244,239)
#E1F5F0
(225,245,240)
#E4F6F1
(228,246,241)
#E7F7F2
(231,247,242)
#EAF8F3
(234,248,243)
#EDF9F4
(237,249,244)
#F0FAF5
(240,250,245)
#F3FBF6
(243,251,246)
#F6FCF7
(246,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F2ED; }

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

This text font color is #D8F2ED.


Background Color

.myBgColor { background-color: #D8F2ED; }

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

This div background color is #D8F2ED.


Border color

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

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

This div border color is #D8F2ED.


Opacity

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

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

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

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

This text has shadow with #D8F2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F2ED on black background.


Color preview on white background

This text has color #D8F2ED on white background.



Black color preview on #D8F2ED background

This text has black color on #D8F2ED background.


White color preview on #D8F2ED background

This text has white color on #D8F2ED background.