COLOR #E7AB7F

HEX: #E7AB7F
RGB: (231,171,127)

Color info

#E7AB7F contains mainly red color. Web safe color of #E7AB7F is #FF9966 (or #F96).

RGB color model

#E7AB7F color RGB value is (231,171,127).

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

RGB channels and saturation

R 231 of 255 = 91%
G 171 of 255 = 67%
B 127 of 255 = 50%

231
171
127

R + G + B ~ 69%. #E7AB7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 171 + 127 = 529 (100%)
R 231 of 529 ~ 43.67%
G 171 of 529 ~ 32.33%
B 127 of 529 ~ 24.01%

%43.67
%32.33
%24.01

CMYK color model

#E7AB7F color CMYK value is (0,26,45,9).

  • cyan value is 0.00%
  • magenta value is 25.97%
  • yellow value is 45.02%
  • key color value is 9.41%
CMYK:
(0,26,45,9)
C0M26Y45K9 
(0%,26%,45%,9%)
(0.00/0.26/0.45/0.09)	

CMYK percentages

%0
%25.97
%45.02
%9.41

Codes

Color #E7AB7F in popluar color models

E7AB7F
RGB231171127
HSL25°68.42%70.20%
HSB/HSV25°45.02%90.59%
CMYK0.00%25.97%45.02%
9.41%

Color #E7AB7F in popluar number systems.

HEXE7AB7F
Decimal231171127
Binary11100111101010111111111
Octal347253177

Shades and tints

Shades of #E7AB7F

#E7AB7F
(231,171,127)
#D29C74
(210,156,116)
#BD8D69
(189,141,105)
#A87E5E
(168,126,94)
#936F53
(147,111,83)
#7E6048
(126,96,72)
#69513D
(105,81,61)
#544232
(84,66,50)
#3F3327
(63,51,39)
#2A241C
(42,36,28)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #E7AB7F

#E7AB7F
(231,171,127)
#E9B28A
(233,178,138)
#EBB995
(235,185,149)
#EDC0A0
(237,192,160)
#EFC7AB
(239,199,171)
#F1CEB6
(241,206,182)
#F3D5C1
(243,213,193)
#F5DCCC
(245,220,204)
#F7E3D7
(247,227,215)
#F9EAE2
(249,234,226)
#FBF1ED
(251,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7AB7F; }

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

This text font color is #E7AB7F.


Background Color

.myBgColor { background-color: #E7AB7F; }

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

This div background color is #E7AB7F.


Border color

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

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

This div border color is #E7AB7F.


Opacity

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

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

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

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

This text has shadow with #E7AB7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7AB7F on black background.


Color preview on white background

This text has color #E7AB7F on white background.



Black color preview on #E7AB7F background

This text has black color on #E7AB7F background.


White color preview on #E7AB7F background

This text has white color on #E7AB7F background.