COLOR #E7ABA0

HEX: #E7ABA0
RGB: (231,171,160)

Color info

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

RGB color model

#E7ABA0 color RGB value is (231,171,160).

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

RGB channels and saturation

R 231 of 255 = 91%
G 171 of 255 = 67%
B 160 of 255 = 63%

231
171
160

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

Portions of RGB colors in percentages

R + G + B =
231 + 171 + 160 = 562 (100%)
R 231 of 562 ~ 41.1%
G 171 of 562 ~ 30.43%
B 160 of 562 ~ 28.47%

%41.1
%30.43
%28.47

CMYK color model

#E7ABA0 color CMYK value is (0,26,31,9).

  • cyan value is 0.00%
  • magenta value is 25.97%
  • yellow value is 30.74%
  • key color value is 9.41%
CMYK:
(0,26,31,9)
C0M26Y31K9 
(0%,26%,31%,9%)
(0.00/0.26/0.31/0.09)	

CMYK percentages

%0
%25.97
%30.74
%9.41

Codes

Color #E7ABA0 in popluar color models

E7ABA0
RGB231171160
HSL59.66%76.67%
HSB/HSV30.74%90.59%
CMYK0.00%25.97%30.74%
9.41%

Color #E7ABA0 in popluar number systems.

HEXE7ABA0
Decimal231171160
Binary111001111010101110100000
Octal347253240

Shades and tints

Shades of #E7ABA0

#E7ABA0
(231,171,160)
#D29C92
(210,156,146)
#BD8D84
(189,141,132)
#A87E76
(168,126,118)
#936F68
(147,111,104)
#7E605A
(126,96,90)
#69514C
(105,81,76)
#54423E
(84,66,62)
#3F3330
(63,51,48)
#2A2422
(42,36,34)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #E7ABA0

#E7ABA0
(231,171,160)
#E9B2A8
(233,178,168)
#EBB9B0
(235,185,176)
#EDC0B8
(237,192,184)
#EFC7C0
(239,199,192)
#F1CEC8
(241,206,200)
#F3D5D0
(243,213,208)
#F5DCD8
(245,220,216)
#F7E3E0
(247,227,224)
#F9EAE8
(249,234,232)
#FBF1F0
(251,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7ABA0; }

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

This text font color is #E7ABA0.


Background Color

.myBgColor { background-color: #E7ABA0; }

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

This div background color is #E7ABA0.


Border color

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

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

This div border color is #E7ABA0.


Opacity

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

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

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

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

This text has shadow with #E7ABA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7ABA0 on black background.


Color preview on white background

This text has color #E7ABA0 on white background.



Black color preview on #E7ABA0 background

This text has black color on #E7ABA0 background.


White color preview on #E7ABA0 background

This text has white color on #E7ABA0 background.