COLOR #ECC9AE

HEX: #ECC9AE
RGB: (236,201,174)

Color info

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

RGB color model

#ECC9AE color RGB value is (236,201,174).

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

RGB channels and saturation

R 236 of 255 = 93%
G 201 of 255 = 79%
B 174 of 255 = 68%

236
201
174

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

Portions of RGB colors in percentages

R + G + B =
236 + 201 + 174 = 611 (100%)
R 236 of 611 ~ 38.63%
G 201 of 611 ~ 32.9%
B 174 of 611 ~ 28.48%

%38.63
%32.9
%28.48

CMYK color model

#ECC9AE color CMYK value is (0,15,26,7).

  • cyan value is 0.00%
  • magenta value is 14.83%
  • yellow value is 26.27%
  • key color value is 7.45%
CMYK:
(0,15,26,7)
C0M15Y26K7 
(0%,15%,26%,7%)
(0.00/0.15/0.26/0.07)	

CMYK percentages

%0
%14.83
%26.27
%7.45

Codes

Color #ECC9AE in popluar color models

ECC9AE
RGB236201174
HSL26°62.00%80.39%
HSB/HSV26°26.27%92.55%
CMYK0.00%14.83%26.27%
7.45%

Color #ECC9AE in popluar number systems.

HEXECC9AE
Decimal236201174
Binary111011001100100110101110
Octal354311256

Shades and tints

Shades of #ECC9AE

#ECC9AE
(236,201,174)
#D7B79F
(215,183,159)
#C2A590
(194,165,144)
#AD9381
(173,147,129)
#988172
(152,129,114)
#836F63
(131,111,99)
#6E5D54
(110,93,84)
#594B45
(89,75,69)
#443936
(68,57,54)
#2F2727
(47,39,39)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #ECC9AE

#ECC9AE
(236,201,174)
#EDCDB5
(237,205,181)
#EED1BC
(238,209,188)
#EFD5C3
(239,213,195)
#F0D9CA
(240,217,202)
#F1DDD1
(241,221,209)
#F2E1D8
(242,225,216)
#F3E5DF
(243,229,223)
#F4E9E6
(244,233,230)
#F5EDED
(245,237,237)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC9AE; }

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

This text font color is #ECC9AE.


Background Color

.myBgColor { background-color: #ECC9AE; }

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

This div background color is #ECC9AE.


Border color

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

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

This div border color is #ECC9AE.


Opacity

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

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

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

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

This text has shadow with #ECC9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC9AE on black background.


Color preview on white background

This text has color #ECC9AE on white background.



Black color preview on #ECC9AE background

This text has black color on #ECC9AE background.


White color preview on #ECC9AE background

This text has white color on #ECC9AE background.