COLOR #E7ACE8

HEX: #E7ACE8 RGB: (231,172,232)

Color info

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

RGB color model

#E7ACE8 color RGB value is (231,172,232).

RGB: (231,172,232) (91%, 67%, 91%)

RGB channels and saturation

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

231
172
232

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

Portions of RGB colors in percentages

R + G + B = 231 + 172 + 232 = 635 (100%)
R 231 of 635 ~ 36.38%
G 172 of 635 ~ 27.09%
B 232 of 635 ~ 36.54'%

%36.38
%27.09
%36.54

CMYK color model

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

  • cyan value is 0.43%
  • 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.43
%25.86
%0
%9.02

Codes

Color #E7ACE8 in popluar color models

E7 AC E8
RGB 231 172 232
HSL 299° 56.60% 79.22%
HSB/HSV 299° 25.86% 90.98%
CMYK 0.43% 25.86% 0.00%
9.02%

Color #E7ACE8 in popluar number systems.

HEX E7 AC E8
Decimal 231 172 232
Binary 11100111 10101100 11101000
Octal 347 254 350

Shades and tints

Shades of #E7ACE8

#E7ACE8
(231,172,232)
#D29DD3
(210,157,211)
#BD8EBE
(189,142,190)
#A87FA9
(168,127,169)
#937094
(147,112,148)
#7E617F
(126,97,127)
#69526A
(105,82,106)
#544355
(84,67,85)
#3F3440
(63,52,64)
#2A252B
(42,37,43)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #E7ACE8

#E7ACE8
(231,172,232)
#E9B3EA
(233,179,234)
#EBBAEC
(235,186,236)
#EDC1EE
(237,193,238)
#EFC8F0
(239,200,240)
#F1CFF2
(241,207,242)
#F3D6F4
(243,214,244)
#F5DDF6
(245,221,246)
#F7E4F8
(247,228,248)
#F9EBFA
(249,235,250)
#FBF2FC
(251,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7ACE8; }

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

This text font color is #E7ACE8.

Background Color

.myBgColor { background-color: #E7ACE8; }

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

This div background color is #E7ACE8.

Border color

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

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

This div border color is #E7ACE8.

Opacity

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

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

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

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

This text has shadow with #E7ACE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7ACE8.

Preview

Color preview on black background

This text has color #E7ACE8 on black background.


Color preview on white background

This text has color #E7ACE8 on white background.


Black color preview on #E7ACE8 background

This text has black color on #E7ACE8 background.


White color preview on #E7ACE8 background

This text has white color on #E7ACE8 background.


Related colors

Complementary color

Complementary color for #hex is #185317.


I love getcolorcode.com

Triadic colors

1 #E8E7AC and #ACE8E7 with #E7ACE8 are triadic colors.

2 #E8ACE7 and #ACE7E8 with #E7ACE8 are triadic colors.