COLOR #E2AEAA

HEX: #E2AEAA
RGB: (226,174,170)

Color info

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

RGB color model

#E2AEAA color RGB value is (226,174,170).

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

RGB channels and saturation

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

226
174
170

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

Portions of RGB colors in percentages

R + G + B =
226 + 174 + 170 = 570 (100%)
R 226 of 570 ~ 39.65%
G 174 of 570 ~ 30.53%
B 170 of 570 ~ 29.82%

%39.65
%30.53
%29.82

CMYK color model

#E2AEAA color CMYK value is (0,23,25,11).

  • cyan value is 0.00%
  • magenta value is 23.01%
  • yellow value is 24.78%
  • key color value is 11.37%
CMYK:
(0,23,25,11)
C0M23Y25K11 
(0%,23%,25%,11%)
(0.00/0.23/0.25/0.11)	

CMYK percentages

%0
%23.01
%24.78
%11.37

Codes

Color #E2AEAA in popluar color models

E2AEAA
RGB226174170
HSL49.12%77.65%
HSB/HSV24.78%88.63%
CMYK0.00%23.01%24.78%
11.37%

Color #E2AEAA in popluar number systems.

HEXE2AEAA
Decimal226174170
Binary111000101010111010101010
Octal342256252

Shades and tints

Shades of #E2AEAA

#E2AEAA
(226,174,170)
#CE9F9B
(206,159,155)
#BA908C
(186,144,140)
#A6817D
(166,129,125)
#92726E
(146,114,110)
#7E635F
(126,99,95)
#6A5450
(106,84,80)
#564541
(86,69,65)
#423632
(66,54,50)
#2E2723
(46,39,35)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #E2AEAA

#E2AEAA
(226,174,170)
#E4B5B1
(228,181,177)
#E6BCB8
(230,188,184)
#E8C3BF
(232,195,191)
#EACAC6
(234,202,198)
#ECD1CD
(236,209,205)
#EED8D4
(238,216,212)
#F0DFDB
(240,223,219)
#F2E6E2
(242,230,226)
#F4EDE9
(244,237,233)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2AEAA; }

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

This text font color is #E2AEAA.


Background Color

.myBgColor { background-color: #E2AEAA; }

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

This div background color is #E2AEAA.


Border color

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

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

This div border color is #E2AEAA.


Opacity

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

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

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

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

This text has shadow with #E2AEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2AEAA on black background.


Color preview on white background

This text has color #E2AEAA on white background.



Black color preview on #E2AEAA background

This text has black color on #E2AEAA background.


White color preview on #E2AEAA background

This text has white color on #E2AEAA background.