COLOR #E5AE9C

HEX: #E5AE9C
RGB: (229,174,156)

Color info

#E5AE9C contains mainly red and green colors. Web safe color of #E5AE9C is #CC9999 (or #C99).

RGB color model

#E5AE9C color RGB value is (229,174,156).

  • red value is 229;
  • green value is 174;
  • blue value is 156.
RGB:
(229,174,156)
(90%,68%,61%)

RGB channels and saturation

R 229 of 255 = 90%
G 174 of 255 = 68%
B 156 of 255 = 61%

229
174
156

R + G + B ~ 73%. #E5AE9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 174 + 156 = 559 (100%)
R 229 of 559 ~ 40.97%
G 174 of 559 ~ 31.13%
B 156 of 559 ~ 27.91%

%40.97
%31.13
%27.91

CMYK color model

#E5AE9C color CMYK value is (0,24,32,10).

  • cyan value is 0.00%
  • magenta value is 24.02%
  • yellow value is 31.88%
  • key color value is 10.20%
CMYK:
(0,24,32,10)
C0M24Y32K10 
(0%,24%,32%,10%)
(0.00/0.24/0.32/0.10)	

CMYK percentages

%0
%24.02
%31.88
%10.2

Codes

Color #E5AE9C in popluar color models

E5AE9C
RGB229174156
HSL15°58.40%75.49%
HSB/HSV15°31.88%89.80%
CMYK0.00%24.02%31.88%
10.20%

Color #E5AE9C in popluar number systems.

HEXE5AE9C
Decimal229174156
Binary111001011010111010011100
Octal345256234

Shades and tints

Shades of #E5AE9C

#E5AE9C
(229,174,156)
#D19F8E
(209,159,142)
#BD9080
(189,144,128)
#A98172
(169,129,114)
#957264
(149,114,100)
#816356
(129,99,86)
#6D5448
(109,84,72)
#59453A
(89,69,58)
#45362C
(69,54,44)
#31271E
(49,39,30)
#1D1810
(29,24,16)
#000000
(0,0,0)

Tints of #E5AE9C

#E5AE9C
(229,174,156)
#E7B5A5
(231,181,165)
#E9BCAE
(233,188,174)
#EBC3B7
(235,195,183)
#EDCAC0
(237,202,192)
#EFD1C9
(239,209,201)
#F1D8D2
(241,216,210)
#F3DFDB
(243,223,219)
#F5E6E4
(245,230,228)
#F7EDED
(247,237,237)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5AE9C color. Also use rgb(229,174,156) instead hex code.

Text Font Color

.myTextColor { color: #E5AE9C; }

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

This text font color is #E5AE9C.


Background Color

.myBgColor { background-color: #E5AE9C; }

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

This div background color is #E5AE9C.


Border color

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

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

This div border color is #E5AE9C.


Opacity

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

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

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

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

This text has shadow with #E5AE9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5AE9C on black background.


Color preview on white background

This text has color #E5AE9C on white background.



Black color preview on #E5AE9C background

This text has black color on #E5AE9C background.


White color preview on #E5AE9C background

This text has white color on #E5AE9C background.