COLOR #ECD9D7

HEX: #ECD9D7 RGB: (236,217,215)

Color info

#ECD9D7 contains red, green and blue colors in about the same proportion. Web safe color of #ECD9D7 is #FFCCCC (or #FCC).

RGB color model

#ECD9D7 color RGB value is (236,217,215).

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

RGB channels and saturation

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

236
217
215

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

Portions of RGB colors in percentages

R + G + B = 236 + 217 + 215 = 668 (100%)
R 236 of 668 ~ 35.33%
G 217 of 668 ~ 32.49%
B 215 of 668 ~ 32.19'%

%35.33
%32.49
%32.19

CMYK color model

#ECD9D7 color CMYK value is (0,8,9,7).

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

CMYK: (0,8,9,7)
C0M8Y9K7 (0%, 8%, 9%, 7%)
(0.00 / 0.08 / 0.09 / 0.07)

CMYK percentages

%0
%8.05
%8.9
%7.45

Codes

Color #ECD9D7 in popluar color models

EC D9 D7
RGB 236 217 215
HSL 35.59% 88.43%
HSB/HSV 8.90% 92.55%
CMYK 0.00% 8.05% 8.90%
7.45%

Color #ECD9D7 in popluar number systems.

HEX EC D9 D7
Decimal 236 217 215
Binary 11101100 11011001 11010111
Octal 354 331 327

Shades and tints

Shades of #ECD9D7

#ECD9D7
(236,217,215)
#D7C6C4
(215,198,196)
#C2B3B1
(194,179,177)
#ADA09E
(173,160,158)
#988D8B
(152,141,139)
#837A78
(131,122,120)
#6E6765
(110,103,101)
#595452
(89,84,82)
#44413F
(68,65,63)
#2F2E2C
(47,46,44)
#1A1B19
(26,27,25)
#000000
(0,0,0)

Tints of #ECD9D7

#ECD9D7
(236,217,215)
#EDDCDA
(237,220,218)
#EEDFDD
(238,223,221)
#EFE2E0
(239,226,224)
#F0E5E3
(240,229,227)
#F1E8E6
(241,232,230)
#F2EBE9
(242,235,233)
#F3EEEC
(243,238,236)
#F4F1EF
(244,241,239)
#F5F4F2
(245,244,242)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD9D7; }

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

This text font color is #ECD9D7.

Background Color

.myBgColor { background-color: #ECD9D7; }

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

This div background color is #ECD9D7.

Border color

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

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

This div border color is #ECD9D7.

Opacity

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

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

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

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

This text has shadow with #ECD9D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD9D7.

Preview

Color preview on black background

This text has color #ECD9D7 on black background.


Color preview on white background

This text has color #ECD9D7 on white background.


Black color preview on #ECD9D7 background

This text has black color on #ECD9D7 background.


White color preview on #ECD9D7 background

This text has white color on #ECD9D7 background.


Related colors

Complementary color

Complementary color for #hex is #132628.


I love getcolorcode.com

Triadic colors

1 #D7ECD9 and #D9D7EC with #ECD9D7 are triadic colors.

2 #D7D9EC and #D9ECD7 with #ECD9D7 are triadic colors.