COLOR #E1AAA6

HEX: #E1AAA6 RGB: (225,170,166)

Color info

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

RGB color model

#E1AAA6 color RGB value is (225,170,166).

RGB: (225,170,166) (88%, 67%, 65%)

RGB channels and saturation

R 225 of 255 = 88%
G 170 of 255 = 67%
B 166 of 255 = 65%

225
170
166

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

Portions of RGB colors in percentages

R + G + B = 225 + 170 + 166 = 561 (100%)
R 225 of 561 ~ 40.11%
G 170 of 561 ~ 30.3%
B 166 of 561 ~ 29.59'%

%40.11
%30.3
%29.59

CMYK color model

#E1AAA6 color CMYK value is (0,24,26,12).

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 26.22%
  • key color value is 11.76%

CMYK: (0,24,26,12)
C0M24Y26K12 (0%, 24%, 26%, 12%)
(0.00 / 0.24 / 0.26 / 0.12)

CMYK percentages

%0
%24.44
%26.22
%11.76

Codes

Color #E1AAA6 in popluar color models

E1 AA A6
RGB 225 170 166
HSL 49.58% 76.67%
HSB/HSV 26.22% 88.24%
CMYK 0.00% 24.44% 26.22%
11.76%

Color #E1AAA6 in popluar number systems.

HEX E1 AA A6
Decimal 225 170 166
Binary 11100001 10101010 10100110
Octal 341 252 246

Shades and tints

Shades of #E1AAA6

#E1AAA6
(225,170,166)
#CD9B97
(205,155,151)
#B98C88
(185,140,136)
#A57D79
(165,125,121)
#916E6A
(145,110,106)
#7D5F5B
(125,95,91)
#69504C
(105,80,76)
#55413D
(85,65,61)
#41322E
(65,50,46)
#2D231F
(45,35,31)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #E1AAA6

#E1AAA6
(225,170,166)
#E3B1AE
(227,177,174)
#E5B8B6
(229,184,182)
#E7BFBE
(231,191,190)
#E9C6C6
(233,198,198)
#EBCDCE
(235,205,206)
#EDD4D6
(237,212,214)
#EFDBDE
(239,219,222)
#F1E2E6
(241,226,230)
#F3E9EE
(243,233,238)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1AAA6 color. Also use rgb(225,170,166) instead hex code.

Text Font Color

.myTextColor { color: #E1AAA6; }

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

This text font color is #E1AAA6.

Background Color

.myBgColor { background-color: #E1AAA6; }

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

This div background color is #E1AAA6.

Border color

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

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

This div border color is #E1AAA6.

Opacity

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

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

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

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

This text has shadow with #E1AAA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1AAA6.

Preview

Color preview on black background

This text has color #E1AAA6 on black background.


Color preview on white background

This text has color #E1AAA6 on white background.


Black color preview on #E1AAA6 background

This text has black color on #E1AAA6 background.


White color preview on #E1AAA6 background

This text has white color on #E1AAA6 background.


Related colors

Complementary color

Complementary color for #hex is #1E5559.


I love getcolorcode.com

Triadic colors

1 #A6E1AA and #AAA6E1 with #E1AAA6 are triadic colors.

2 #A6AAE1 and #AAE1A6 with #E1AAA6 are triadic colors.