COLOR #E8ACE8

HEX: #E8ACE8
RGB: (232,172,232)

Color info

#E8ACE8 contains mainly red and blue colors. Web safe color of #E8ACE8 is #FF99FF (or #F9F).

RGB color model

#E8ACE8 color RGB value is (232,172,232).

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

RGB channels and saturation

R 232 of 255 = 91%
G 172 of 255 = 67%
B 232 of 255 = 91%

232
172
232

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

Portions of RGB colors in percentages

R + G + B =
232 + 172 + 232 = 636 (100%)
R 232 of 636 ~ 36.48%
G 172 of 636 ~ 27.04%
B 232 of 636 ~ 36.48%

%36.48
%27.04
%36.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.86%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(0,26,0,9)
C0M26Y0K9 
(0%,26%,0%,9%)
(0.00/0.26/0.00/0.09)	

CMYK percentages

%0
%25.86
%0
%9.02

Codes

Color #E8ACE8 in popluar color models

E8ACE8
RGB232172232
HSL300°56.60%79.22%
HSB/HSV300°25.86%90.98%
CMYK0.00%25.86%0.00%
9.02%

Color #E8ACE8 in popluar number systems.

HEXE8ACE8
Decimal232172232
Binary111010001010110011101000
Octal350254350

Shades and tints

Shades of #E8ACE8

#E8ACE8
(232,172,232)
#D39DD3
(211,157,211)
#BE8EBE
(190,142,190)
#A97FA9
(169,127,169)
#947094
(148,112,148)
#7F617F
(127,97,127)
#6A526A
(106,82,106)
#554355
(85,67,85)
#403440
(64,52,64)
#2B252B
(43,37,43)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #E8ACE8

#E8ACE8
(232,172,232)
#EAB3EA
(234,179,234)
#ECBAEC
(236,186,236)
#EEC1EE
(238,193,238)
#F0C8F0
(240,200,240)
#F2CFF2
(242,207,242)
#F4D6F4
(244,214,244)
#F6DDF6
(246,221,246)
#F8E4F8
(248,228,248)
#FAEBFA
(250,235,250)
#FCF2FC
(252,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8ACE8; }

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

This text font color is #E8ACE8.


Background Color

.myBgColor { background-color: #E8ACE8; }

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

This div background color is #E8ACE8.


Border color

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

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

This div border color is #E8ACE8.


Opacity

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

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

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

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

This text has shadow with #E8ACE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8ACE8 on black background.


Color preview on white background

This text has color #E8ACE8 on white background.



Black color preview on #E8ACE8 background

This text has black color on #E8ACE8 background.


White color preview on #E8ACE8 background

This text has white color on #E8ACE8 background.