COLOR #E2AC87

HEX: #E2AC87
RGB: (226,172,135)

Color info

#E2AC87 contains mainly red and green colors. Web safe color of #E2AC87 is #CC9999 (or #C99).

RGB color model

#E2AC87 color RGB value is (226,172,135).

  • red value is 226;
  • green value is 172;
  • blue value is 135.
RGB:
(226,172,135)
(89%,67%,53%)

RGB channels and saturation

R 226 of 255 = 89%
G 172 of 255 = 67%
B 135 of 255 = 53%

226
172
135

R + G + B ~ 70%. #E2AC87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 172 + 135 = 533 (100%)
R 226 of 533 ~ 42.4%
G 172 of 533 ~ 32.27%
B 135 of 533 ~ 25.33%

%42.4
%32.27
%25.33

CMYK color model

#E2AC87 color CMYK value is (0,24,40,11).

  • cyan value is 0.00%
  • magenta value is 23.89%
  • yellow value is 40.27%
  • key color value is 11.37%
CMYK:
(0,24,40,11)
C0M24Y40K11 
(0%,24%,40%,11%)
(0.00/0.24/0.40/0.11)	

CMYK percentages

%0
%23.89
%40.27
%11.37

Codes

Color #E2AC87 in popluar color models

E2AC87
RGB226172135
HSL24°61.07%70.78%
HSB/HSV24°40.27%88.63%
CMYK0.00%23.89%40.27%
11.37%

Color #E2AC87 in popluar number systems.

HEXE2AC87
Decimal226172135
Binary111000101010110010000111
Octal342254207

Shades and tints

Shades of #E2AC87

#E2AC87
(226,172,135)
#CE9D7B
(206,157,123)
#BA8E6F
(186,142,111)
#A67F63
(166,127,99)
#927057
(146,112,87)
#7E614B
(126,97,75)
#6A523F
(106,82,63)
#564333
(86,67,51)
#423427
(66,52,39)
#2E251B
(46,37,27)
#1A160F
(26,22,15)
#000000
(0,0,0)

Tints of #E2AC87

#E2AC87
(226,172,135)
#E4B391
(228,179,145)
#E6BA9B
(230,186,155)
#E8C1A5
(232,193,165)
#EAC8AF
(234,200,175)
#ECCFB9
(236,207,185)
#EED6C3
(238,214,195)
#F0DDCD
(240,221,205)
#F2E4D7
(242,228,215)
#F4EBE1
(244,235,225)
#F6F2EB
(246,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2AC87 color. Also use rgb(226,172,135) instead hex code.

Text Font Color

.myTextColor { color: #E2AC87; }

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

This text font color is #E2AC87.


Background Color

.myBgColor { background-color: #E2AC87; }

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

This div background color is #E2AC87.


Border color

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

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

This div border color is #E2AC87.


Opacity

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

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

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

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

This text has shadow with #E2AC87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2AC87 on black background.


Color preview on white background

This text has color #E2AC87 on white background.



Black color preview on #E2AC87 background

This text has black color on #E2AC87 background.


White color preview on #E2AC87 background

This text has white color on #E2AC87 background.