COLOR #D1E7CE

HEX: #D1E7CE
RGB: (209,231,206)

Color info

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

RGB color model

#D1E7CE color RGB value is (209,231,206).

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

RGB channels and saturation

R 209 of 255 = 82%
G 231 of 255 = 91%
B 206 of 255 = 81%

209
231
206

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

Portions of RGB colors in percentages

R + G + B =
209 + 231 + 206 = 646 (100%)
R 209 of 646 ~ 32.35%
G 231 of 646 ~ 35.76%
B 206 of 646 ~ 31.89%

%32.35
%35.76
%31.89

CMYK color model

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

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 10.82%
  • 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
%10.82
%9.41

Codes

Color #D1E7CE in popluar color models

D1E7CE
RGB209231206
HSL113°34.25%85.69%
HSB/HSV113°10.82%90.59%
CMYK9.52%0.00%10.82%
9.41%

Color #D1E7CE in popluar number systems.

HEXD1E7CE
Decimal209231206
Binary110100011110011111001110
Octal321347316

Shades and tints

Shades of #D1E7CE

#D1E7CE
(209,231,206)
#BED2BC
(190,210,188)
#ABBDAA
(171,189,170)
#98A898
(152,168,152)
#859386
(133,147,134)
#727E74
(114,126,116)
#5F6962
(95,105,98)
#4C5450
(76,84,80)
#393F3E
(57,63,62)
#262A2C
(38,42,44)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #D1E7CE

#D1E7CE
(209,231,206)
#D5E9D2
(213,233,210)
#D9EBD6
(217,235,214)
#DDEDDA
(221,237,218)
#E1EFDE
(225,239,222)
#E5F1E2
(229,241,226)
#E9F3E6
(233,243,230)
#EDF5EA
(237,245,234)
#F1F7EE
(241,247,238)
#F5F9F2
(245,249,242)
#F9FBF6
(249,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E7CE; }

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

This text font color is #D1E7CE.


Background Color

.myBgColor { background-color: #D1E7CE; }

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

This div background color is #D1E7CE.


Border color

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

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

This div border color is #D1E7CE.


Opacity

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

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

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

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

This text has shadow with #D1E7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E7CE on black background.


Color preview on white background

This text has color #D1E7CE on white background.



Black color preview on #D1E7CE background

This text has black color on #D1E7CE background.


White color preview on #D1E7CE background

This text has white color on #D1E7CE background.