COLOR #E7A9A1

HEX: #E7A9A1
RGB: (231,169,161)

Color info

#E7A9A1 contains mainly red color. Web safe color of #E7A9A1 is #FF9999 (or #F99).

RGB color model

#E7A9A1 color RGB value is (231,169,161).

  • red value is 231;
  • green value is 169;
  • blue value is 161.
RGB:
(231,169,161)
(91%,66%,63%)

RGB channels and saturation

R 231 of 255 = 91%
G 169 of 255 = 66%
B 161 of 255 = 63%

231
169
161

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

Portions of RGB colors in percentages

R + G + B =
231 + 169 + 161 = 561 (100%)
R 231 of 561 ~ 41.18%
G 169 of 561 ~ 30.12%
B 161 of 561 ~ 28.7%

%41.18
%30.12
%28.7

CMYK color model

#E7A9A1 color CMYK value is (0,27,30,9).

  • cyan value is 0.00%
  • magenta value is 26.84%
  • yellow value is 30.30%
  • key color value is 9.41%
CMYK:
(0,27,30,9)
C0M27Y30K9 
(0%,27%,30%,9%)
(0.00/0.27/0.30/0.09)	

CMYK percentages

%0
%26.84
%30.3
%9.41

Codes

Color #E7A9A1 in popluar color models

E7A9A1
RGB231169161
HSL59.32%76.86%
HSB/HSV30.30%90.59%
CMYK0.00%26.84%30.30%
9.41%

Color #E7A9A1 in popluar number systems.

HEXE7A9A1
Decimal231169161
Binary111001111010100110100001
Octal347251241

Shades and tints

Shades of #E7A9A1

#E7A9A1
(231,169,161)
#D29A93
(210,154,147)
#BD8B85
(189,139,133)
#A87C77
(168,124,119)
#936D69
(147,109,105)
#7E5E5B
(126,94,91)
#694F4D
(105,79,77)
#54403F
(84,64,63)
#3F3131
(63,49,49)
#2A2223
(42,34,35)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #E7A9A1

#E7A9A1
(231,169,161)
#E9B0A9
(233,176,169)
#EBB7B1
(235,183,177)
#EDBEB9
(237,190,185)
#EFC5C1
(239,197,193)
#F1CCC9
(241,204,201)
#F3D3D1
(243,211,209)
#F5DAD9
(245,218,217)
#F7E1E1
(247,225,225)
#F9E8E9
(249,232,233)
#FBEFF1
(251,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A9A1 color. Also use rgb(231,169,161) instead hex code.

Text Font Color

.myTextColor { color: #E7A9A1; }

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

This text font color is #E7A9A1.


Background Color

.myBgColor { background-color: #E7A9A1; }

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

This div background color is #E7A9A1.


Border color

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

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

This div border color is #E7A9A1.


Opacity

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

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

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

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

This text has shadow with #E7A9A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A9A1 on black background.


Color preview on white background

This text has color #E7A9A1 on white background.



Black color preview on #E7A9A1 background

This text has black color on #E7A9A1 background.


White color preview on #E7A9A1 background

This text has white color on #E7A9A1 background.