COLOR #D8F0ED

HEX: #D8F0ED
RGB: (216,240,237)

Color info

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

RGB color model

#D8F0ED color RGB value is (216,240,237).

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

RGB channels and saturation

R 216 of 255 = 85%
G 240 of 255 = 94%
B 237 of 255 = 93%

216
240
237

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

Portions of RGB colors in percentages

R + G + B =
216 + 240 + 237 = 693 (100%)
R 216 of 693 ~ 31.17%
G 240 of 693 ~ 34.63%
B 237 of 693 ~ 34.2%

%31.17
%34.63
%34.2

CMYK color model

#D8F0ED color CMYK value is (10,0,1,6).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 1.25%
  • key color value is 5.88%
CMYK:
(10,0,1,6)
C10M0Y1K6 
(10%,0%,1%,6%)
(0.10/0.00/0.01/0.06)	

CMYK percentages

%10
%0
%1.25
%5.88

Codes

Color #D8F0ED in popluar color models

D8F0ED
RGB216240237
HSL173°44.44%89.41%
HSB/HSV173°10.00%94.12%
CMYK10.00%0.00%1.25%
5.88%

Color #D8F0ED in popluar number systems.

HEXD8F0ED
Decimal216240237
Binary110110001111000011101101
Octal330360355

Shades and tints

Shades of #D8F0ED

#D8F0ED
(216,240,237)
#C5DBD8
(197,219,216)
#B2C6C3
(178,198,195)
#9FB1AE
(159,177,174)
#8C9C99
(140,156,153)
#798784
(121,135,132)
#66726F
(102,114,111)
#535D5A
(83,93,90)
#404845
(64,72,69)
#2D3330
(45,51,48)
#1A1E1B
(26,30,27)
#000000
(0,0,0)

Tints of #D8F0ED

#D8F0ED
(216,240,237)
#DBF1EE
(219,241,238)
#DEF2EF
(222,242,239)
#E1F3F0
(225,243,240)
#E4F4F1
(228,244,241)
#E7F5F2
(231,245,242)
#EAF6F3
(234,246,243)
#EDF7F4
(237,247,244)
#F0F8F5
(240,248,245)
#F3F9F6
(243,249,246)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F0ED; }

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

This text font color is #D8F0ED.


Background Color

.myBgColor { background-color: #D8F0ED; }

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

This div background color is #D8F0ED.


Border color

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

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

This div border color is #D8F0ED.


Opacity

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

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

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

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

This text has shadow with #D8F0ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F0ED on black background.


Color preview on white background

This text has color #D8F0ED on white background.



Black color preview on #D8F0ED background

This text has black color on #D8F0ED background.


White color preview on #D8F0ED background

This text has white color on #D8F0ED background.