COLOR #D8EFD5

HEX: #D8EFD5
RGB: (216,239,213)

Color info

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

RGB color model

#D8EFD5 color RGB value is (216,239,213).

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

RGB channels and saturation

R 216 of 255 = 85%
G 239 of 255 = 94%
B 213 of 255 = 84%

216
239
213

R + G + B ~ 88%. #D8EFD5 is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 239 + 213 = 668 (100%)
R 216 of 668 ~ 32.34%
G 239 of 668 ~ 35.78%
B 213 of 668 ~ 31.89%

%32.34
%35.78
%31.89

CMYK color model

#D8EFD5 color CMYK value is (10,0,11,6).

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 10.88%
  • key color value is 6.27%
CMYK:
(10,0,11,6)
C10M0Y11K6 
(10%,0%,11%,6%)
(0.10/0.00/0.11/0.06)	

CMYK percentages

%9.62
%0
%10.88
%6.27

Codes

Color #D8EFD5 in popluar color models

D8EFD5
RGB216239213
HSL113°44.83%88.63%
HSB/HSV113°10.88%93.73%
CMYK9.62%0.00%10.88%
6.27%

Color #D8EFD5 in popluar number systems.

HEXD8EFD5
Decimal216239213
Binary110110001110111111010101
Octal330357325

Shades and tints

Shades of #D8EFD5

#D8EFD5
(216,239,213)
#C5DAC2
(197,218,194)
#B2C5AF
(178,197,175)
#9FB09C
(159,176,156)
#8C9B89
(140,155,137)
#798676
(121,134,118)
#667163
(102,113,99)
#535C50
(83,92,80)
#40473D
(64,71,61)
#2D322A
(45,50,42)
#1A1D17
(26,29,23)
#000000
(0,0,0)

Tints of #D8EFD5

#D8EFD5
(216,239,213)
#DBF0D8
(219,240,216)
#DEF1DB
(222,241,219)
#E1F2DE
(225,242,222)
#E4F3E1
(228,243,225)
#E7F4E4
(231,244,228)
#EAF5E7
(234,245,231)
#EDF6EA
(237,246,234)
#F0F7ED
(240,247,237)
#F3F8F0
(243,248,240)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EFD5; }

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

This text font color is #D8EFD5.


Background Color

.myBgColor { background-color: #D8EFD5; }

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

This div background color is #D8EFD5.


Border color

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

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

This div border color is #D8EFD5.


Opacity

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

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

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

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

This text has shadow with #D8EFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EFD5 on black background.


Color preview on white background

This text has color #D8EFD5 on white background.



Black color preview on #D8EFD5 background

This text has black color on #D8EFD5 background.


White color preview on #D8EFD5 background

This text has white color on #D8EFD5 background.