COLOR #D5ECD9

HEX: #D5ECD9 RGB: (213,236,217)

Color info

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

RGB color model

#D5ECD9 color RGB value is (213,236,217).

RGB: (213,236,217) (84%, 93%, 85%)

RGB channels and saturation

R 213 of 255 = 84%
G 236 of 255 = 93%
B 217 of 255 = 85%

213
236
217

R + G + B ~ 87%. #D5ECD9 is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 236 + 217 = 666 (100%)
R 213 of 666 ~ 31.98%
G 236 of 666 ~ 35.44%
B 217 of 666 ~ 32.58'%

%31.98
%35.44
%32.58

CMYK color model

#D5ECD9 color CMYK value is (10,0,8,7).

  • cyan value is 9.75%
  • magenta value is 0.00%
  • yellow value is 8.05%
  • key color value is 7.45%

CMYK: (10,0,8,7)
C10M0Y8K7 (10%, 0%, 8%, 7%)
(0.10 / 0.00 / 0.08 / 0.07)

CMYK percentages

%9.75
%0
%8.05
%7.45

Codes

Color #D5ECD9 in popluar color models

D5 EC D9
RGB 213 236 217
HSL 130° 37.70% 88.04%
HSB/HSV 130° 9.75% 92.55%
CMYK 9.75% 0.00% 8.05%
7.45%

Color #D5ECD9 in popluar number systems.

HEX D5 EC D9
Decimal 213 236 217
Binary 11010101 11101100 11011001
Octal 325 354 331

Shades and tints

Shades of #D5ECD9

#D5ECD9
(213,236,217)
#C2D7C6
(194,215,198)
#AFC2B3
(175,194,179)
#9CADA0
(156,173,160)
#89988D
(137,152,141)
#76837A
(118,131,122)
#636E67
(99,110,103)
#505954
(80,89,84)
#3D4441
(61,68,65)
#2A2F2E
(42,47,46)
#171A1B
(23,26,27)
#000000
(0,0,0)

Tints of #D5ECD9

#D5ECD9
(213,236,217)
#D8EDDC
(216,237,220)
#DBEEDF
(219,238,223)
#DEEFE2
(222,239,226)
#E1F0E5
(225,240,229)
#E4F1E8
(228,241,232)
#E7F2EB
(231,242,235)
#EAF3EE
(234,243,238)
#EDF4F1
(237,244,241)
#F0F5F4
(240,245,244)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5ECD9 color. Also use rgb(213,236,217) instead hex code.

Text Font Color

.myTextColor { color: #D5ECD9; }

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

This text font color is #D5ECD9.

Background Color

.myBgColor { background-color: #D5ECD9; }

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

This div background color is #D5ECD9.

Border color

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

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

This div border color is #D5ECD9.

Opacity

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

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

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

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

This text has shadow with #D5ECD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5ECD9.

Preview

Color preview on black background

This text has color #D5ECD9 on black background.


Color preview on white background

This text has color #D5ECD9 on white background.


Black color preview on #D5ECD9 background

This text has black color on #D5ECD9 background.


White color preview on #D5ECD9 background

This text has white color on #D5ECD9 background.


Related colors

Complementary color

Complementary color for #hex is #2A1326.


I love getcolorcode.com

Triadic colors

1 #D9D5EC and #ECD9D5 with #D5ECD9 are triadic colors.

2 #D9ECD5 and #ECD5D9 with #D5ECD9 are triadic colors.