COLOR #E1A3AC

HEX: #E1A3AC
RGB: (225,163,172)

Color info

#E1A3AC contains mainly red and blue colors. Web safe color of #E1A3AC is #CC9999 (or #C99).

RGB color model

#E1A3AC color RGB value is (225,163,172).

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

RGB channels and saturation

R 225 of 255 = 88%
G 163 of 255 = 64%
B 172 of 255 = 67%

225
163
172

R + G + B ~ 73%. #E1A3AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 163 + 172 = 560 (100%)
R 225 of 560 ~ 40.18%
G 163 of 560 ~ 29.11%
B 172 of 560 ~ 30.71%

%40.18
%29.11
%30.71

CMYK color model

#E1A3AC color CMYK value is (0,28,24,12).

  • cyan value is 0.00%
  • magenta value is 27.56%
  • yellow value is 23.56%
  • key color value is 11.76%
CMYK:
(0,28,24,12)
C0M28Y24K12 
(0%,28%,24%,12%)
(0.00/0.28/0.24/0.12)	

CMYK percentages

%0
%27.56
%23.56
%11.76

Codes

Color #E1A3AC in popluar color models

E1A3AC
RGB225163172
HSL351°50.82%76.08%
HSB/HSV351°27.56%88.24%
CMYK0.00%27.56%23.56%
11.76%

Color #E1A3AC in popluar number systems.

HEXE1A3AC
Decimal225163172
Binary111000011010001110101100
Octal341243254

Shades and tints

Shades of #E1A3AC

#E1A3AC
(225,163,172)
#CD959D
(205,149,157)
#B9878E
(185,135,142)
#A5797F
(165,121,127)
#916B70
(145,107,112)
#7D5D61
(125,93,97)
#694F52
(105,79,82)
#554143
(85,65,67)
#413334
(65,51,52)
#2D2525
(45,37,37)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #E1A3AC

#E1A3AC
(225,163,172)
#E3ABB3
(227,171,179)
#E5B3BA
(229,179,186)
#E7BBC1
(231,187,193)
#E9C3C8
(233,195,200)
#EBCBCF
(235,203,207)
#EDD3D6
(237,211,214)
#EFDBDD
(239,219,221)
#F1E3E4
(241,227,228)
#F3EBEB
(243,235,235)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1A3AC; }

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

This text font color is #E1A3AC.


Background Color

.myBgColor { background-color: #E1A3AC; }

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

This div background color is #E1A3AC.


Border color

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

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

This div border color is #E1A3AC.


Opacity

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

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

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

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

This text has shadow with #E1A3AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A3AC on black background.


Color preview on white background

This text has color #E1A3AC on white background.



Black color preview on #E1A3AC background

This text has black color on #E1A3AC background.


White color preview on #E1A3AC background

This text has white color on #E1A3AC background.