COLOR #E5ACC5

HEX: #E5ACC5
RGB: (229,172,197)

Color info

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

RGB color model

#E5ACC5 color RGB value is (229,172,197).

  • red value is 229;
  • green value is 172;
  • blue value is 197.
RGB:
(229,172,197)
(90%,67%,77%)

RGB channels and saturation

R 229 of 255 = 90%
G 172 of 255 = 67%
B 197 of 255 = 77%

229
172
197

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

Portions of RGB colors in percentages

R + G + B =
229 + 172 + 197 = 598 (100%)
R 229 of 598 ~ 38.29%
G 172 of 598 ~ 28.76%
B 197 of 598 ~ 32.94%

%38.29
%28.76
%32.94

CMYK color model

#E5ACC5 color CMYK value is (0,25,14,10).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 13.97%
  • key color value is 10.20%
CMYK:
(0,25,14,10)
C0M25Y14K10 
(0%,25%,14%,10%)
(0.00/0.25/0.14/0.10)	

CMYK percentages

%0
%24.89
%13.97
%10.2

Codes

Color #E5ACC5 in popluar color models

E5ACC5
RGB229172197
HSL334°52.29%78.63%
HSB/HSV334°24.89%89.80%
CMYK0.00%24.89%13.97%
10.20%

Color #E5ACC5 in popluar number systems.

HEXE5ACC5
Decimal229172197
Binary111001011010110011000101
Octal345254305

Shades and tints

Shades of #E5ACC5

#E5ACC5
(229,172,197)
#D19DB4
(209,157,180)
#BD8EA3
(189,142,163)
#A97F92
(169,127,146)
#957081
(149,112,129)
#816170
(129,97,112)
#6D525F
(109,82,95)
#59434E
(89,67,78)
#45343D
(69,52,61)
#31252C
(49,37,44)
#1D161B
(29,22,27)
#000000
(0,0,0)

Tints of #E5ACC5

#E5ACC5
(229,172,197)
#E7B3CA
(231,179,202)
#E9BACF
(233,186,207)
#EBC1D4
(235,193,212)
#EDC8D9
(237,200,217)
#EFCFDE
(239,207,222)
#F1D6E3
(241,214,227)
#F3DDE8
(243,221,232)
#F5E4ED
(245,228,237)
#F7EBF2
(247,235,242)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5ACC5; }

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

This text font color is #E5ACC5.


Background Color

.myBgColor { background-color: #E5ACC5; }

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

This div background color is #E5ACC5.


Border color

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

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

This div border color is #E5ACC5.


Opacity

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

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

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

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

This text has shadow with #E5ACC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5ACC5 on black background.


Color preview on white background

This text has color #E5ACC5 on white background.



Black color preview on #E5ACC5 background

This text has black color on #E5ACC5 background.


White color preview on #E5ACC5 background

This text has white color on #E5ACC5 background.