COLOR #D1EDCE

HEX: #D1EDCE
RGB: (209,237,206)

Color info

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

RGB color model

#D1EDCE color RGB value is (209,237,206).

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

RGB channels and saturation

R 209 of 255 = 82%
G 237 of 255 = 93%
B 206 of 255 = 81%

209
237
206

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

Portions of RGB colors in percentages

R + G + B =
209 + 237 + 206 = 652 (100%)
R 209 of 652 ~ 32.06%
G 237 of 652 ~ 36.35%
B 206 of 652 ~ 31.6%

%32.06
%36.35
%31.6

CMYK color model

#D1EDCE color CMYK value is (12,0,13,7).

  • cyan value is 11.81%
  • magenta value is 0.00%
  • yellow value is 13.08%
  • key color value is 7.06%
CMYK:
(12,0,13,7)
C12M0Y13K7 
(12%,0%,13%,7%)
(0.12/0.00/0.13/0.07)	

CMYK percentages

%11.81
%0
%13.08
%7.06

Codes

Color #D1EDCE in popluar color models

D1EDCE
RGB209237206
HSL114°46.27%86.86%
HSB/HSV114°13.08%92.94%
CMYK11.81%0.00%13.08%
7.06%

Color #D1EDCE in popluar number systems.

HEXD1EDCE
Decimal209237206
Binary110100011110110111001110
Octal321355316

Shades and tints

Shades of #D1EDCE

#D1EDCE
(209,237,206)
#BED8BC
(190,216,188)
#ABC3AA
(171,195,170)
#98AE98
(152,174,152)
#859986
(133,153,134)
#728474
(114,132,116)
#5F6F62
(95,111,98)
#4C5A50
(76,90,80)
#39453E
(57,69,62)
#26302C
(38,48,44)
#131B1A
(19,27,26)
#000000
(0,0,0)

Tints of #D1EDCE

#D1EDCE
(209,237,206)
#D5EED2
(213,238,210)
#D9EFD6
(217,239,214)
#DDF0DA
(221,240,218)
#E1F1DE
(225,241,222)
#E5F2E2
(229,242,226)
#E9F3E6
(233,243,230)
#EDF4EA
(237,244,234)
#F1F5EE
(241,245,238)
#F5F6F2
(245,246,242)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EDCE; }

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

This text font color is #D1EDCE.


Background Color

.myBgColor { background-color: #D1EDCE; }

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

This div background color is #D1EDCE.


Border color

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

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

This div border color is #D1EDCE.


Opacity

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

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

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

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

This text has shadow with #D1EDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EDCE on black background.


Color preview on white background

This text has color #D1EDCE on white background.



Black color preview on #D1EDCE background

This text has black color on #D1EDCE background.


White color preview on #D1EDCE background

This text has white color on #D1EDCE background.