COLOR #E7A9A3

HEX: #E7A9A3
RGB: (231,169,163)

Color info

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

RGB color model

#E7A9A3 color RGB value is (231,169,163).

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

RGB channels and saturation

R 231 of 255 = 91%
G 169 of 255 = 66%
B 163 of 255 = 64%

231
169
163

R + G + B ~ 74%. #E7A9A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 169 + 163 = 563 (100%)
R 231 of 563 ~ 41.03%
G 169 of 563 ~ 30.02%
B 163 of 563 ~ 28.95%

%41.03
%30.02
%28.95

CMYK color model

#E7A9A3 color CMYK value is (0,27,29,9).

  • cyan value is 0.00%
  • magenta value is 26.84%
  • yellow value is 29.44%
  • key color value is 9.41%
CMYK:
(0,27,29,9)
C0M27Y29K9 
(0%,27%,29%,9%)
(0.00/0.27/0.29/0.09)	

CMYK percentages

%0
%26.84
%29.44
%9.41

Codes

Color #E7A9A3 in popluar color models

E7A9A3
RGB231169163
HSL58.62%77.25%
HSB/HSV29.44%90.59%
CMYK0.00%26.84%29.44%
9.41%

Color #E7A9A3 in popluar number systems.

HEXE7A9A3
Decimal231169163
Binary111001111010100110100011
Octal347251243

Shades and tints

Shades of #E7A9A3

#E7A9A3
(231,169,163)
#D29A95
(210,154,149)
#BD8B87
(189,139,135)
#A87C79
(168,124,121)
#936D6B
(147,109,107)
#7E5E5D
(126,94,93)
#694F4F
(105,79,79)
#544041
(84,64,65)
#3F3133
(63,49,51)
#2A2225
(42,34,37)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #E7A9A3

#E7A9A3
(231,169,163)
#E9B0AB
(233,176,171)
#EBB7B3
(235,183,179)
#EDBEBB
(237,190,187)
#EFC5C3
(239,197,195)
#F1CCCB
(241,204,203)
#F3D3D3
(243,211,211)
#F5DADB
(245,218,219)
#F7E1E3
(247,225,227)
#F9E8EB
(249,232,235)
#FBEFF3
(251,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7A9A3; }

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

This text font color is #E7A9A3.


Background Color

.myBgColor { background-color: #E7A9A3; }

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

This div background color is #E7A9A3.


Border color

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

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

This div border color is #E7A9A3.


Opacity

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

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

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

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

This text has shadow with #E7A9A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A9A3 on black background.


Color preview on white background

This text has color #E7A9A3 on white background.



Black color preview on #E7A9A3 background

This text has black color on #E7A9A3 background.


White color preview on #E7A9A3 background

This text has white color on #E7A9A3 background.