COLOR #E3A3AA

HEX: #E3A3AA
RGB: (227,163,170)

Color info

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

RGB color model

#E3A3AA color RGB value is (227,163,170).

  • red value is 227;
  • green value is 163;
  • blue value is 170.
RGB:
(227,163,170)
(89%,64%,67%)

RGB channels and saturation

R 227 of 255 = 89%
G 163 of 255 = 64%
B 170 of 255 = 67%

227
163
170

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

Portions of RGB colors in percentages

R + G + B =
227 + 163 + 170 = 560 (100%)
R 227 of 560 ~ 40.54%
G 163 of 560 ~ 29.11%
B 170 of 560 ~ 30.36%

%40.54
%29.11
%30.36

CMYK color model

#E3A3AA color CMYK value is (0,28,25,11).

  • cyan value is 0.00%
  • magenta value is 28.19%
  • yellow value is 25.11%
  • key color value is 10.98%
CMYK:
(0,28,25,11)
C0M28Y25K11 
(0%,28%,25%,11%)
(0.00/0.28/0.25/0.11)	

CMYK percentages

%0
%28.19
%25.11
%10.98

Codes

Color #E3A3AA in popluar color models

E3A3AA
RGB227163170
HSL353°53.33%76.47%
HSB/HSV353°28.19%89.02%
CMYK0.00%28.19%25.11%
10.98%

Color #E3A3AA in popluar number systems.

HEXE3A3AA
Decimal227163170
Binary111000111010001110101010
Octal343243252

Shades and tints

Shades of #E3A3AA

#E3A3AA
(227,163,170)
#CF959B
(207,149,155)
#BB878C
(187,135,140)
#A7797D
(167,121,125)
#936B6E
(147,107,110)
#7F5D5F
(127,93,95)
#6B4F50
(107,79,80)
#574141
(87,65,65)
#433332
(67,51,50)
#2F2523
(47,37,35)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #E3A3AA

#E3A3AA
(227,163,170)
#E5ABB1
(229,171,177)
#E7B3B8
(231,179,184)
#E9BBBF
(233,187,191)
#EBC3C6
(235,195,198)
#EDCBCD
(237,203,205)
#EFD3D4
(239,211,212)
#F1DBDB
(241,219,219)
#F3E3E2
(243,227,226)
#F5EBE9
(245,235,233)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A3AA color. Also use rgb(227,163,170) instead hex code.

Text Font Color

.myTextColor { color: #E3A3AA; }

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

This text font color is #E3A3AA.


Background Color

.myBgColor { background-color: #E3A3AA; }

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

This div background color is #E3A3AA.


Border color

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

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

This div border color is #E3A3AA.


Opacity

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

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

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

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

This text has shadow with #E3A3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A3AA on black background.


Color preview on white background

This text has color #E3A3AA on white background.



Black color preview on #E3A3AA background

This text has black color on #E3A3AA background.


White color preview on #E3A3AA background

This text has white color on #E3A3AA background.