COLOR #D8EEBD

HEX: #D8EEBD
RGB: (216,238,189)

Color info

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

RGB color model

#D8EEBD color RGB value is (216,238,189).

  • red value is 216;
  • green value is 238;
  • blue value is 189.
RGB:
(216,238,189)
(85%,93%,74%)

RGB channels and saturation

R 216 of 255 = 85%
G 238 of 255 = 93%
B 189 of 255 = 74%

216
238
189

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

Portions of RGB colors in percentages

R + G + B =
216 + 238 + 189 = 643 (100%)
R 216 of 643 ~ 33.59%
G 238 of 643 ~ 37.01%
B 189 of 643 ~ 29.39%

%33.59
%37.01
%29.39

CMYK color model

#D8EEBD color CMYK value is (9,0,21,7).

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 6.67%
CMYK:
(9,0,21,7)
C9M0Y21K7 
(9%,0%,21%,7%)
(0.09/0.00/0.21/0.07)	

CMYK percentages

%9.24
%0
%20.59
%6.67

Codes

Color #D8EEBD in popluar color models

D8EEBD
RGB216238189
HSL87°59.04%83.73%
HSB/HSV87°20.59%93.33%
CMYK9.24%0.00%20.59%
6.67%

Color #D8EEBD in popluar number systems.

HEXD8EEBD
Decimal216238189
Binary110110001110111010111101
Octal330356275

Shades and tints

Shades of #D8EEBD

#D8EEBD
(216,238,189)
#C5D9AC
(197,217,172)
#B2C49B
(178,196,155)
#9FAF8A
(159,175,138)
#8C9A79
(140,154,121)
#798568
(121,133,104)
#667057
(102,112,87)
#535B46
(83,91,70)
#404635
(64,70,53)
#2D3124
(45,49,36)
#1A1C13
(26,28,19)
#000000
(0,0,0)

Tints of #D8EEBD

#D8EEBD
(216,238,189)
#DBEFC3
(219,239,195)
#DEF0C9
(222,240,201)
#E1F1CF
(225,241,207)
#E4F2D5
(228,242,213)
#E7F3DB
(231,243,219)
#EAF4E1
(234,244,225)
#EDF5E7
(237,245,231)
#F0F6ED
(240,246,237)
#F3F7F3
(243,247,243)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8EEBD color. Also use rgb(216,238,189) instead hex code.

Text Font Color

.myTextColor { color: #D8EEBD; }

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

This text font color is #D8EEBD.


Background Color

.myBgColor { background-color: #D8EEBD; }

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

This div background color is #D8EEBD.


Border color

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

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

This div border color is #D8EEBD.


Opacity

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

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

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

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

This text has shadow with #D8EEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EEBD on black background.


Color preview on white background

This text has color #D8EEBD on white background.



Black color preview on #D8EEBD background

This text has black color on #D8EEBD background.


White color preview on #D8EEBD background

This text has white color on #D8EEBD background.