COLOR #D1E9CD

HEX: #D1E9CD RGB: (209,233,205)

Color info

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

RGB color model

#D1E9CD color RGB value is (209,233,205).

RGB: (209,233,205) (82%, 91%, 80%)

RGB channels and saturation

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

209
233
205

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

Portions of RGB colors in percentages

R + G + B = 209 + 233 + 205 = 647 (100%)
R 209 of 647 ~ 32.3%
G 233 of 647 ~ 36.01%
B 205 of 647 ~ 31.68'%

%32.3
%36.01
%31.68

CMYK color model

#D1E9CD color CMYK value is (10,0,12,9).

  • cyan value is 10.30%
  • magenta value is 0.00%
  • yellow value is 12.02%
  • key color value is 8.63%
CMYK: (10,0,12,9) C10M0Y12K9 (10%,0%,12%,9%) (0.10/0.00/0.12/0.09) 

CMYK percentages

%10.3
%0
%12.02
%8.63

Codes

Color #D1E9CD in popluar color models

D1 E9 CD
RGB 209 233 205
HSL 111° 38.89% 85.88%
HSB/HSV 111° 12.02% 91.37%
CMYK 10.30% 0.00% 12.02%
8.63%

Color #D1E9CD in popluar number systems.

HEX D1 E9 CD
Decimal 209 233 205
Binary 11010001 11101001 11001101
Octal 321 351 315

Shades and tints

Shades of #D1E9CD

#D1E9CD
(209,233,205)
#BED4BB
(190,212,187)
#ABBFA9
(171,191,169)
#98AA97
(152,170,151)
#859585
(133,149,133)
#728073
(114,128,115)
#5F6B61
(95,107,97)
#4C564F
(76,86,79)
#39413D
(57,65,61)
#262C2B
(38,44,43)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #D1E9CD

#D1E9CD
(209,233,205)
#D5EBD1
(213,235,209)
#D9EDD5
(217,237,213)
#DDEFD9
(221,239,217)
#E1F1DD
(225,241,221)
#E5F3E1
(229,243,225)
#E9F5E5
(233,245,229)
#EDF7E9
(237,247,233)
#F1F9ED
(241,249,237)
#F5FBF1
(245,251,241)
#F9FDF5
(249,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E9CD; }

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

This text font color is #D1E9CD.

Background Color

.myBgColor { background-color: #D1E9CD; }

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

This div background color is #D1E9CD.

Border color

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

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

This div border color is #D1E9CD.

Opacity

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

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

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

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

This text has shadow with #D1E9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1E9CD.

Preview

Color preview on black background

This text has color #D1E9CD on black background.


Color preview on white background

This text has color #D1E9CD on white background.


Black color preview on #D1E9CD background

This text has black color on #D1E9CD background.


White color preview on #D1E9CD background

This text has white color on #D1E9CD background.


Related colors

Complementary color

Complementary color for #hex is #2E1632.


I love getcolorcode.com

Triadic colors

1 #CDD1E9 and #E9CDD1 with #D1E9CD are triadic colors.

2 #CDE9D1 and #E9D1CD with #D1E9CD are triadic colors.