COLOR #ECD6D1

HEX: #ECD6D1 RGB: (236,214,209)

Color info

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

RGB color model

#ECD6D1 color RGB value is (236,214,209).

RGB: (236,214,209) (93%, 84%, 82%)

RGB channels and saturation

R 236 of 255 = 93%
G 214 of 255 = 84%
B 209 of 255 = 82%

236
214
209

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

Portions of RGB colors in percentages

R + G + B = 236 + 214 + 209 = 659 (100%)
R 236 of 659 ~ 35.81%
G 214 of 659 ~ 32.47%
B 209 of 659 ~ 31.71'%

%35.81
%32.47
%31.71

CMYK color model

#ECD6D1 color CMYK value is (0,9,11,7).

  • cyan value is 0.00%
  • magenta value is 9.32%
  • yellow value is 11.44%
  • key color value is 7.45%

CMYK: (0,9,11,7)
C0M9Y11K7 (0%, 9%, 11%, 7%)
(0.00 / 0.09 / 0.11 / 0.07)

CMYK percentages

%0
%9.32
%11.44
%7.45

Codes

Color #ECD6D1 in popluar color models

EC D6 D1
RGB 236 214 209
HSL 11° 41.54% 87.25%
HSB/HSV 11° 11.44% 92.55%
CMYK 0.00% 9.32% 11.44%
7.45%

Color #ECD6D1 in popluar number systems.

HEX EC D6 D1
Decimal 236 214 209
Binary 11101100 11010110 11010001
Octal 354 326 321

Shades and tints

Shades of #ECD6D1

#ECD6D1
(236,214,209)
#D7C3BE
(215,195,190)
#C2B0AB
(194,176,171)
#AD9D98
(173,157,152)
#988A85
(152,138,133)
#837772
(131,119,114)
#6E645F
(110,100,95)
#59514C
(89,81,76)
#443E39
(68,62,57)
#2F2B26
(47,43,38)
#1A1813
(26,24,19)
#000000
(0,0,0)

Tints of #ECD6D1

#ECD6D1
(236,214,209)
#EDD9D5
(237,217,213)
#EEDCD9
(238,220,217)
#EFDFDD
(239,223,221)
#F0E2E1
(240,226,225)
#F1E5E5
(241,229,229)
#F2E8E9
(242,232,233)
#F3EBED
(243,235,237)
#F4EEF1
(244,238,241)
#F5F1F5
(245,241,245)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD6D1 color. Also use rgb(236,214,209) instead hex code.

Text Font Color

.myTextColor { color: #ECD6D1; }

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

This text font color is #ECD6D1.

Background Color

.myBgColor { background-color: #ECD6D1; }

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

This div background color is #ECD6D1.

Border color

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

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

This div border color is #ECD6D1.

Opacity

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

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

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

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

This text has shadow with #ECD6D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD6D1.

Preview

Color preview on black background

This text has color #ECD6D1 on black background.


Color preview on white background

This text has color #ECD6D1 on white background.


Black color preview on #ECD6D1 background

This text has black color on #ECD6D1 background.


White color preview on #ECD6D1 background

This text has white color on #ECD6D1 background.


Related colors

Complementary color

Complementary color for #hex is #13292E.


I love getcolorcode.com

Triadic colors

1 #D1ECD6 and #D6D1EC with #ECD6D1 are triadic colors.

2 #D1D6EC and #D6ECD1 with #ECD6D1 are triadic colors.