COLOR #E4AEA5

HEX: #E4AEA5
RGB: (228,174,165)

Color info

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

RGB color model

#E4AEA5 color RGB value is (228,174,165).

  • red value is 228;
  • green value is 174;
  • blue value is 165.
RGB:
(228,174,165)
(89%,68%,65%)

RGB channels and saturation

R 228 of 255 = 89%
G 174 of 255 = 68%
B 165 of 255 = 65%

228
174
165

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

Portions of RGB colors in percentages

R + G + B =
228 + 174 + 165 = 567 (100%)
R 228 of 567 ~ 40.21%
G 174 of 567 ~ 30.69%
B 165 of 567 ~ 29.1%

%40.21
%30.69
%29.1

CMYK color model

#E4AEA5 color CMYK value is (0,24,28,11).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 27.63%
  • key color value is 10.59%
CMYK:
(0,24,28,11)
C0M24Y28K11 
(0%,24%,28%,11%)
(0.00/0.24/0.28/0.11)	

CMYK percentages

%0
%23.68
%27.63
%10.59

Codes

Color #E4AEA5 in popluar color models

E4AEA5
RGB228174165
HSL53.85%77.06%
HSB/HSV27.63%89.41%
CMYK0.00%23.68%27.63%
10.59%

Color #E4AEA5 in popluar number systems.

HEXE4AEA5
Decimal228174165
Binary111001001010111010100101
Octal344256245

Shades and tints

Shades of #E4AEA5

#E4AEA5
(228,174,165)
#D09F96
(208,159,150)
#BC9087
(188,144,135)
#A88178
(168,129,120)
#947269
(148,114,105)
#80635A
(128,99,90)
#6C544B
(108,84,75)
#58453C
(88,69,60)
#44362D
(68,54,45)
#30271E
(48,39,30)
#1C180F
(28,24,15)
#000000
(0,0,0)

Tints of #E4AEA5

#E4AEA5
(228,174,165)
#E6B5AD
(230,181,173)
#E8BCB5
(232,188,181)
#EAC3BD
(234,195,189)
#ECCAC5
(236,202,197)
#EED1CD
(238,209,205)
#F0D8D5
(240,216,213)
#F2DFDD
(242,223,221)
#F4E6E5
(244,230,229)
#F6EDED
(246,237,237)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4AEA5 color. Also use rgb(228,174,165) instead hex code.

Text Font Color

.myTextColor { color: #E4AEA5; }

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

This text font color is #E4AEA5.


Background Color

.myBgColor { background-color: #E4AEA5; }

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

This div background color is #E4AEA5.


Border color

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

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

This div border color is #E4AEA5.


Opacity

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

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

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

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

This text has shadow with #E4AEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4AEA5 on black background.


Color preview on white background

This text has color #E4AEA5 on white background.



Black color preview on #E4AEA5 background

This text has black color on #E4AEA5 background.


White color preview on #E4AEA5 background

This text has white color on #E4AEA5 background.