COLOR #ECC9AC

HEX: #ECC9AC
RGB: (236,201,172)

Color info

#ECC9AC contains mainly red and green colors. Web safe color of #ECC9AC is #FFCC99 (or #FC9).

RGB color model

#ECC9AC color RGB value is (236,201,172).

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

RGB channels and saturation

R 236 of 255 = 93%
G 201 of 255 = 79%
B 172 of 255 = 67%

236
201
172

R + G + B ~ 80%. #ECC9AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 201 + 172 = 609 (100%)
R 236 of 609 ~ 38.75%
G 201 of 609 ~ 33%
B 172 of 609 ~ 28.24%

%38.75
%33
%28.24

CMYK color model

#ECC9AC color CMYK value is (0,15,27,7).

  • cyan value is 0.00%
  • magenta value is 14.83%
  • yellow value is 27.12%
  • key color value is 7.45%
CMYK:
(0,15,27,7)
C0M15Y27K7 
(0%,15%,27%,7%)
(0.00/0.15/0.27/0.07)	

CMYK percentages

%0
%14.83
%27.12
%7.45

Codes

Color #ECC9AC in popluar color models

ECC9AC
RGB236201172
HSL27°62.75%80.00%
HSB/HSV27°27.12%92.55%
CMYK0.00%14.83%27.12%
7.45%

Color #ECC9AC in popluar number systems.

HEXECC9AC
Decimal236201172
Binary111011001100100110101100
Octal354311254

Shades and tints

Shades of #ECC9AC

#ECC9AC
(236,201,172)
#D7B79D
(215,183,157)
#C2A58E
(194,165,142)
#AD937F
(173,147,127)
#988170
(152,129,112)
#836F61
(131,111,97)
#6E5D52
(110,93,82)
#594B43
(89,75,67)
#443934
(68,57,52)
#2F2725
(47,39,37)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #ECC9AC

#ECC9AC
(236,201,172)
#EDCDB3
(237,205,179)
#EED1BA
(238,209,186)
#EFD5C1
(239,213,193)
#F0D9C8
(240,217,200)
#F1DDCF
(241,221,207)
#F2E1D6
(242,225,214)
#F3E5DD
(243,229,221)
#F4E9E4
(244,233,228)
#F5EDEB
(245,237,235)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC9AC; }

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

This text font color is #ECC9AC.


Background Color

.myBgColor { background-color: #ECC9AC; }

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

This div background color is #ECC9AC.


Border color

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

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

This div border color is #ECC9AC.


Opacity

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

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

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

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

This text has shadow with #ECC9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC9AC on black background.


Color preview on white background

This text has color #ECC9AC on white background.



Black color preview on #ECC9AC background

This text has black color on #ECC9AC background.


White color preview on #ECC9AC background

This text has white color on #ECC9AC background.