COLOR #E2ACE8

HEX: #E2ACE8 RGB: (226,172,232)

Color info

#E2ACE8 contains mainly red and blue colors. Web safe color of #E2ACE8 is #CC99FF (or #C9F).

RGB color model

#E2ACE8 color RGB value is (226,172,232).

RGB: (226,172,232) (89%, 67%, 91%)

RGB channels and saturation

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

226
172
232

R + G + B ~ 82%. #E2ACE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 172 + 232 = 630 (100%)
R 226 of 630 ~ 35.87%
G 172 of 630 ~ 27.3%
B 232 of 630 ~ 36.83'%

%35.87
%27.3
%36.83

CMYK color model

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

  • cyan value is 2.59%
  • magenta value is 25.86%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (3,26,0,9)
C3M26Y0K9 (3%, 26%, 0%, 9%)
(0.03 / 0.26 / 0.00 / 0.09)

CMYK percentages

%2.59
%25.86
%0
%9.02

Codes

Color #E2ACE8 in popluar color models

E2 AC E8
RGB 226 172 232
HSL 294° 56.60% 79.22%
HSB/HSV 294° 25.86% 90.98%
CMYK 2.59% 25.86% 0.00%
9.02%

Color #E2ACE8 in popluar number systems.

HEX E2 AC E8
Decimal 226 172 232
Binary 11100010 10101100 11101000
Octal 342 254 350

Shades and tints

Shades of #E2ACE8

#E2ACE8
(226,172,232)
#CE9DD3
(206,157,211)
#BA8EBE
(186,142,190)
#A67FA9
(166,127,169)
#927094
(146,112,148)
#7E617F
(126,97,127)
#6A526A
(106,82,106)
#564355
(86,67,85)
#423440
(66,52,64)
#2E252B
(46,37,43)
#1A1616
(26,22,22)
#000000
(0,0,0)

Tints of #E2ACE8

#E2ACE8
(226,172,232)
#E4B3EA
(228,179,234)
#E6BAEC
(230,186,236)
#E8C1EE
(232,193,238)
#EAC8F0
(234,200,240)
#ECCFF2
(236,207,242)
#EED6F4
(238,214,244)
#F0DDF6
(240,221,246)
#F2E4F8
(242,228,248)
#F4EBFA
(244,235,250)
#F6F2FC
(246,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2ACE8; }

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

This text font color is #E2ACE8.

Background Color

.myBgColor { background-color: #E2ACE8; }

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

This div background color is #E2ACE8.

Border color

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

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

This div border color is #E2ACE8.

Opacity

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

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

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

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

This text has shadow with #E2ACE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2ACE8.

Preview

Color preview on black background

This text has color #E2ACE8 on black background.


Color preview on white background

This text has color #E2ACE8 on white background.


Black color preview on #E2ACE8 background

This text has black color on #E2ACE8 background.


White color preview on #E2ACE8 background

This text has white color on #E2ACE8 background.


Related colors

Complementary color

Complementary color for #hex is #1D5317.


I love getcolorcode.com

Triadic colors

1 #E8E2AC and #ACE8E2 with #E2ACE8 are triadic colors.

2 #E8ACE2 and #ACE2E8 with #E2ACE8 are triadic colors.