COLOR #E3A0AE

HEX: #E3A0AE
RGB: (227,160,174)

Color info

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

RGB color model

#E3A0AE color RGB value is (227,160,174).

  • red value is 227;
  • green value is 160;
  • blue value is 174.
RGB:
(227,160,174)
(89%,63%,68%)

RGB channels and saturation

R 227 of 255 = 89%
G 160 of 255 = 63%
B 174 of 255 = 68%

227
160
174

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

Portions of RGB colors in percentages

R + G + B =
227 + 160 + 174 = 561 (100%)
R 227 of 561 ~ 40.46%
G 160 of 561 ~ 28.52%
B 174 of 561 ~ 31.02%

%40.46
%28.52
%31.02

CMYK color model

#E3A0AE color CMYK value is (0,30,23,11).

  • cyan value is 0.00%
  • magenta value is 29.52%
  • yellow value is 23.35%
  • key color value is 10.98%
CMYK:
(0,30,23,11)
C0M30Y23K11 
(0%,30%,23%,11%)
(0.00/0.30/0.23/0.11)	

CMYK percentages

%0
%29.52
%23.35
%10.98

Codes

Color #E3A0AE in popluar color models

E3A0AE
RGB227160174
HSL347°54.47%75.88%
HSB/HSV347°29.52%89.02%
CMYK0.00%29.52%23.35%
10.98%

Color #E3A0AE in popluar number systems.

HEXE3A0AE
Decimal227160174
Binary111000111010000010101110
Octal343240256

Shades and tints

Shades of #E3A0AE

#E3A0AE
(227,160,174)
#CF929F
(207,146,159)
#BB8490
(187,132,144)
#A77681
(167,118,129)
#936872
(147,104,114)
#7F5A63
(127,90,99)
#6B4C54
(107,76,84)
#573E45
(87,62,69)
#433036
(67,48,54)
#2F2227
(47,34,39)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #E3A0AE

#E3A0AE
(227,160,174)
#E5A8B5
(229,168,181)
#E7B0BC
(231,176,188)
#E9B8C3
(233,184,195)
#EBC0CA
(235,192,202)
#EDC8D1
(237,200,209)
#EFD0D8
(239,208,216)
#F1D8DF
(241,216,223)
#F3E0E6
(243,224,230)
#F5E8ED
(245,232,237)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A0AE color. Also use rgb(227,160,174) instead hex code.

Text Font Color

.myTextColor { color: #E3A0AE; }

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

This text font color is #E3A0AE.


Background Color

.myBgColor { background-color: #E3A0AE; }

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

This div background color is #E3A0AE.


Border color

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

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

This div border color is #E3A0AE.


Opacity

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

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

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

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

This text has shadow with #E3A0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A0AE on black background.


Color preview on white background

This text has color #E3A0AE on white background.



Black color preview on #E3A0AE background

This text has black color on #E3A0AE background.


White color preview on #E3A0AE background

This text has white color on #E3A0AE background.