COLOR #E8ABE5

HEX: #E8ABE5
RGB: (232,171,229)

Color info

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

RGB color model

#E8ABE5 color RGB value is (232,171,229).

  • red value is 232;
  • green value is 171;
  • blue value is 229.
RGB:
(232,171,229)
(91%,67%,90%)

RGB channels and saturation

R 232 of 255 = 91%
G 171 of 255 = 67%
B 229 of 255 = 90%

232
171
229

R + G + B ~ 83%. #E8ABE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 171 + 229 = 632 (100%)
R 232 of 632 ~ 36.71%
G 171 of 632 ~ 27.06%
B 229 of 632 ~ 36.23%

%36.71
%27.06
%36.23

CMYK color model

#E8ABE5 color CMYK value is (0,26,1,9).

  • cyan value is 0.00%
  • magenta value is 26.29%
  • yellow value is 1.29%
  • key color value is 9.02%
CMYK:
(0,26,1,9)
C0M26Y1K9 
(0%,26%,1%,9%)
(0.00/0.26/0.01/0.09)	

CMYK percentages

%0
%26.29
%1.29
%9.02

Codes

Color #E8ABE5 in popluar color models

E8ABE5
RGB232171229
HSL303°57.01%79.02%
HSB/HSV303°26.29%90.98%
CMYK0.00%26.29%1.29%
9.02%

Color #E8ABE5 in popluar number systems.

HEXE8ABE5
Decimal232171229
Binary111010001010101111100101
Octal350253345

Shades and tints

Shades of #E8ABE5

#E8ABE5
(232,171,229)
#D39CD1
(211,156,209)
#BE8DBD
(190,141,189)
#A97EA9
(169,126,169)
#946F95
(148,111,149)
#7F6081
(127,96,129)
#6A516D
(106,81,109)
#554259
(85,66,89)
#403345
(64,51,69)
#2B2431
(43,36,49)
#16151D
(22,21,29)
#000000
(0,0,0)

Tints of #E8ABE5

#E8ABE5
(232,171,229)
#EAB2E7
(234,178,231)
#ECB9E9
(236,185,233)
#EEC0EB
(238,192,235)
#F0C7ED
(240,199,237)
#F2CEEF
(242,206,239)
#F4D5F1
(244,213,241)
#F6DCF3
(246,220,243)
#F8E3F5
(248,227,245)
#FAEAF7
(250,234,247)
#FCF1F9
(252,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8ABE5 color. Also use rgb(232,171,229) instead hex code.

Text Font Color

.myTextColor { color: #E8ABE5; }

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

This text font color is #E8ABE5.


Background Color

.myBgColor { background-color: #E8ABE5; }

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

This div background color is #E8ABE5.


Border color

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

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

This div border color is #E8ABE5.


Opacity

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

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

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

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

This text has shadow with #E8ABE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8ABE5 on black background.


Color preview on white background

This text has color #E8ABE5 on white background.



Black color preview on #E8ABE5 background

This text has black color on #E8ABE5 background.


White color preview on #E8ABE5 background

This text has white color on #E8ABE5 background.