COLOR #D8E1D1

HEX: #D8E1D1
RGB: (216,225,209)

Color info

#D8E1D1 contains red, green and blue colors in about the same proportion. Web safe color of #D8E1D1 is #CCCCCC (or #CCC).

RGB color model

#D8E1D1 color RGB value is (216,225,209).

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

RGB channels and saturation

R 216 of 255 = 85%
G 225 of 255 = 88%
B 209 of 255 = 82%

216
225
209

R + G + B ~ 85%. #D8E1D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 225 + 209 = 650 (100%)
R 216 of 650 ~ 33.23%
G 225 of 650 ~ 34.62%
B 209 of 650 ~ 32.15%

%33.23
%34.62
%32.15

CMYK color model

#D8E1D1 color CMYK value is (4,0,7,12).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 11.76%
CMYK:
(4,0,7,12)
C4M0Y7K12 
(4%,0%,7%,12%)
(0.04/0.00/0.07/0.12)	

CMYK percentages

%4
%0
%7.11
%11.76

Codes

Color #D8E1D1 in popluar color models

D8E1D1
RGB216225209
HSL94°21.05%85.10%
HSB/HSV94°7.11%88.24%
CMYK4.00%0.00%7.11%
11.76%

Color #D8E1D1 in popluar number systems.

HEXD8E1D1
Decimal216225209
Binary110110001110000111010001
Octal330341321

Shades and tints

Shades of #D8E1D1

#D8E1D1
(216,225,209)
#C5CDBE
(197,205,190)
#B2B9AB
(178,185,171)
#9FA598
(159,165,152)
#8C9185
(140,145,133)
#797D72
(121,125,114)
#66695F
(102,105,95)
#53554C
(83,85,76)
#404139
(64,65,57)
#2D2D26
(45,45,38)
#1A1913
(26,25,19)
#000000
(0,0,0)

Tints of #D8E1D1

#D8E1D1
(216,225,209)
#DBE3D5
(219,227,213)
#DEE5D9
(222,229,217)
#E1E7DD
(225,231,221)
#E4E9E1
(228,233,225)
#E7EBE5
(231,235,229)
#EAEDE9
(234,237,233)
#EDEFED
(237,239,237)
#F0F1F1
(240,241,241)
#F3F3F5
(243,243,245)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E1D1; }

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

This text font color is #D8E1D1.


Background Color

.myBgColor { background-color: #D8E1D1; }

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

This div background color is #D8E1D1.


Border color

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

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

This div border color is #D8E1D1.


Opacity

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

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

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

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

This text has shadow with #D8E1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E1D1 on black background.


Color preview on white background

This text has color #D8E1D1 on white background.



Black color preview on #D8E1D1 background

This text has black color on #D8E1D1 background.


White color preview on #D8E1D1 background

This text has white color on #D8E1D1 background.