COLOR #E8ACE5

HEX: #E8ACE5
RGB: (232,172,229)

Color info

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

RGB color model

#E8ACE5 color RGB value is (232,172,229).

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

RGB channels and saturation

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

232
172
229

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

Portions of RGB colors in percentages

R + G + B =
232 + 172 + 229 = 633 (100%)
R 232 of 633 ~ 36.65%
G 172 of 633 ~ 27.17%
B 229 of 633 ~ 36.18%

%36.65
%27.17
%36.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.86%
  • 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
%25.86
%1.29
%9.02

Codes

Color #E8ACE5 in popluar color models

E8ACE5
RGB232172229
HSL303°56.60%79.22%
HSB/HSV303°25.86%90.98%
CMYK0.00%25.86%1.29%
9.02%

Color #E8ACE5 in popluar number systems.

HEXE8ACE5
Decimal232172229
Binary111010001010110011100101
Octal350254345

Shades and tints

Shades of #E8ACE5

#E8ACE5
(232,172,229)
#D39DD1
(211,157,209)
#BE8EBD
(190,142,189)
#A97FA9
(169,127,169)
#947095
(148,112,149)
#7F6181
(127,97,129)
#6A526D
(106,82,109)
#554359
(85,67,89)
#403445
(64,52,69)
#2B2531
(43,37,49)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #E8ACE5

#E8ACE5
(232,172,229)
#EAB3E7
(234,179,231)
#ECBAE9
(236,186,233)
#EEC1EB
(238,193,235)
#F0C8ED
(240,200,237)
#F2CFEF
(242,207,239)
#F4D6F1
(244,214,241)
#F6DDF3
(246,221,243)
#F8E4F5
(248,228,245)
#FAEBF7
(250,235,247)
#FCF2F9
(252,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8ACE5; }

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

This text font color is #E8ACE5.


Background Color

.myBgColor { background-color: #E8ACE5; }

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

This div background color is #E8ACE5.


Border color

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

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

This div border color is #E8ACE5.


Opacity

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

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

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

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

This text has shadow with #E8ACE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8ACE5 on black background.


Color preview on white background

This text has color #E8ACE5 on white background.



Black color preview on #E8ACE5 background

This text has black color on #E8ACE5 background.


White color preview on #E8ACE5 background

This text has white color on #E8ACE5 background.