COLOR #E7AC6E

HEX: #E7AC6E
RGB: (231,172,110)

Color info

#E7AC6E contains mainly red and green colors. Web safe color of #E7AC6E is #FF9966 (or #F96).

RGB color model

#E7AC6E color RGB value is (231,172,110).

  • red value is 231;
  • green value is 172;
  • blue value is 110.
RGB:
(231,172,110)
(91%,67%,43%)

RGB channels and saturation

R 231 of 255 = 91%
G 172 of 255 = 67%
B 110 of 255 = 43%

231
172
110

R + G + B ~ 67%. #E7AC6E is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 172 + 110 = 513 (100%)
R 231 of 513 ~ 45.03%
G 172 of 513 ~ 33.53%
B 110 of 513 ~ 21.44%

%45.03
%33.53
%21.44

CMYK color model

#E7AC6E color CMYK value is (0,26,52,9).

  • cyan value is 0.00%
  • magenta value is 25.54%
  • yellow value is 52.38%
  • key color value is 9.41%
CMYK:
(0,26,52,9)
C0M26Y52K9 
(0%,26%,52%,9%)
(0.00/0.26/0.52/0.09)	

CMYK percentages

%0
%25.54
%52.38
%9.41

Codes

Color #E7AC6E in popluar color models

E7AC6E
RGB231172110
HSL31°71.60%66.86%
HSB/HSV31°52.38%90.59%
CMYK0.00%25.54%52.38%
9.41%

Color #E7AC6E in popluar number systems.

HEXE7AC6E
Decimal231172110
Binary11100111101011001101110
Octal347254156

Shades and tints

Shades of #E7AC6E

#E7AC6E
(231,172,110)
#D29D64
(210,157,100)
#BD8E5A
(189,142,90)
#A87F50
(168,127,80)
#937046
(147,112,70)
#7E613C
(126,97,60)
#695232
(105,82,50)
#544328
(84,67,40)
#3F341E
(63,52,30)
#2A2514
(42,37,20)
#15160A
(21,22,10)
#000000
(0,0,0)

Tints of #E7AC6E

#E7AC6E
(231,172,110)
#E9B37B
(233,179,123)
#EBBA88
(235,186,136)
#EDC195
(237,193,149)
#EFC8A2
(239,200,162)
#F1CFAF
(241,207,175)
#F3D6BC
(243,214,188)
#F5DDC9
(245,221,201)
#F7E4D6
(247,228,214)
#F9EBE3
(249,235,227)
#FBF2F0
(251,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7AC6E color. Also use rgb(231,172,110) instead hex code.

Text Font Color

.myTextColor { color: #E7AC6E; }

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

This text font color is #E7AC6E.


Background Color

.myBgColor { background-color: #E7AC6E; }

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

This div background color is #E7AC6E.


Border color

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

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

This div border color is #E7AC6E.


Opacity

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

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

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

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

This text has shadow with #E7AC6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7AC6E on black background.


Color preview on white background

This text has color #E7AC6E on white background.



Black color preview on #E7AC6E background

This text has black color on #E7AC6E background.


White color preview on #E7AC6E background

This text has white color on #E7AC6E background.