COLOR #ECD3C9

HEX: #ECD3C9
RGB: (236,211,201)

Color info

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

RGB color model

#ECD3C9 color RGB value is (236,211,201).

  • red value is 236;
  • green value is 211;
  • blue value is 201.
RGB:
(236,211,201)
(93%,83%,79%)

RGB channels and saturation

R 236 of 255 = 93%
G 211 of 255 = 83%
B 201 of 255 = 79%

236
211
201

R + G + B ~ 85%. #ECD3C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 211 + 201 = 648 (100%)
R 236 of 648 ~ 36.42%
G 211 of 648 ~ 32.56%
B 201 of 648 ~ 31.02%

%36.42
%32.56
%31.02

CMYK color model

#ECD3C9 color CMYK value is (0,11,15,7).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 14.83%
  • key color value is 7.45%
CMYK:
(0,11,15,7)
C0M11Y15K7 
(0%,11%,15%,7%)
(0.00/0.11/0.15/0.07)	

CMYK percentages

%0
%10.59
%14.83
%7.45

Codes

Color #ECD3C9 in popluar color models

ECD3C9
RGB236211201
HSL17°47.95%85.69%
HSB/HSV17°14.83%92.55%
CMYK0.00%10.59%14.83%
7.45%

Color #ECD3C9 in popluar number systems.

HEXECD3C9
Decimal236211201
Binary111011001101001111001001
Octal354323311

Shades and tints

Shades of #ECD3C9

#ECD3C9
(236,211,201)
#D7C0B7
(215,192,183)
#C2ADA5
(194,173,165)
#AD9A93
(173,154,147)
#988781
(152,135,129)
#83746F
(131,116,111)
#6E615D
(110,97,93)
#594E4B
(89,78,75)
#443B39
(68,59,57)
#2F2827
(47,40,39)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #ECD3C9

#ECD3C9
(236,211,201)
#EDD7CD
(237,215,205)
#EEDBD1
(238,219,209)
#EFDFD5
(239,223,213)
#F0E3D9
(240,227,217)
#F1E7DD
(241,231,221)
#F2EBE1
(242,235,225)
#F3EFE5
(243,239,229)
#F4F3E9
(244,243,233)
#F5F7ED
(245,247,237)
#F6FBF1
(246,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD3C9 color. Also use rgb(236,211,201) instead hex code.

Text Font Color

.myTextColor { color: #ECD3C9; }

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

This text font color is #ECD3C9.


Background Color

.myBgColor { background-color: #ECD3C9; }

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

This div background color is #ECD3C9.


Border color

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

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

This div border color is #ECD3C9.


Opacity

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

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

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

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

This text has shadow with #ECD3C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD3C9 on black background.


Color preview on white background

This text has color #ECD3C9 on white background.



Black color preview on #ECD3C9 background

This text has black color on #ECD3C9 background.


White color preview on #ECD3C9 background

This text has white color on #ECD3C9 background.