COLOR #D1E7CD

HEX: #D1E7CD
RGB: (209,231,205)

Color info

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

RGB color model

#D1E7CD color RGB value is (209,231,205).

  • red value is 209;
  • green value is 231;
  • blue value is 205.
RGB:
(209,231,205)
(82%,91%,80%)

RGB channels and saturation

R 209 of 255 = 82%
G 231 of 255 = 91%
B 205 of 255 = 80%

209
231
205

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

Portions of RGB colors in percentages

R + G + B =
209 + 231 + 205 = 645 (100%)
R 209 of 645 ~ 32.4%
G 231 of 645 ~ 35.81%
B 205 of 645 ~ 31.78%

%32.4
%35.81
%31.78

CMYK color model

#D1E7CD color CMYK value is (10,0,11,9).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 11.26%
  • key color value is 9.41%
CMYK:
(10,0,11,9)
C10M0Y11K9 
(10%,0%,11%,9%)
(0.10/0.00/0.11/0.09)	

CMYK percentages

%9.52
%0
%11.26
%9.41

Codes

Color #D1E7CD in popluar color models

D1E7CD
RGB209231205
HSL111°35.14%85.49%
HSB/HSV111°11.26%90.59%
CMYK9.52%0.00%11.26%
9.41%

Color #D1E7CD in popluar number systems.

HEXD1E7CD
Decimal209231205
Binary110100011110011111001101
Octal321347315

Shades and tints

Shades of #D1E7CD

#D1E7CD
(209,231,205)
#BED2BB
(190,210,187)
#ABBDA9
(171,189,169)
#98A897
(152,168,151)
#859385
(133,147,133)
#727E73
(114,126,115)
#5F6961
(95,105,97)
#4C544F
(76,84,79)
#393F3D
(57,63,61)
#262A2B
(38,42,43)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #D1E7CD

#D1E7CD
(209,231,205)
#D5E9D1
(213,233,209)
#D9EBD5
(217,235,213)
#DDEDD9
(221,237,217)
#E1EFDD
(225,239,221)
#E5F1E1
(229,241,225)
#E9F3E5
(233,243,229)
#EDF5E9
(237,245,233)
#F1F7ED
(241,247,237)
#F5F9F1
(245,249,241)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E7CD color. Also use rgb(209,231,205) instead hex code.

Text Font Color

.myTextColor { color: #D1E7CD; }

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

This text font color is #D1E7CD.


Background Color

.myBgColor { background-color: #D1E7CD; }

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

This div background color is #D1E7CD.


Border color

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

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

This div border color is #D1E7CD.


Opacity

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

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

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

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

This text has shadow with #D1E7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E7CD on black background.


Color preview on white background

This text has color #D1E7CD on white background.



Black color preview on #D1E7CD background

This text has black color on #D1E7CD background.


White color preview on #D1E7CD background

This text has white color on #D1E7CD background.