COLOR #D1E9C9

HEX: #D1E9C9
RGB: (209,233,201)

Color info

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

RGB color model

#D1E9C9 color RGB value is (209,233,201).

  • red value is 209;
  • green value is 233;
  • blue value is 201.
RGB:
(209,233,201)
(82%,91%,79%)

RGB channels and saturation

R 209 of 255 = 82%
G 233 of 255 = 91%
B 201 of 255 = 79%

209
233
201

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

Portions of RGB colors in percentages

R + G + B =
209 + 233 + 201 = 643 (100%)
R 209 of 643 ~ 32.5%
G 233 of 643 ~ 36.24%
B 201 of 643 ~ 31.26%

%32.5
%36.24
%31.26

CMYK color model

#D1E9C9 color CMYK value is (10,0,14,9).

  • cyan value is 10.30%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 8.63%
CMYK:
(10,0,14,9)
C10M0Y14K9 
(10%,0%,14%,9%)
(0.10/0.00/0.14/0.09)	

CMYK percentages

%10.3
%0
%13.73
%8.63

Codes

Color #D1E9C9 in popluar color models

D1E9C9
RGB209233201
HSL105°42.11%85.10%
HSB/HSV105°13.73%91.37%
CMYK10.30%0.00%13.73%
8.63%

Color #D1E9C9 in popluar number systems.

HEXD1E9C9
Decimal209233201
Binary110100011110100111001001
Octal321351311

Shades and tints

Shades of #D1E9C9

#D1E9C9
(209,233,201)
#BED4B7
(190,212,183)
#ABBFA5
(171,191,165)
#98AA93
(152,170,147)
#859581
(133,149,129)
#72806F
(114,128,111)
#5F6B5D
(95,107,93)
#4C564B
(76,86,75)
#394139
(57,65,57)
#262C27
(38,44,39)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #D1E9C9

#D1E9C9
(209,233,201)
#D5EBCD
(213,235,205)
#D9EDD1
(217,237,209)
#DDEFD5
(221,239,213)
#E1F1D9
(225,241,217)
#E5F3DD
(229,243,221)
#E9F5E1
(233,245,225)
#EDF7E5
(237,247,229)
#F1F9E9
(241,249,233)
#F5FBED
(245,251,237)
#F9FDF1
(249,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E9C9 color. Also use rgb(209,233,201) instead hex code.

Text Font Color

.myTextColor { color: #D1E9C9; }

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

This text font color is #D1E9C9.


Background Color

.myBgColor { background-color: #D1E9C9; }

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

This div background color is #D1E9C9.


Border color

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

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

This div border color is #D1E9C9.


Opacity

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

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

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

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

This text has shadow with #D1E9C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E9C9 on black background.


Color preview on white background

This text has color #D1E9C9 on white background.



Black color preview on #D1E9C9 background

This text has black color on #D1E9C9 background.


White color preview on #D1E9C9 background

This text has white color on #D1E9C9 background.