COLOR #ECD7C9

HEX: #ECD7C9
RGB: (236,215,201)

Color info

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

RGB color model

#ECD7C9 color RGB value is (236,215,201).

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

RGB channels and saturation

R 236 of 255 = 93%
G 215 of 255 = 84%
B 201 of 255 = 79%

236
215
201

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

Portions of RGB colors in percentages

R + G + B =
236 + 215 + 201 = 652 (100%)
R 236 of 652 ~ 36.2%
G 215 of 652 ~ 32.98%
B 201 of 652 ~ 30.83%

%36.2
%32.98
%30.83

CMYK color model

#ECD7C9 color CMYK value is (0,9,15,7).

  • cyan value is 0.00%
  • magenta value is 8.90%
  • yellow value is 14.83%
  • key color value is 7.45%
CMYK:
(0,9,15,7)
C0M9Y15K7 
(0%,9%,15%,7%)
(0.00/0.09/0.15/0.07)	

CMYK percentages

%0
%8.9
%14.83
%7.45

Codes

Color #ECD7C9 in popluar color models

ECD7C9
RGB236215201
HSL24°47.95%85.69%
HSB/HSV24°14.83%92.55%
CMYK0.00%8.90%14.83%
7.45%

Color #ECD7C9 in popluar number systems.

HEXECD7C9
Decimal236215201
Binary111011001101011111001001
Octal354327311

Shades and tints

Shades of #ECD7C9

#ECD7C9
(236,215,201)
#D7C4B7
(215,196,183)
#C2B1A5
(194,177,165)
#AD9E93
(173,158,147)
#988B81
(152,139,129)
#83786F
(131,120,111)
#6E655D
(110,101,93)
#59524B
(89,82,75)
#443F39
(68,63,57)
#2F2C27
(47,44,39)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #ECD7C9

#ECD7C9
(236,215,201)
#EDDACD
(237,218,205)
#EEDDD1
(238,221,209)
#EFE0D5
(239,224,213)
#F0E3D9
(240,227,217)
#F1E6DD
(241,230,221)
#F2E9E1
(242,233,225)
#F3ECE5
(243,236,229)
#F4EFE9
(244,239,233)
#F5F2ED
(245,242,237)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD7C9; }

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

This text font color is #ECD7C9.


Background Color

.myBgColor { background-color: #ECD7C9; }

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

This div background color is #ECD7C9.


Border color

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

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

This div border color is #ECD7C9.


Opacity

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

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

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

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

This text has shadow with #ECD7C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD7C9 on black background.


Color preview on white background

This text has color #ECD7C9 on white background.



Black color preview on #ECD7C9 background

This text has black color on #ECD7C9 background.


White color preview on #ECD7C9 background

This text has white color on #ECD7C9 background.