COLOR #E9A8B8

HEX: #E9A8B8
RGB: (233,168,184)

Color info

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

RGB color model

#E9A8B8 color RGB value is (233,168,184).

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

RGB channels and saturation

R 233 of 255 = 91%
G 168 of 255 = 66%
B 184 of 255 = 72%

233
168
184

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

Portions of RGB colors in percentages

R + G + B =
233 + 168 + 184 = 585 (100%)
R 233 of 585 ~ 39.83%
G 168 of 585 ~ 28.72%
B 184 of 585 ~ 31.45%

%39.83
%28.72
%31.45

CMYK color model

#E9A8B8 color CMYK value is (0,28,21,9).

  • cyan value is 0.00%
  • magenta value is 27.90%
  • yellow value is 21.03%
  • key color value is 8.63%
CMYK:
(0,28,21,9)
C0M28Y21K9 
(0%,28%,21%,9%)
(0.00/0.28/0.21/0.09)	

CMYK percentages

%0
%27.9
%21.03
%8.63

Codes

Color #E9A8B8 in popluar color models

E9A8B8
RGB233168184
HSL345°59.63%78.63%
HSB/HSV345°27.90%91.37%
CMYK0.00%27.90%21.03%
8.63%

Color #E9A8B8 in popluar number systems.

HEXE9A8B8
Decimal233168184
Binary111010011010100010111000
Octal351250270

Shades and tints

Shades of #E9A8B8

#E9A8B8
(233,168,184)
#D499A8
(212,153,168)
#BF8A98
(191,138,152)
#AA7B88
(170,123,136)
#956C78
(149,108,120)
#805D68
(128,93,104)
#6B4E58
(107,78,88)
#563F48
(86,63,72)
#413038
(65,48,56)
#2C2128
(44,33,40)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #E9A8B8

#E9A8B8
(233,168,184)
#EBAFBE
(235,175,190)
#EDB6C4
(237,182,196)
#EFBDCA
(239,189,202)
#F1C4D0
(241,196,208)
#F3CBD6
(243,203,214)
#F5D2DC
(245,210,220)
#F7D9E2
(247,217,226)
#F9E0E8
(249,224,232)
#FBE7EE
(251,231,238)
#FDEEF4
(253,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9A8B8; }

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

This text font color is #E9A8B8.


Background Color

.myBgColor { background-color: #E9A8B8; }

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

This div background color is #E9A8B8.


Border color

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

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

This div border color is #E9A8B8.


Opacity

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

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

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

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

This text has shadow with #E9A8B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9A8B8 on black background.


Color preview on white background

This text has color #E9A8B8 on white background.



Black color preview on #E9A8B8 background

This text has black color on #E9A8B8 background.


White color preview on #E9A8B8 background

This text has white color on #E9A8B8 background.