COLOR #D8EDB9

HEX: #D8EDB9
RGB: (216,237,185)

Color info

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

RGB color model

#D8EDB9 color RGB value is (216,237,185).

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

RGB channels and saturation

R 216 of 255 = 85%
G 237 of 255 = 93%
B 185 of 255 = 73%

216
237
185

R + G + B ~ 84%. #D8EDB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 237 + 185 = 638 (100%)
R 216 of 638 ~ 33.86%
G 237 of 638 ~ 37.15%
B 185 of 638 ~ 29%

%33.86
%37.15
%29

CMYK color model

#D8EDB9 color CMYK value is (9,0,22,7).

  • cyan value is 8.86%
  • magenta value is 0.00%
  • yellow value is 21.94%
  • key color value is 7.06%
CMYK:
(9,0,22,7)
C9M0Y22K7 
(9%,0%,22%,7%)
(0.09/0.00/0.22/0.07)	

CMYK percentages

%8.86
%0
%21.94
%7.06

Codes

Color #D8EDB9 in popluar color models

D8EDB9
RGB216237185
HSL84°59.09%82.75%
HSB/HSV84°21.94%92.94%
CMYK8.86%0.00%21.94%
7.06%

Color #D8EDB9 in popluar number systems.

HEXD8EDB9
Decimal216237185
Binary110110001110110110111001
Octal330355271

Shades and tints

Shades of #D8EDB9

#D8EDB9
(216,237,185)
#C5D8A9
(197,216,169)
#B2C399
(178,195,153)
#9FAE89
(159,174,137)
#8C9979
(140,153,121)
#798469
(121,132,105)
#666F59
(102,111,89)
#535A49
(83,90,73)
#404539
(64,69,57)
#2D3029
(45,48,41)
#1A1B19
(26,27,25)
#000000
(0,0,0)

Tints of #D8EDB9

#D8EDB9
(216,237,185)
#DBEEBF
(219,238,191)
#DEEFC5
(222,239,197)
#E1F0CB
(225,240,203)
#E4F1D1
(228,241,209)
#E7F2D7
(231,242,215)
#EAF3DD
(234,243,221)
#EDF4E3
(237,244,227)
#F0F5E9
(240,245,233)
#F3F6EF
(243,246,239)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EDB9; }

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

This text font color is #D8EDB9.


Background Color

.myBgColor { background-color: #D8EDB9; }

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

This div background color is #D8EDB9.


Border color

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

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

This div border color is #D8EDB9.


Opacity

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

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

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

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

This text has shadow with #D8EDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EDB9 on black background.


Color preview on white background

This text has color #D8EDB9 on white background.



Black color preview on #D8EDB9 background

This text has black color on #D8EDB9 background.


White color preview on #D8EDB9 background

This text has white color on #D8EDB9 background.