COLOR #E4AEAA

HEX: #E4AEAA
RGB: (228,174,170)

Color info

#E4AEAA contains red, green and blue colors in about the same proportion. Web safe color of #E4AEAA is #CC9999 (or #C99).

RGB color model

#E4AEAA color RGB value is (228,174,170).

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

RGB channels and saturation

R 228 of 255 = 89%
G 174 of 255 = 68%
B 170 of 255 = 67%

228
174
170

R + G + B ~ 75%. #E4AEAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 174 + 170 = 572 (100%)
R 228 of 572 ~ 39.86%
G 174 of 572 ~ 30.42%
B 170 of 572 ~ 29.72%

%39.86
%30.42
%29.72

CMYK color model

#E4AEAA color CMYK value is (0,24,25,11).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 25.44%
  • key color value is 10.59%
CMYK:
(0,24,25,11)
C0M24Y25K11 
(0%,24%,25%,11%)
(0.00/0.24/0.25/0.11)	

CMYK percentages

%0
%23.68
%25.44
%10.59

Codes

Color #E4AEAA in popluar color models

E4AEAA
RGB228174170
HSL51.79%78.04%
HSB/HSV25.44%89.41%
CMYK0.00%23.68%25.44%
10.59%

Color #E4AEAA in popluar number systems.

HEXE4AEAA
Decimal228174170
Binary111001001010111010101010
Octal344256252

Shades and tints

Shades of #E4AEAA

#E4AEAA
(228,174,170)
#D09F9B
(208,159,155)
#BC908C
(188,144,140)
#A8817D
(168,129,125)
#94726E
(148,114,110)
#80635F
(128,99,95)
#6C5450
(108,84,80)
#584541
(88,69,65)
#443632
(68,54,50)
#302723
(48,39,35)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #E4AEAA

#E4AEAA
(228,174,170)
#E6B5B1
(230,181,177)
#E8BCB8
(232,188,184)
#EAC3BF
(234,195,191)
#ECCAC6
(236,202,198)
#EED1CD
(238,209,205)
#F0D8D4
(240,216,212)
#F2DFDB
(242,223,219)
#F4E6E2
(244,230,226)
#F6EDE9
(246,237,233)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4AEAA; }

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

This text font color is #E4AEAA.


Background Color

.myBgColor { background-color: #E4AEAA; }

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

This div background color is #E4AEAA.


Border color

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

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

This div border color is #E4AEAA.


Opacity

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

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

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

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

This text has shadow with #E4AEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4AEAA on black background.


Color preview on white background

This text has color #E4AEAA on white background.



Black color preview on #E4AEAA background

This text has black color on #E4AEAA background.


White color preview on #E4AEAA background

This text has white color on #E4AEAA background.