COLOR #E2AAC5

HEX: #E2AAC5 RGB: (226,170,197)

Color info

#E2AAC5 contains red, green and blue colors in about the same proportion. Web safe color of #E2AAC5 is #CC99CC (or #C9C).

RGB color model

#E2AAC5 color RGB value is (226,170,197).

RGB: (226,170,197) (89%, 67%, 77%)

RGB channels and saturation

R 226 of 255 = 89%
G 170 of 255 = 67%
B 197 of 255 = 77%

226
170
197

R + G + B ~ 78%. #E2AAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 170 + 197 = 593 (100%)
R 226 of 593 ~ 38.11%
G 170 of 593 ~ 28.67%
B 197 of 593 ~ 33.22'%

%38.11
%28.67
%33.22

CMYK color model

#E2AAC5 color CMYK value is (0,25,13,11).

  • cyan value is 0.00%
  • magenta value is 24.78%
  • yellow value is 12.83%
  • key color value is 11.37%

CMYK: (0,25,13,11)
C0M25Y13K11 (0%, 25%, 13%, 11%)
(0.00 / 0.25 / 0.13 / 0.11)

CMYK percentages

%0
%24.78
%12.83
%11.37

Codes

Color #E2AAC5 in popluar color models

E2 AA C5
RGB 226 170 197
HSL 331° 49.12% 77.65%
HSB/HSV 331° 24.78% 88.63%
CMYK 0.00% 24.78% 12.83%
11.37%

Color #E2AAC5 in popluar number systems.

HEX E2 AA C5
Decimal 226 170 197
Binary 11100010 10101010 11000101
Octal 342 252 305

Shades and tints

Shades of #E2AAC5

#E2AAC5
(226,170,197)
#CE9BB4
(206,155,180)
#BA8CA3
(186,140,163)
#A67D92
(166,125,146)
#926E81
(146,110,129)
#7E5F70
(126,95,112)
#6A505F
(106,80,95)
#56414E
(86,65,78)
#42323D
(66,50,61)
#2E232C
(46,35,44)
#1A141B
(26,20,27)
#000000
(0,0,0)

Tints of #E2AAC5

#E2AAC5
(226,170,197)
#E4B1CA
(228,177,202)
#E6B8CF
(230,184,207)
#E8BFD4
(232,191,212)
#EAC6D9
(234,198,217)
#ECCDDE
(236,205,222)
#EED4E3
(238,212,227)
#F0DBE8
(240,219,232)
#F2E2ED
(242,226,237)
#F4E9F2
(244,233,242)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2AAC5; }

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

This text font color is #E2AAC5.

Background Color

.myBgColor { background-color: #E2AAC5; }

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

This div background color is #E2AAC5.

Border color

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

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

This div border color is #E2AAC5.

Opacity

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

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

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

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

This text has shadow with #E2AAC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2AAC5.

Preview

Color preview on black background

This text has color #E2AAC5 on black background.


Color preview on white background

This text has color #E2AAC5 on white background.


Black color preview on #E2AAC5 background

This text has black color on #E2AAC5 background.


White color preview on #E2AAC5 background

This text has white color on #E2AAC5 background.


Related colors

Complementary color

Complementary color for #hex is #1D553A.


I love getcolorcode.com

Triadic colors

1 #C5E2AA and #AAC5E2 with #E2AAC5 are triadic colors.

2 #C5AAE2 and #AAE2C5 with #E2AAC5 are triadic colors.