COLOR #D5E7D1

HEX: #D5E7D1 RGB: (213,231,209)

Color info

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

RGB color model

#D5E7D1 color RGB value is (213,231,209).

RGB: (213,231,209) (84%, 91%, 82%)

RGB channels and saturation

R 213 of 255 = 84%
G 231 of 255 = 91%
B 209 of 255 = 82%

213
231
209

R + G + B ~ 86%. #D5E7D1 is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 231 + 209 = 653 (100%)
R 213 of 653 ~ 32.62%
G 231 of 653 ~ 35.38%
B 209 of 653 ~ 32.01'%

%32.62
%35.38
%32.01

CMYK color model

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

  • cyan value is 7.79%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 9.41%

CMYK: (8,0,10,9)
C8M0Y10K9 (8%, 0%, 10%, 9%)
(0.08 / 0.00 / 0.10 / 0.09)

CMYK percentages

%7.79
%0
%9.52
%9.41

Codes

Color #D5E7D1 in popluar color models

D5 E7 D1
RGB 213 231 209
HSL 109° 31.43% 86.27%
HSB/HSV 109° 9.52% 90.59%
CMYK 7.79% 0.00% 9.52%
9.41%

Color #D5E7D1 in popluar number systems.

HEX D5 E7 D1
Decimal 213 231 209
Binary 11010101 11100111 11010001
Octal 325 347 321

Shades and tints

Shades of #D5E7D1

#D5E7D1
(213,231,209)
#C2D2BE
(194,210,190)
#AFBDAB
(175,189,171)
#9CA898
(156,168,152)
#899385
(137,147,133)
#767E72
(118,126,114)
#63695F
(99,105,95)
#50544C
(80,84,76)
#3D3F39
(61,63,57)
#2A2A26
(42,42,38)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #D5E7D1

#D5E7D1
(213,231,209)
#D8E9D5
(216,233,213)
#DBEBD9
(219,235,217)
#DEEDDD
(222,237,221)
#E1EFE1
(225,239,225)
#E4F1E5
(228,241,229)
#E7F3E9
(231,243,233)
#EAF5ED
(234,245,237)
#EDF7F1
(237,247,241)
#F0F9F5
(240,249,245)
#F3FBF9
(243,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E7D1; }

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

This text font color is #D5E7D1.

Background Color

.myBgColor { background-color: #D5E7D1; }

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

This div background color is #D5E7D1.

Border color

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

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

This div border color is #D5E7D1.

Opacity

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

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

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

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

This text has shadow with #D5E7D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5E7D1.

Preview

Color preview on black background

This text has color #D5E7D1 on black background.


Color preview on white background

This text has color #D5E7D1 on white background.


Black color preview on #D5E7D1 background

This text has black color on #D5E7D1 background.


White color preview on #D5E7D1 background

This text has white color on #D5E7D1 background.


Related colors

Complementary color

Complementary color for #hex is #2A182E.


I love getcolorcode.com

Triadic colors

1 #D1D5E7 and #E7D1D5 with #D5E7D1 are triadic colors.

2 #D1E7D5 and #E7D5D1 with #D5E7D1 are triadic colors.