COLOR #E3ACC3

HEX: #E3ACC3
RGB: (227,172,195)

Color info

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

RGB color model

#E3ACC3 color RGB value is (227,172,195).

  • red value is 227;
  • green value is 172;
  • blue value is 195.
RGB:
(227,172,195)
(89%,67%,76%)

RGB channels and saturation

R 227 of 255 = 89%
G 172 of 255 = 67%
B 195 of 255 = 76%

227
172
195

R + G + B ~ 77%. #E3ACC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 172 + 195 = 594 (100%)
R 227 of 594 ~ 38.22%
G 172 of 594 ~ 28.96%
B 195 of 594 ~ 32.83%

%38.22
%28.96
%32.83

CMYK color model

#E3ACC3 color CMYK value is (0,24,14,11).

  • cyan value is 0.00%
  • magenta value is 24.23%
  • yellow value is 14.10%
  • key color value is 10.98%
CMYK:
(0,24,14,11)
C0M24Y14K11 
(0%,24%,14%,11%)
(0.00/0.24/0.14/0.11)	

CMYK percentages

%0
%24.23
%14.1
%10.98

Codes

Color #E3ACC3 in popluar color models

E3ACC3
RGB227172195
HSL335°49.55%78.24%
HSB/HSV335°24.23%89.02%
CMYK0.00%24.23%14.10%
10.98%

Color #E3ACC3 in popluar number systems.

HEXE3ACC3
Decimal227172195
Binary111000111010110011000011
Octal343254303

Shades and tints

Shades of #E3ACC3

#E3ACC3
(227,172,195)
#CF9DB2
(207,157,178)
#BB8EA1
(187,142,161)
#A77F90
(167,127,144)
#93707F
(147,112,127)
#7F616E
(127,97,110)
#6B525D
(107,82,93)
#57434C
(87,67,76)
#43343B
(67,52,59)
#2F252A
(47,37,42)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #E3ACC3

#E3ACC3
(227,172,195)
#E5B3C8
(229,179,200)
#E7BACD
(231,186,205)
#E9C1D2
(233,193,210)
#EBC8D7
(235,200,215)
#EDCFDC
(237,207,220)
#EFD6E1
(239,214,225)
#F1DDE6
(241,221,230)
#F3E4EB
(243,228,235)
#F5EBF0
(245,235,240)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3ACC3 color. Also use rgb(227,172,195) instead hex code.

Text Font Color

.myTextColor { color: #E3ACC3; }

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

This text font color is #E3ACC3.


Background Color

.myBgColor { background-color: #E3ACC3; }

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

This div background color is #E3ACC3.


Border color

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

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

This div border color is #E3ACC3.


Opacity

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

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

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

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

This text has shadow with #E3ACC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3ACC3 on black background.


Color preview on white background

This text has color #E3ACC3 on white background.



Black color preview on #E3ACC3 background

This text has black color on #E3ACC3 background.


White color preview on #E3ACC3 background

This text has white color on #E3ACC3 background.