COLOR #E0ACC8

HEX: #E0ACC8
RGB: (224,172,200)

Color info

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

RGB color model

#E0ACC8 color RGB value is (224,172,200).

  • red value is 224;
  • green value is 172;
  • blue value is 200.
RGB:
(224,172,200)
(88%,67%,78%)

RGB channels and saturation

R 224 of 255 = 88%
G 172 of 255 = 67%
B 200 of 255 = 78%

224
172
200

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

Portions of RGB colors in percentages

R + G + B =
224 + 172 + 200 = 596 (100%)
R 224 of 596 ~ 37.58%
G 172 of 596 ~ 28.86%
B 200 of 596 ~ 33.56%

%37.58
%28.86
%33.56

CMYK color model

#E0ACC8 color CMYK value is (0,23,11,12).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 10.71%
  • key color value is 12.16%
CMYK:
(0,23,11,12)
C0M23Y11K12 
(0%,23%,11%,12%)
(0.00/0.23/0.11/0.12)	

CMYK percentages

%0
%23.21
%10.71
%12.16

Codes

Color #E0ACC8 in popluar color models

E0ACC8
RGB224172200
HSL328°45.61%77.65%
HSB/HSV328°23.21%87.84%
CMYK0.00%23.21%10.71%
12.16%

Color #E0ACC8 in popluar number systems.

HEXE0ACC8
Decimal224172200
Binary111000001010110011001000
Octal340254310

Shades and tints

Shades of #E0ACC8

#E0ACC8
(224,172,200)
#CC9DB6
(204,157,182)
#B88EA4
(184,142,164)
#A47F92
(164,127,146)
#907080
(144,112,128)
#7C616E
(124,97,110)
#68525C
(104,82,92)
#54434A
(84,67,74)
#403438
(64,52,56)
#2C2526
(44,37,38)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #E0ACC8

#E0ACC8
(224,172,200)
#E2B3CD
(226,179,205)
#E4BAD2
(228,186,210)
#E6C1D7
(230,193,215)
#E8C8DC
(232,200,220)
#EACFE1
(234,207,225)
#ECD6E6
(236,214,230)
#EEDDEB
(238,221,235)
#F0E4F0
(240,228,240)
#F2EBF5
(242,235,245)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0ACC8 color. Also use rgb(224,172,200) instead hex code.

Text Font Color

.myTextColor { color: #E0ACC8; }

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

This text font color is #E0ACC8.


Background Color

.myBgColor { background-color: #E0ACC8; }

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

This div background color is #E0ACC8.


Border color

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

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

This div border color is #E0ACC8.


Opacity

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

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

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

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

This text has shadow with #E0ACC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0ACC8 on black background.


Color preview on white background

This text has color #E0ACC8 on white background.



Black color preview on #E0ACC8 background

This text has black color on #E0ACC8 background.


White color preview on #E0ACC8 background

This text has white color on #E0ACC8 background.