COLOR #E7ABA9

HEX: #E7ABA9
RGB: (231,171,169)

Color info

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

RGB color model

#E7ABA9 color RGB value is (231,171,169).

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

RGB channels and saturation

R 231 of 255 = 91%
G 171 of 255 = 67%
B 169 of 255 = 66%

231
171
169

R + G + B ~ 75%. #E7ABA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 171 + 169 = 571 (100%)
R 231 of 571 ~ 40.46%
G 171 of 571 ~ 29.95%
B 169 of 571 ~ 29.6%

%40.46
%29.95
%29.6

CMYK color model

#E7ABA9 color CMYK value is (0,26,27,9).

  • cyan value is 0.00%
  • magenta value is 25.97%
  • yellow value is 26.84%
  • key color value is 9.41%
CMYK:
(0,26,27,9)
C0M26Y27K9 
(0%,26%,27%,9%)
(0.00/0.26/0.27/0.09)	

CMYK percentages

%0
%25.97
%26.84
%9.41

Codes

Color #E7ABA9 in popluar color models

E7ABA9
RGB231171169
HSL56.36%78.43%
HSB/HSV26.84%90.59%
CMYK0.00%25.97%26.84%
9.41%

Color #E7ABA9 in popluar number systems.

HEXE7ABA9
Decimal231171169
Binary111001111010101110101001
Octal347253251

Shades and tints

Shades of #E7ABA9

#E7ABA9
(231,171,169)
#D29C9A
(210,156,154)
#BD8D8B
(189,141,139)
#A87E7C
(168,126,124)
#936F6D
(147,111,109)
#7E605E
(126,96,94)
#69514F
(105,81,79)
#544240
(84,66,64)
#3F3331
(63,51,49)
#2A2422
(42,36,34)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #E7ABA9

#E7ABA9
(231,171,169)
#E9B2B0
(233,178,176)
#EBB9B7
(235,185,183)
#EDC0BE
(237,192,190)
#EFC7C5
(239,199,197)
#F1CECC
(241,206,204)
#F3D5D3
(243,213,211)
#F5DCDA
(245,220,218)
#F7E3E1
(247,227,225)
#F9EAE8
(249,234,232)
#FBF1EF
(251,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7ABA9; }

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

This text font color is #E7ABA9.


Background Color

.myBgColor { background-color: #E7ABA9; }

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

This div background color is #E7ABA9.


Border color

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

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

This div border color is #E7ABA9.


Opacity

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

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

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

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

This text has shadow with #E7ABA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7ABA9 on black background.


Color preview on white background

This text has color #E7ABA9 on white background.



Black color preview on #E7ABA9 background

This text has black color on #E7ABA9 background.


White color preview on #E7ABA9 background

This text has white color on #E7ABA9 background.