COLOR #E2A7A0

HEX: #E2A7A0
RGB: (226,167,160)

Color info

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

RGB color model

#E2A7A0 color RGB value is (226,167,160).

  • red value is 226;
  • green value is 167;
  • blue value is 160.
RGB:
(226,167,160)
(89%,65%,63%)

RGB channels and saturation

R 226 of 255 = 89%
G 167 of 255 = 65%
B 160 of 255 = 63%

226
167
160

R + G + B ~ 72%. #E2A7A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 167 + 160 = 553 (100%)
R 226 of 553 ~ 40.87%
G 167 of 553 ~ 30.2%
B 160 of 553 ~ 28.93%

%40.87
%30.2
%28.93

CMYK color model

#E2A7A0 color CMYK value is (0,26,29,11).

  • cyan value is 0.00%
  • magenta value is 26.11%
  • yellow value is 29.20%
  • key color value is 11.37%
CMYK:
(0,26,29,11)
C0M26Y29K11 
(0%,26%,29%,11%)
(0.00/0.26/0.29/0.11)	

CMYK percentages

%0
%26.11
%29.2
%11.37

Codes

Color #E2A7A0 in popluar color models

E2A7A0
RGB226167160
HSL53.23%75.69%
HSB/HSV29.20%88.63%
CMYK0.00%26.11%29.20%
11.37%

Color #E2A7A0 in popluar number systems.

HEXE2A7A0
Decimal226167160
Binary111000101010011110100000
Octal342247240

Shades and tints

Shades of #E2A7A0

#E2A7A0
(226,167,160)
#CE9892
(206,152,146)
#BA8984
(186,137,132)
#A67A76
(166,122,118)
#926B68
(146,107,104)
#7E5C5A
(126,92,90)
#6A4D4C
(106,77,76)
#563E3E
(86,62,62)
#422F30
(66,47,48)
#2E2022
(46,32,34)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #E2A7A0

#E2A7A0
(226,167,160)
#E4AFA8
(228,175,168)
#E6B7B0
(230,183,176)
#E8BFB8
(232,191,184)
#EAC7C0
(234,199,192)
#ECCFC8
(236,207,200)
#EED7D0
(238,215,208)
#F0DFD8
(240,223,216)
#F2E7E0
(242,231,224)
#F4EFE8
(244,239,232)
#F6F7F0
(246,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A7A0 color. Also use rgb(226,167,160) instead hex code.

Text Font Color

.myTextColor { color: #E2A7A0; }

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

This text font color is #E2A7A0.


Background Color

.myBgColor { background-color: #E2A7A0; }

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

This div background color is #E2A7A0.


Border color

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

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

This div border color is #E2A7A0.


Opacity

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

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

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

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

This text has shadow with #E2A7A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A7A0 on black background.


Color preview on white background

This text has color #E2A7A0 on white background.



Black color preview on #E2A7A0 background

This text has black color on #E2A7A0 background.


White color preview on #E2A7A0 background

This text has white color on #E2A7A0 background.