COLOR #E9ABB5

HEX: #E9ABB5
RGB: (233,171,181)

Color info

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

RGB color model

#E9ABB5 color RGB value is (233,171,181).

  • red value is 233;
  • green value is 171;
  • blue value is 181.
RGB:
(233,171,181)
(91%,67%,71%)

RGB channels and saturation

R 233 of 255 = 91%
G 171 of 255 = 67%
B 181 of 255 = 71%

233
171
181

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

Portions of RGB colors in percentages

R + G + B =
233 + 171 + 181 = 585 (100%)
R 233 of 585 ~ 39.83%
G 171 of 585 ~ 29.23%
B 181 of 585 ~ 30.94%

%39.83
%29.23
%30.94

CMYK color model

#E9ABB5 color CMYK value is (0,27,22,9).

  • cyan value is 0.00%
  • magenta value is 26.61%
  • yellow value is 22.32%
  • key color value is 8.63%
CMYK:
(0,27,22,9)
C0M27Y22K9 
(0%,27%,22%,9%)
(0.00/0.27/0.22/0.09)	

CMYK percentages

%0
%26.61
%22.32
%8.63

Codes

Color #E9ABB5 in popluar color models

E9ABB5
RGB233171181
HSL350°58.49%79.22%
HSB/HSV350°26.61%91.37%
CMYK0.00%26.61%22.32%
8.63%

Color #E9ABB5 in popluar number systems.

HEXE9ABB5
Decimal233171181
Binary111010011010101110110101
Octal351253265

Shades and tints

Shades of #E9ABB5

#E9ABB5
(233,171,181)
#D49CA5
(212,156,165)
#BF8D95
(191,141,149)
#AA7E85
(170,126,133)
#956F75
(149,111,117)
#806065
(128,96,101)
#6B5155
(107,81,85)
#564245
(86,66,69)
#413335
(65,51,53)
#2C2425
(44,36,37)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #E9ABB5

#E9ABB5
(233,171,181)
#EBB2BB
(235,178,187)
#EDB9C1
(237,185,193)
#EFC0C7
(239,192,199)
#F1C7CD
(241,199,205)
#F3CED3
(243,206,211)
#F5D5D9
(245,213,217)
#F7DCDF
(247,220,223)
#F9E3E5
(249,227,229)
#FBEAEB
(251,234,235)
#FDF1F1
(253,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9ABB5 color. Also use rgb(233,171,181) instead hex code.

Text Font Color

.myTextColor { color: #E9ABB5; }

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

This text font color is #E9ABB5.


Background Color

.myBgColor { background-color: #E9ABB5; }

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

This div background color is #E9ABB5.


Border color

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

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

This div border color is #E9ABB5.


Opacity

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

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

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

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

This text has shadow with #E9ABB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9ABB5 on black background.


Color preview on white background

This text has color #E9ABB5 on white background.



Black color preview on #E9ABB5 background

This text has black color on #E9ABB5 background.


White color preview on #E9ABB5 background

This text has white color on #E9ABB5 background.