COLOR #D8EFE9

HEX: #D8EFE9
RGB: (216,239,233)

Color info

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

RGB color model

#D8EFE9 color RGB value is (216,239,233).

  • red value is 216;
  • green value is 239;
  • blue value is 233.
RGB:
(216,239,233)
(85%,94%,91%)

RGB channels and saturation

R 216 of 255 = 85%
G 239 of 255 = 94%
B 233 of 255 = 91%

216
239
233

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

Portions of RGB colors in percentages

R + G + B =
216 + 239 + 233 = 688 (100%)
R 216 of 688 ~ 31.4%
G 239 of 688 ~ 34.74%
B 233 of 688 ~ 33.87%

%31.4
%34.74
%33.87

CMYK color model

#D8EFE9 color CMYK value is (10,0,3,6).

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 2.51%
  • key color value is 6.27%
CMYK:
(10,0,3,6)
C10M0Y3K6 
(10%,0%,3%,6%)
(0.10/0.00/0.03/0.06)	

CMYK percentages

%9.62
%0
%2.51
%6.27

Codes

Color #D8EFE9 in popluar color models

D8EFE9
RGB216239233
HSL164°41.82%89.22%
HSB/HSV164°9.62%93.73%
CMYK9.62%0.00%2.51%
6.27%

Color #D8EFE9 in popluar number systems.

HEXD8EFE9
Decimal216239233
Binary110110001110111111101001
Octal330357351

Shades and tints

Shades of #D8EFE9

#D8EFE9
(216,239,233)
#C5DAD4
(197,218,212)
#B2C5BF
(178,197,191)
#9FB0AA
(159,176,170)
#8C9B95
(140,155,149)
#798680
(121,134,128)
#66716B
(102,113,107)
#535C56
(83,92,86)
#404741
(64,71,65)
#2D322C
(45,50,44)
#1A1D17
(26,29,23)
#000000
(0,0,0)

Tints of #D8EFE9

#D8EFE9
(216,239,233)
#DBF0EB
(219,240,235)
#DEF1ED
(222,241,237)
#E1F2EF
(225,242,239)
#E4F3F1
(228,243,241)
#E7F4F3
(231,244,243)
#EAF5F5
(234,245,245)
#EDF6F7
(237,246,247)
#F0F7F9
(240,247,249)
#F3F8FB
(243,248,251)
#F6F9FD
(246,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8EFE9 color. Also use rgb(216,239,233) instead hex code.

Text Font Color

.myTextColor { color: #D8EFE9; }

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

This text font color is #D8EFE9.


Background Color

.myBgColor { background-color: #D8EFE9; }

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

This div background color is #D8EFE9.


Border color

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

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

This div border color is #D8EFE9.


Opacity

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

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

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

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

This text has shadow with #D8EFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EFE9 on black background.


Color preview on white background

This text has color #D8EFE9 on white background.



Black color preview on #D8EFE9 background

This text has black color on #D8EFE9 background.


White color preview on #D8EFE9 background

This text has white color on #D8EFE9 background.