COLOR #E5AAB7

HEX: #E5AAB7 RGB: (229,170,183)

Color info

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

RGB color model

#E5AAB7 color RGB value is (229,170,183).

RGB: (229,170,183) (90%, 67%, 72%)

RGB channels and saturation

R 229 of 255 = 90%
G 170 of 255 = 67%
B 183 of 255 = 72%

229
170
183

R + G + B ~ 76%. #E5AAB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 170 + 183 = 582 (100%)
R 229 of 582 ~ 39.35%
G 170 of 582 ~ 29.21%
B 183 of 582 ~ 31.44'%

%39.35
%29.21
%31.44

CMYK color model

#E5AAB7 color CMYK value is (0,26,20,10).

  • cyan value is 0.00%
  • magenta value is 25.76%
  • yellow value is 20.09%
  • key color value is 10.20%

CMYK: (0,26,20,10)
C0M26Y20K10 (0%, 26%, 20%, 10%)
(0.00 / 0.26 / 0.20 / 0.10)

CMYK percentages

%0
%25.76
%20.09
%10.2

Codes

Color #E5AAB7 in popluar color models

E5 AA B7
RGB 229 170 183
HSL 347° 53.15% 78.24%
HSB/HSV 347° 25.76% 89.80%
CMYK 0.00% 25.76% 20.09%
10.20%

Color #E5AAB7 in popluar number systems.

HEX E5 AA B7
Decimal 229 170 183
Binary 11100101 10101010 10110111
Octal 345 252 267

Shades and tints

Shades of #E5AAB7

#E5AAB7
(229,170,183)
#D19BA7
(209,155,167)
#BD8C97
(189,140,151)
#A97D87
(169,125,135)
#956E77
(149,110,119)
#815F67
(129,95,103)
#6D5057
(109,80,87)
#594147
(89,65,71)
#453237
(69,50,55)
#312327
(49,35,39)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #E5AAB7

#E5AAB7
(229,170,183)
#E7B1BD
(231,177,189)
#E9B8C3
(233,184,195)
#EBBFC9
(235,191,201)
#EDC6CF
(237,198,207)
#EFCDD5
(239,205,213)
#F1D4DB
(241,212,219)
#F3DBE1
(243,219,225)
#F5E2E7
(245,226,231)
#F7E9ED
(247,233,237)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5AAB7 color. Also use rgb(229,170,183) instead hex code.

Text Font Color

.myTextColor { color: #E5AAB7; }

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

This text font color is #E5AAB7.

Background Color

.myBgColor { background-color: #E5AAB7; }

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

This div background color is #E5AAB7.

Border color

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

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

This div border color is #E5AAB7.

Opacity

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

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

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

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

This text has shadow with #E5AAB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5AAB7.

Preview

Color preview on black background

This text has color #E5AAB7 on black background.


Color preview on white background

This text has color #E5AAB7 on white background.


Black color preview on #E5AAB7 background

This text has black color on #E5AAB7 background.


White color preview on #E5AAB7 background

This text has white color on #E5AAB7 background.


Related colors

Complementary color

Complementary color for #hex is #1A5548.


I love getcolorcode.com

Triadic colors

1 #B7E5AA and #AAB7E5 with #E5AAB7 are triadic colors.

2 #B7AAE5 and #AAE5B7 with #E5AAB7 are triadic colors.