COLOR #D8EEB5

HEX: #D8EEB5
RGB: (216,238,181)

Color info

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

RGB color model

#D8EEB5 color RGB value is (216,238,181).

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

RGB channels and saturation

R 216 of 255 = 85%
G 238 of 255 = 93%
B 181 of 255 = 71%

216
238
181

R + G + B ~ 83%. #D8EEB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 238 + 181 = 635 (100%)
R 216 of 635 ~ 34.02%
G 238 of 635 ~ 37.48%
B 181 of 635 ~ 28.5%

%34.02
%37.48
%28.5

CMYK color model

#D8EEB5 color CMYK value is (9,0,24,7).

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 23.95%
  • key color value is 6.67%
CMYK:
(9,0,24,7)
C9M0Y24K7 
(9%,0%,24%,7%)
(0.09/0.00/0.24/0.07)	

CMYK percentages

%9.24
%0
%23.95
%6.67

Codes

Color #D8EEB5 in popluar color models

D8EEB5
RGB216238181
HSL83°62.64%82.16%
HSB/HSV83°23.95%93.33%
CMYK9.24%0.00%23.95%
6.67%

Color #D8EEB5 in popluar number systems.

HEXD8EEB5
Decimal216238181
Binary110110001110111010110101
Octal330356265

Shades and tints

Shades of #D8EEB5

#D8EEB5
(216,238,181)
#C5D9A5
(197,217,165)
#B2C495
(178,196,149)
#9FAF85
(159,175,133)
#8C9A75
(140,154,117)
#798565
(121,133,101)
#667055
(102,112,85)
#535B45
(83,91,69)
#404635
(64,70,53)
#2D3125
(45,49,37)
#1A1C15
(26,28,21)
#000000
(0,0,0)

Tints of #D8EEB5

#D8EEB5
(216,238,181)
#DBEFBB
(219,239,187)
#DEF0C1
(222,240,193)
#E1F1C7
(225,241,199)
#E4F2CD
(228,242,205)
#E7F3D3
(231,243,211)
#EAF4D9
(234,244,217)
#EDF5DF
(237,245,223)
#F0F6E5
(240,246,229)
#F3F7EB
(243,247,235)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EEB5; }

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

This text font color is #D8EEB5.


Background Color

.myBgColor { background-color: #D8EEB5; }

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

This div background color is #D8EEB5.


Border color

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

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

This div border color is #D8EEB5.


Opacity

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

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

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

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

This text has shadow with #D8EEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EEB5 on black background.


Color preview on white background

This text has color #D8EEB5 on white background.



Black color preview on #D8EEB5 background

This text has black color on #D8EEB5 background.


White color preview on #D8EEB5 background

This text has white color on #D8EEB5 background.