COLOR #D1E5CD

HEX: #D1E5CD RGB: (209,229,205)

Color info

#D1E5CD contains red, green and blue colors in about the same proportion. Web safe color of #D1E5CD is #CCCCCC (or #CCC).

RGB color model

#D1E5CD color RGB value is (209,229,205).

RGB: (209,229,205) (82%, 90%, 80%)

RGB channels and saturation

R 209 of 255 = 82%
G 229 of 255 = 90%
B 205 of 255 = 80%

209
229
205

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

Portions of RGB colors in percentages

R + G + B = 209 + 229 + 205 = 643 (100%)
R 209 of 643 ~ 32.5%
G 229 of 643 ~ 35.61%
B 205 of 643 ~ 31.88'%

%32.5
%35.61
%31.88

CMYK color model

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

  • cyan value is 8.73%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 10.20%

CMYK: (9,0,10,10)
C9M0Y10K10 (9%, 0%, 10%, 10%)
(0.09 / 0.00 / 0.10 / 0.10)

CMYK percentages

%8.73
%0
%10.48
%10.2

Codes

Color #D1E5CD in popluar color models

D1 E5 CD
RGB 209 229 205
HSL 110° 31.58% 85.10%
HSB/HSV 110° 10.48% 89.80%
CMYK 8.73% 0.00% 10.48%
10.20%

Color #D1E5CD in popluar number systems.

HEX D1 E5 CD
Decimal 209 229 205
Binary 11010001 11100101 11001101
Octal 321 345 315

Shades and tints

Shades of #D1E5CD

#D1E5CD
(209,229,205)
#BED1BB
(190,209,187)
#ABBDA9
(171,189,169)
#98A997
(152,169,151)
#859585
(133,149,133)
#728173
(114,129,115)
#5F6D61
(95,109,97)
#4C594F
(76,89,79)
#39453D
(57,69,61)
#26312B
(38,49,43)
#131D19
(19,29,25)
#000000
(0,0,0)

Tints of #D1E5CD

#D1E5CD
(209,229,205)
#D5E7D1
(213,231,209)
#D9E9D5
(217,233,213)
#DDEBD9
(221,235,217)
#E1EDDD
(225,237,221)
#E5EFE1
(229,239,225)
#E9F1E5
(233,241,229)
#EDF3E9
(237,243,233)
#F1F5ED
(241,245,237)
#F5F7F1
(245,247,241)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E5CD; }

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

This text font color is #D1E5CD.

Background Color

.myBgColor { background-color: #D1E5CD; }

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

This div background color is #D1E5CD.

Border color

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

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

This div border color is #D1E5CD.

Opacity

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

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

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

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

This text has shadow with #D1E5CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1E5CD.

Preview

Color preview on black background

This text has color #D1E5CD on black background.


Color preview on white background

This text has color #D1E5CD on white background.


Black color preview on #D1E5CD background

This text has black color on #D1E5CD background.


White color preview on #D1E5CD background

This text has white color on #D1E5CD background.


Related colors

Complementary color

Complementary color for #hex is #2E1A32.


I love getcolorcode.com

Triadic colors

1 #CDD1E5 and #E5CDD1 with #D1E5CD are triadic colors.

2 #CDE5D1 and #E5D1CD with #D1E5CD are triadic colors.