COLOR #E2A7A7

HEX: #E2A7A7
RGB: (226,167,167)

Color info

#E2A7A7 contains red, green and blue colors in about the same proportion. Web safe color of #E2A7A7 is #CC9999 (or #C99).

RGB color model

#E2A7A7 color RGB value is (226,167,167).

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

RGB channels and saturation

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

226
167
167

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

Portions of RGB colors in percentages

R + G + B =
226 + 167 + 167 = 560 (100%)
R 226 of 560 ~ 40.36%
G 167 of 560 ~ 29.82%
B 167 of 560 ~ 29.82%

%40.36
%29.82
%29.82

CMYK color model

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

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

CMYK percentages

%0
%26.11
%26.11
%11.37

Codes

Color #E2A7A7 in popluar color models

E2A7A7
RGB226167167
HSL50.43%77.06%
HSB/HSV26.11%88.63%
CMYK0.00%26.11%26.11%
11.37%

Color #E2A7A7 in popluar number systems.

HEXE2A7A7
Decimal226167167
Binary111000101010011110100111
Octal342247247

Shades and tints

Shades of #E2A7A7

#E2A7A7
(226,167,167)
#CE9898
(206,152,152)
#BA8989
(186,137,137)
#A67A7A
(166,122,122)
#926B6B
(146,107,107)
#7E5C5C
(126,92,92)
#6A4D4D
(106,77,77)
#563E3E
(86,62,62)
#422F2F
(66,47,47)
#2E2020
(46,32,32)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #E2A7A7

#E2A7A7
(226,167,167)
#E4AFAF
(228,175,175)
#E6B7B7
(230,183,183)
#E8BFBF
(232,191,191)
#EAC7C7
(234,199,199)
#ECCFCF
(236,207,207)
#EED7D7
(238,215,215)
#F0DFDF
(240,223,223)
#F2E7E7
(242,231,231)
#F4EFEF
(244,239,239)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2A7A7; }

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

This text font color is #E2A7A7.


Background Color

.myBgColor { background-color: #E2A7A7; }

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

This div background color is #E2A7A7.


Border color

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

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

This div border color is #E2A7A7.


Opacity

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

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

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

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

This text has shadow with #E2A7A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A7A7 on black background.


Color preview on white background

This text has color #E2A7A7 on white background.



Black color preview on #E2A7A7 background

This text has black color on #E2A7A7 background.


White color preview on #E2A7A7 background

This text has white color on #E2A7A7 background.