COLOR #ECD7C2

HEX: #ECD7C2
RGB: (236,215,194)

Color info

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

RGB color model

#ECD7C2 color RGB value is (236,215,194).

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

RGB channels and saturation

R 236 of 255 = 93%
G 215 of 255 = 84%
B 194 of 255 = 76%

236
215
194

R + G + B ~ 84%. #ECD7C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 215 + 194 = 645 (100%)
R 236 of 645 ~ 36.59%
G 215 of 645 ~ 33.33%
B 194 of 645 ~ 30.08%

%36.59
%33.33
%30.08

CMYK color model

#ECD7C2 color CMYK value is (0,9,18,7).

  • cyan value is 0.00%
  • magenta value is 8.90%
  • yellow value is 17.80%
  • key color value is 7.45%
CMYK:
(0,9,18,7)
C0M9Y18K7 
(0%,9%,18%,7%)
(0.00/0.09/0.18/0.07)	

CMYK percentages

%0
%8.9
%17.8
%7.45

Codes

Color #ECD7C2 in popluar color models

ECD7C2
RGB236215194
HSL30°52.50%84.31%
HSB/HSV30°17.80%92.55%
CMYK0.00%8.90%17.80%
7.45%

Color #ECD7C2 in popluar number systems.

HEXECD7C2
Decimal236215194
Binary111011001101011111000010
Octal354327302

Shades and tints

Shades of #ECD7C2

#ECD7C2
(236,215,194)
#D7C4B1
(215,196,177)
#C2B1A0
(194,177,160)
#AD9E8F
(173,158,143)
#988B7E
(152,139,126)
#83786D
(131,120,109)
#6E655C
(110,101,92)
#59524B
(89,82,75)
#443F3A
(68,63,58)
#2F2C29
(47,44,41)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #ECD7C2

#ECD7C2
(236,215,194)
#EDDAC7
(237,218,199)
#EEDDCC
(238,221,204)
#EFE0D1
(239,224,209)
#F0E3D6
(240,227,214)
#F1E6DB
(241,230,219)
#F2E9E0
(242,233,224)
#F3ECE5
(243,236,229)
#F4EFEA
(244,239,234)
#F5F2EF
(245,242,239)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD7C2; }

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

This text font color is #ECD7C2.


Background Color

.myBgColor { background-color: #ECD7C2; }

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

This div background color is #ECD7C2.


Border color

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

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

This div border color is #ECD7C2.


Opacity

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

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

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

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

This text has shadow with #ECD7C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD7C2 on black background.


Color preview on white background

This text has color #ECD7C2 on white background.



Black color preview on #ECD7C2 background

This text has black color on #ECD7C2 background.


White color preview on #ECD7C2 background

This text has white color on #ECD7C2 background.