COLOR #E5ACE7

HEX: #E5ACE7 RGB: (229,172,231)

Color info

#E5ACE7 contains red, green and blue colors in about the same proportion. Web safe color of #E5ACE7 is #CC99FF (or #C9F).

RGB color model

#E5ACE7 color RGB value is (229,172,231).

RGB: (229,172,231) (90%, 67%, 91%)

RGB channels and saturation

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

229
172
231

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

Portions of RGB colors in percentages

R + G + B = 229 + 172 + 231 = 632 (100%)
R 229 of 632 ~ 36.23%
G 172 of 632 ~ 27.22%
B 231 of 632 ~ 36.55'%

%36.23
%27.22
%36.55

CMYK color model

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

  • cyan value is 0.87%
  • magenta value is 25.54%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (1,26,0,9)
C1M26Y0K9 (1%, 26%, 0%, 9%)
(0.01 / 0.26 / 0.00 / 0.09)

CMYK percentages

%0.87
%25.54
%0
%9.41

Codes

Color #E5ACE7 in popluar color models

E5 AC E7
RGB 229 172 231
HSL 298° 55.14% 79.02%
HSB/HSV 298° 25.54% 90.59%
CMYK 0.87% 25.54% 0.00%
9.41%

Color #E5ACE7 in popluar number systems.

HEX E5 AC E7
Decimal 229 172 231
Binary 11100101 10101100 11100111
Octal 345 254 347

Shades and tints

Shades of #E5ACE7

#E5ACE7
(229,172,231)
#D19DD2
(209,157,210)
#BD8EBD
(189,142,189)
#A97FA8
(169,127,168)
#957093
(149,112,147)
#81617E
(129,97,126)
#6D5269
(109,82,105)
#594354
(89,67,84)
#45343F
(69,52,63)
#31252A
(49,37,42)
#1D1615
(29,22,21)
#000000
(0,0,0)

Tints of #E5ACE7

#E5ACE7
(229,172,231)
#E7B3E9
(231,179,233)
#E9BAEB
(233,186,235)
#EBC1ED
(235,193,237)
#EDC8EF
(237,200,239)
#EFCFF1
(239,207,241)
#F1D6F3
(241,214,243)
#F3DDF5
(243,221,245)
#F5E4F7
(245,228,247)
#F7EBF9
(247,235,249)
#F9F2FB
(249,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5ACE7; }

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

This text font color is #E5ACE7.

Background Color

.myBgColor { background-color: #E5ACE7; }

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

This div background color is #E5ACE7.

Border color

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

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

This div border color is #E5ACE7.

Opacity

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

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

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

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

This text has shadow with #E5ACE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5ACE7.

Preview

Color preview on black background

This text has color #E5ACE7 on black background.


Color preview on white background

This text has color #E5ACE7 on white background.


Black color preview on #E5ACE7 background

This text has black color on #E5ACE7 background.


White color preview on #E5ACE7 background

This text has white color on #E5ACE7 background.


Related colors

Complementary color

Complementary color for #hex is #1A5318.


I love getcolorcode.com

Triadic colors

1 #E7E5AC and #ACE7E5 with #E5ACE7 are triadic colors.

2 #E7ACE5 and #ACE5E7 with #E5ACE7 are triadic colors.