COLOR #E3ACE0

HEX: #E3ACE0
RGB: (227,172,224)

Color info

#E3ACE0 contains red, green and blue colors in about the same proportion. Web safe color of #E3ACE0 is #CC99CC (or #C9C).

RGB color model

#E3ACE0 color RGB value is (227,172,224).

  • red value is 227;
  • green value is 172;
  • blue value is 224.
RGB:
(227,172,224)
(89%,67%,88%)

RGB channels and saturation

R 227 of 255 = 89%
G 172 of 255 = 67%
B 224 of 255 = 88%

227
172
224

R + G + B ~ 81%. #E3ACE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 172 + 224 = 623 (100%)
R 227 of 623 ~ 36.44%
G 172 of 623 ~ 27.61%
B 224 of 623 ~ 35.96%

%36.44
%27.61
%35.96

CMYK color model

#E3ACE0 color CMYK value is (0,24,1,11).

  • cyan value is 0.00%
  • magenta value is 24.23%
  • yellow value is 1.32%
  • key color value is 10.98%
CMYK:
(0,24,1,11)
C0M24Y1K11 
(0%,24%,1%,11%)
(0.00/0.24/0.01/0.11)	

CMYK percentages

%0
%24.23
%1.32
%10.98

Codes

Color #E3ACE0 in popluar color models

E3ACE0
RGB227172224
HSL303°49.55%78.24%
HSB/HSV303°24.23%89.02%
CMYK0.00%24.23%1.32%
10.98%

Color #E3ACE0 in popluar number systems.

HEXE3ACE0
Decimal227172224
Binary111000111010110011100000
Octal343254340

Shades and tints

Shades of #E3ACE0

#E3ACE0
(227,172,224)
#CF9DCC
(207,157,204)
#BB8EB8
(187,142,184)
#A77FA4
(167,127,164)
#937090
(147,112,144)
#7F617C
(127,97,124)
#6B5268
(107,82,104)
#574354
(87,67,84)
#433440
(67,52,64)
#2F252C
(47,37,44)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #E3ACE0

#E3ACE0
(227,172,224)
#E5B3E2
(229,179,226)
#E7BAE4
(231,186,228)
#E9C1E6
(233,193,230)
#EBC8E8
(235,200,232)
#EDCFEA
(237,207,234)
#EFD6EC
(239,214,236)
#F1DDEE
(241,221,238)
#F3E4F0
(243,228,240)
#F5EBF2
(245,235,242)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3ACE0; }

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

This text font color is #E3ACE0.


Background Color

.myBgColor { background-color: #E3ACE0; }

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

This div background color is #E3ACE0.


Border color

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

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

This div border color is #E3ACE0.


Opacity

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

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

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

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

This text has shadow with #E3ACE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3ACE0 on black background.


Color preview on white background

This text has color #E3ACE0 on white background.



Black color preview on #E3ACE0 background

This text has black color on #E3ACE0 background.


White color preview on #E3ACE0 background

This text has white color on #E3ACE0 background.