COLOR #E9AAB8

HEX: #E9AAB8
RGB: (233,170,184)

Color info

#E9AAB8 contains mainly red and blue colors. Web safe color of #E9AAB8 is #FF99CC (or #F9C).

RGB color model

#E9AAB8 color RGB value is (233,170,184).

  • red value is 233;
  • green value is 170;
  • blue value is 184.
RGB:
(233,170,184)
(91%,67%,72%)

RGB channels and saturation

R 233 of 255 = 91%
G 170 of 255 = 67%
B 184 of 255 = 72%

233
170
184

R + G + B ~ 77%. #E9AAB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 170 + 184 = 587 (100%)
R 233 of 587 ~ 39.69%
G 170 of 587 ~ 28.96%
B 184 of 587 ~ 31.35%

%39.69
%28.96
%31.35

CMYK color model

#E9AAB8 color CMYK value is (0,27,21,9).

  • cyan value is 0.00%
  • magenta value is 27.04%
  • yellow value is 21.03%
  • key color value is 8.63%
CMYK:
(0,27,21,9)
C0M27Y21K9 
(0%,27%,21%,9%)
(0.00/0.27/0.21/0.09)	

CMYK percentages

%0
%27.04
%21.03
%8.63

Codes

Color #E9AAB8 in popluar color models

E9AAB8
RGB233170184
HSL347°58.88%79.02%
HSB/HSV347°27.04%91.37%
CMYK0.00%27.04%21.03%
8.63%

Color #E9AAB8 in popluar number systems.

HEXE9AAB8
Decimal233170184
Binary111010011010101010111000
Octal351252270

Shades and tints

Shades of #E9AAB8

#E9AAB8
(233,170,184)
#D49BA8
(212,155,168)
#BF8C98
(191,140,152)
#AA7D88
(170,125,136)
#956E78
(149,110,120)
#805F68
(128,95,104)
#6B5058
(107,80,88)
#564148
(86,65,72)
#413238
(65,50,56)
#2C2328
(44,35,40)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #E9AAB8

#E9AAB8
(233,170,184)
#EBB1BE
(235,177,190)
#EDB8C4
(237,184,196)
#EFBFCA
(239,191,202)
#F1C6D0
(241,198,208)
#F3CDD6
(243,205,214)
#F5D4DC
(245,212,220)
#F7DBE2
(247,219,226)
#F9E2E8
(249,226,232)
#FBE9EE
(251,233,238)
#FDF0F4
(253,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9AAB8 color. Also use rgb(233,170,184) instead hex code.

Text Font Color

.myTextColor { color: #E9AAB8; }

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

This text font color is #E9AAB8.


Background Color

.myBgColor { background-color: #E9AAB8; }

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

This div background color is #E9AAB8.


Border color

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

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

This div border color is #E9AAB8.


Opacity

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

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

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

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

This text has shadow with #E9AAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9AAB8 on black background.


Color preview on white background

This text has color #E9AAB8 on white background.



Black color preview on #E9AAB8 background

This text has black color on #E9AAB8 background.


White color preview on #E9AAB8 background

This text has white color on #E9AAB8 background.