COLOR #D8EFE4

HEX: #D8EFE4
RGB: (216,239,228)

Color info

#D8EFE4 contains red, green and blue colors in about the same proportion. Web safe color of #D8EFE4 is #CCFFCC (or #CFC).

RGB color model

#D8EFE4 color RGB value is (216,239,228).

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

RGB channels and saturation

R 216 of 255 = 85%
G 239 of 255 = 94%
B 228 of 255 = 89%

216
239
228

R + G + B ~ 89%. #D8EFE4 is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 239 + 228 = 683 (100%)
R 216 of 683 ~ 31.63%
G 239 of 683 ~ 34.99%
B 228 of 683 ~ 33.38%

%31.63
%34.99
%33.38

CMYK color model

#D8EFE4 color CMYK value is (10,0,5,6).

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 4.60%
  • key color value is 6.27%
CMYK:
(10,0,5,6)
C10M0Y5K6 
(10%,0%,5%,6%)
(0.10/0.00/0.05/0.06)	

CMYK percentages

%9.62
%0
%4.6
%6.27

Codes

Color #D8EFE4 in popluar color models

D8EFE4
RGB216239228
HSL151°41.82%89.22%
HSB/HSV151°9.62%93.73%
CMYK9.62%0.00%4.60%
6.27%

Color #D8EFE4 in popluar number systems.

HEXD8EFE4
Decimal216239228
Binary110110001110111111100100
Octal330357344

Shades and tints

Shades of #D8EFE4

#D8EFE4
(216,239,228)
#C5DAD0
(197,218,208)
#B2C5BC
(178,197,188)
#9FB0A8
(159,176,168)
#8C9B94
(140,155,148)
#798680
(121,134,128)
#66716C
(102,113,108)
#535C58
(83,92,88)
#404744
(64,71,68)
#2D3230
(45,50,48)
#1A1D1C
(26,29,28)
#000000
(0,0,0)

Tints of #D8EFE4

#D8EFE4
(216,239,228)
#DBF0E6
(219,240,230)
#DEF1E8
(222,241,232)
#E1F2EA
(225,242,234)
#E4F3EC
(228,243,236)
#E7F4EE
(231,244,238)
#EAF5F0
(234,245,240)
#EDF6F2
(237,246,242)
#F0F7F4
(240,247,244)
#F3F8F6
(243,248,246)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EFE4; }

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

This text font color is #D8EFE4.


Background Color

.myBgColor { background-color: #D8EFE4; }

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

This div background color is #D8EFE4.


Border color

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

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

This div border color is #D8EFE4.


Opacity

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

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

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

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

This text has shadow with #D8EFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EFE4 on black background.


Color preview on white background

This text has color #D8EFE4 on white background.



Black color preview on #D8EFE4 background

This text has black color on #D8EFE4 background.


White color preview on #D8EFE4 background

This text has white color on #D8EFE4 background.