COLOR #E8ACC5

HEX: #E8ACC5 RGB: (232,172,197)

Color info

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

RGB color model

#E8ACC5 color RGB value is (232,172,197).

RGB: (232,172,197) (91%, 67%, 77%)

RGB channels and saturation

R 232 of 255 = 91%
G 172 of 255 = 67%
B 197 of 255 = 77%

232
172
197

R + G + B ~ 78%. #E8ACC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 172 + 197 = 601 (100%)
R 232 of 601 ~ 38.6%
G 172 of 601 ~ 28.62%
B 197 of 601 ~ 32.78'%

%38.6
%28.62
%32.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.86%
  • yellow value is 15.09%
  • key color value is 9.02%
CMYK: (0,26,15,9) C0M26Y15K9 (0%,26%,15%,9%) (0.00/0.26/0.15/0.09) 

CMYK percentages

%0
%25.86
%15.09
%9.02

Codes

Color #E8ACC5 in popluar color models

E8 AC C5
RGB 232 172 197
HSL 335° 56.60% 79.22%
HSB/HSV 335° 25.86% 90.98%
CMYK 0.00% 25.86% 15.09%
9.02%

Color #E8ACC5 in popluar number systems.

HEX E8 AC C5
Decimal 232 172 197
Binary 11101000 10101100 11000101
Octal 350 254 305

Shades and tints

Shades of #E8ACC5

#E8ACC5
(232,172,197)
#D39DB4
(211,157,180)
#BE8EA3
(190,142,163)
#A97F92
(169,127,146)
#947081
(148,112,129)
#7F6170
(127,97,112)
#6A525F
(106,82,95)
#55434E
(85,67,78)
#40343D
(64,52,61)
#2B252C
(43,37,44)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #E8ACC5

#E8ACC5
(232,172,197)
#EAB3CA
(234,179,202)
#ECBACF
(236,186,207)
#EEC1D4
(238,193,212)
#F0C8D9
(240,200,217)
#F2CFDE
(242,207,222)
#F4D6E3
(244,214,227)
#F6DDE8
(246,221,232)
#F8E4ED
(248,228,237)
#FAEBF2
(250,235,242)
#FCF2F7
(252,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8ACC5; }

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

This text font color is #E8ACC5.

Background Color

.myBgColor { background-color: #E8ACC5; }

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

This div background color is #E8ACC5.

Border color

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

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

This div border color is #E8ACC5.

Opacity

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

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

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

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

This text has shadow with #E8ACC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8ACC5.

Preview

Color preview on black background

This text has color #E8ACC5 on black background.


Color preview on white background

This text has color #E8ACC5 on white background.


Black color preview on #E8ACC5 background

This text has black color on #E8ACC5 background.


White color preview on #E8ACC5 background

This text has white color on #E8ACC5 background.


Related colors

Complementary color

Complementary color for #hex is #17533A.


I love getcolorcode.com

Triadic colors

1 #C5E8AC and #ACC5E8 with #E8ACC5 are triadic colors.

2 #C5ACE8 and #ACE8C5 with #E8ACC5 are triadic colors.