COLOR #ECD9D1

HEX: #ECD9D1
RGB: (236,217,209)

Color info

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

RGB color model

#ECD9D1 color RGB value is (236,217,209).

  • red value is 236;
  • green value is 217;
  • blue value is 209.
RGB:
(236,217,209)
(93%,85%,82%)

RGB channels and saturation

R 236 of 255 = 93%
G 217 of 255 = 85%
B 209 of 255 = 82%

236
217
209

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

Portions of RGB colors in percentages

R + G + B =
236 + 217 + 209 = 662 (100%)
R 236 of 662 ~ 35.65%
G 217 of 662 ~ 32.78%
B 209 of 662 ~ 31.57%

%35.65
%32.78
%31.57

CMYK color model

#ECD9D1 color CMYK value is (0,8,11,7).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 11.44%
  • key color value is 7.45%
CMYK:
(0,8,11,7)
C0M8Y11K7 
(0%,8%,11%,7%)
(0.00/0.08/0.11/0.07)	

CMYK percentages

%0
%8.05
%11.44
%7.45

Codes

Color #ECD9D1 in popluar color models

ECD9D1
RGB236217209
HSL18°41.54%87.25%
HSB/HSV18°11.44%92.55%
CMYK0.00%8.05%11.44%
7.45%

Color #ECD9D1 in popluar number systems.

HEXECD9D1
Decimal236217209
Binary111011001101100111010001
Octal354331321

Shades and tints

Shades of #ECD9D1

#ECD9D1
(236,217,209)
#D7C6BE
(215,198,190)
#C2B3AB
(194,179,171)
#ADA098
(173,160,152)
#988D85
(152,141,133)
#837A72
(131,122,114)
#6E675F
(110,103,95)
#59544C
(89,84,76)
#444139
(68,65,57)
#2F2E26
(47,46,38)
#1A1B13
(26,27,19)
#000000
(0,0,0)

Tints of #ECD9D1

#ECD9D1
(236,217,209)
#EDDCD5
(237,220,213)
#EEDFD9
(238,223,217)
#EFE2DD
(239,226,221)
#F0E5E1
(240,229,225)
#F1E8E5
(241,232,229)
#F2EBE9
(242,235,233)
#F3EEED
(243,238,237)
#F4F1F1
(244,241,241)
#F5F4F5
(245,244,245)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD9D1; }

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

This text font color is #ECD9D1.


Background Color

.myBgColor { background-color: #ECD9D1; }

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

This div background color is #ECD9D1.


Border color

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

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

This div border color is #ECD9D1.


Opacity

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

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

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

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

This text has shadow with #ECD9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD9D1 on black background.


Color preview on white background

This text has color #ECD9D1 on white background.



Black color preview on #ECD9D1 background

This text has black color on #ECD9D1 background.


White color preview on #ECD9D1 background

This text has white color on #ECD9D1 background.