COLOR #ECAE9D

HEX: #ECAE9D
RGB: (236,174,157)

Color info

#ECAE9D contains mainly red color. Web safe color of #ECAE9D is #FF9999 (or #F99).

RGB color model

#ECAE9D color RGB value is (236,174,157).

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

RGB channels and saturation

R 236 of 255 = 93%
G 174 of 255 = 68%
B 157 of 255 = 62%

236
174
157

R + G + B ~ 74%. #ECAE9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 174 + 157 = 567 (100%)
R 236 of 567 ~ 41.62%
G 174 of 567 ~ 30.69%
B 157 of 567 ~ 27.69%

%41.62
%30.69
%27.69

CMYK color model

#ECAE9D color CMYK value is (0,26,33,7).

  • cyan value is 0.00%
  • magenta value is 26.27%
  • yellow value is 33.47%
  • key color value is 7.45%
CMYK:
(0,26,33,7)
C0M26Y33K7 
(0%,26%,33%,7%)
(0.00/0.26/0.33/0.07)	

CMYK percentages

%0
%26.27
%33.47
%7.45

Codes

Color #ECAE9D in popluar color models

ECAE9D
RGB236174157
HSL13°67.52%77.06%
HSB/HSV13°33.47%92.55%
CMYK0.00%26.27%33.47%
7.45%

Color #ECAE9D in popluar number systems.

HEXECAE9D
Decimal236174157
Binary111011001010111010011101
Octal354256235

Shades and tints

Shades of #ECAE9D

#ECAE9D
(236,174,157)
#D79F8F
(215,159,143)
#C29081
(194,144,129)
#AD8173
(173,129,115)
#987265
(152,114,101)
#836357
(131,99,87)
#6E5449
(110,84,73)
#59453B
(89,69,59)
#44362D
(68,54,45)
#2F271F
(47,39,31)
#1A1811
(26,24,17)
#000000
(0,0,0)

Tints of #ECAE9D

#ECAE9D
(236,174,157)
#EDB5A5
(237,181,165)
#EEBCAD
(238,188,173)
#EFC3B5
(239,195,181)
#F0CABD
(240,202,189)
#F1D1C5
(241,209,197)
#F2D8CD
(242,216,205)
#F3DFD5
(243,223,213)
#F4E6DD
(244,230,221)
#F5EDE5
(245,237,229)
#F6F4ED
(246,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECAE9D; }

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

This text font color is #ECAE9D.


Background Color

.myBgColor { background-color: #ECAE9D; }

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

This div background color is #ECAE9D.


Border color

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

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

This div border color is #ECAE9D.


Opacity

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

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

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

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

This text has shadow with #ECAE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECAE9D on black background.


Color preview on white background

This text has color #ECAE9D on white background.



Black color preview on #ECAE9D background

This text has black color on #ECAE9D background.


White color preview on #ECAE9D background

This text has white color on #ECAE9D background.