COLOR #D8E1B1

HEX: #D8E1B1
RGB: (216,225,177)

Color info

#D8E1B1 contains red, green and blue colors in about the same proportion. Web safe color of #D8E1B1 is #CCCC99 (or #CC9).

RGB color model

#D8E1B1 color RGB value is (216,225,177).

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

RGB channels and saturation

R 216 of 255 = 85%
G 225 of 255 = 88%
B 177 of 255 = 69%

216
225
177

R + G + B ~ 81%. #D8E1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 225 + 177 = 618 (100%)
R 216 of 618 ~ 34.95%
G 225 of 618 ~ 36.41%
B 177 of 618 ~ 28.64%

%34.95
%36.41
%28.64

CMYK color model

#D8E1B1 color CMYK value is (4,0,21,12).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 21.33%
  • key color value is 11.76%
CMYK:
(4,0,21,12)
C4M0Y21K12 
(4%,0%,21%,12%)
(0.04/0.00/0.21/0.12)	

CMYK percentages

%4
%0
%21.33
%11.76

Codes

Color #D8E1B1 in popluar color models

D8E1B1
RGB216225177
HSL71°44.44%78.82%
HSB/HSV71°21.33%88.24%
CMYK4.00%0.00%21.33%
11.76%

Color #D8E1B1 in popluar number systems.

HEXD8E1B1
Decimal216225177
Binary110110001110000110110001
Octal330341261

Shades and tints

Shades of #D8E1B1

#D8E1B1
(216,225,177)
#C5CDA1
(197,205,161)
#B2B991
(178,185,145)
#9FA581
(159,165,129)
#8C9171
(140,145,113)
#797D61
(121,125,97)
#666951
(102,105,81)
#535541
(83,85,65)
#404131
(64,65,49)
#2D2D21
(45,45,33)
#1A1911
(26,25,17)
#000000
(0,0,0)

Tints of #D8E1B1

#D8E1B1
(216,225,177)
#DBE3B8
(219,227,184)
#DEE5BF
(222,229,191)
#E1E7C6
(225,231,198)
#E4E9CD
(228,233,205)
#E7EBD4
(231,235,212)
#EAEDDB
(234,237,219)
#EDEFE2
(237,239,226)
#F0F1E9
(240,241,233)
#F3F3F0
(243,243,240)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E1B1; }

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

This text font color is #D8E1B1.


Background Color

.myBgColor { background-color: #D8E1B1; }

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

This div background color is #D8E1B1.


Border color

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

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

This div border color is #D8E1B1.


Opacity

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

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

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

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

This text has shadow with #D8E1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E1B1 on black background.


Color preview on white background

This text has color #D8E1B1 on white background.



Black color preview on #D8E1B1 background

This text has black color on #D8E1B1 background.


White color preview on #D8E1B1 background

This text has white color on #D8E1B1 background.