COLOR #D8E8B1

HEX: #D8E8B1
RGB: (216,232,177)

Color info

#D8E8B1 contains red, green and blue colors in about the same proportion. Web safe color of #D8E8B1 is #CCFF99 (or #CF9).

RGB color model

#D8E8B1 color RGB value is (216,232,177).

  • red value is 216;
  • green value is 232;
  • blue value is 177.
RGB:
(216,232,177)
(85%,91%,69%)

RGB channels and saturation

R 216 of 255 = 85%
G 232 of 255 = 91%
B 177 of 255 = 69%

216
232
177

R + G + B ~ 82%. #D8E8B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 232 + 177 = 625 (100%)
R 216 of 625 ~ 34.56%
G 232 of 625 ~ 37.12%
B 177 of 625 ~ 28.32%

%34.56
%37.12
%28.32

CMYK color model

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

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 23.71%
  • key color value is 9.02%
CMYK:
(7,0,24,9)
C7M0Y24K9 
(7%,0%,24%,9%)
(0.07/0.00/0.24/0.09)	

CMYK percentages

%6.9
%0
%23.71
%9.02

Codes

Color #D8E8B1 in popluar color models

D8E8B1
RGB216232177
HSL77°54.46%80.20%
HSB/HSV77°23.71%90.98%
CMYK6.90%0.00%23.71%
9.02%

Color #D8E8B1 in popluar number systems.

HEXD8E8B1
Decimal216232177
Binary110110001110100010110001
Octal330350261

Shades and tints

Shades of #D8E8B1

#D8E8B1
(216,232,177)
#C5D3A1
(197,211,161)
#B2BE91
(178,190,145)
#9FA981
(159,169,129)
#8C9471
(140,148,113)
#797F61
(121,127,97)
#666A51
(102,106,81)
#535541
(83,85,65)
#404031
(64,64,49)
#2D2B21
(45,43,33)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #D8E8B1

#D8E8B1
(216,232,177)
#DBEAB8
(219,234,184)
#DEECBF
(222,236,191)
#E1EEC6
(225,238,198)
#E4F0CD
(228,240,205)
#E7F2D4
(231,242,212)
#EAF4DB
(234,244,219)
#EDF6E2
(237,246,226)
#F0F8E9
(240,248,233)
#F3FAF0
(243,250,240)
#F6FCF7
(246,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E8B1 color. Also use rgb(216,232,177) instead hex code.

Text Font Color

.myTextColor { color: #D8E8B1; }

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

This text font color is #D8E8B1.


Background Color

.myBgColor { background-color: #D8E8B1; }

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

This div background color is #D8E8B1.


Border color

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

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

This div border color is #D8E8B1.


Opacity

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

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

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

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

This text has shadow with #D8E8B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E8B1 on black background.


Color preview on white background

This text has color #D8E8B1 on white background.



Black color preview on #D8E8B1 background

This text has black color on #D8E8B1 background.


White color preview on #D8E8B1 background

This text has white color on #D8E8B1 background.