COLOR #E1ACCC

HEX: #E1ACCC
RGB: (225,172,204)

Color info

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

RGB color model

#E1ACCC color RGB value is (225,172,204).

  • red value is 225;
  • green value is 172;
  • blue value is 204.
RGB:
(225,172,204)
(88%,67%,80%)

RGB channels and saturation

R 225 of 255 = 88%
G 172 of 255 = 67%
B 204 of 255 = 80%

225
172
204

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

Portions of RGB colors in percentages

R + G + B =
225 + 172 + 204 = 601 (100%)
R 225 of 601 ~ 37.44%
G 172 of 601 ~ 28.62%
B 204 of 601 ~ 33.94%

%37.44
%28.62
%33.94

CMYK color model

#E1ACCC color CMYK value is (0,24,9,12).

  • cyan value is 0.00%
  • magenta value is 23.56%
  • yellow value is 9.33%
  • key color value is 11.76%
CMYK:
(0,24,9,12)
C0M24Y9K12 
(0%,24%,9%,12%)
(0.00/0.24/0.09/0.12)	

CMYK percentages

%0
%23.56
%9.33
%11.76

Codes

Color #E1ACCC in popluar color models

E1ACCC
RGB225172204
HSL324°46.90%77.84%
HSB/HSV324°23.56%88.24%
CMYK0.00%23.56%9.33%
11.76%

Color #E1ACCC in popluar number systems.

HEXE1ACCC
Decimal225172204
Binary111000011010110011001100
Octal341254314

Shades and tints

Shades of #E1ACCC

#E1ACCC
(225,172,204)
#CD9DBA
(205,157,186)
#B98EA8
(185,142,168)
#A57F96
(165,127,150)
#917084
(145,112,132)
#7D6172
(125,97,114)
#695260
(105,82,96)
#55434E
(85,67,78)
#41343C
(65,52,60)
#2D252A
(45,37,42)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #E1ACCC

#E1ACCC
(225,172,204)
#E3B3D0
(227,179,208)
#E5BAD4
(229,186,212)
#E7C1D8
(231,193,216)
#E9C8DC
(233,200,220)
#EBCFE0
(235,207,224)
#EDD6E4
(237,214,228)
#EFDDE8
(239,221,232)
#F1E4EC
(241,228,236)
#F3EBF0
(243,235,240)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1ACCC color. Also use rgb(225,172,204) instead hex code.

Text Font Color

.myTextColor { color: #E1ACCC; }

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

This text font color is #E1ACCC.


Background Color

.myBgColor { background-color: #E1ACCC; }

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

This div background color is #E1ACCC.


Border color

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

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

This div border color is #E1ACCC.


Opacity

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

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

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

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

This text has shadow with #E1ACCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1ACCC on black background.


Color preview on white background

This text has color #E1ACCC on white background.



Black color preview on #E1ACCC background

This text has black color on #E1ACCC background.


White color preview on #E1ACCC background

This text has white color on #E1ACCC background.