COLOR #E2ACA5

HEX: #E2ACA5
RGB: (226,172,165)

Color info

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

RGB color model

#E2ACA5 color RGB value is (226,172,165).

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

RGB channels and saturation

R 226 of 255 = 89%
G 172 of 255 = 67%
B 165 of 255 = 65%

226
172
165

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

Portions of RGB colors in percentages

R + G + B =
226 + 172 + 165 = 563 (100%)
R 226 of 563 ~ 40.14%
G 172 of 563 ~ 30.55%
B 165 of 563 ~ 29.31%

%40.14
%30.55
%29.31

CMYK color model

#E2ACA5 color CMYK value is (0,24,27,11).

  • cyan value is 0.00%
  • magenta value is 23.89%
  • yellow value is 26.99%
  • key color value is 11.37%
CMYK:
(0,24,27,11)
C0M24Y27K11 
(0%,24%,27%,11%)
(0.00/0.24/0.27/0.11)	

CMYK percentages

%0
%23.89
%26.99
%11.37

Codes

Color #E2ACA5 in popluar color models

E2ACA5
RGB226172165
HSL51.26%76.67%
HSB/HSV26.99%88.63%
CMYK0.00%23.89%26.99%
11.37%

Color #E2ACA5 in popluar number systems.

HEXE2ACA5
Decimal226172165
Binary111000101010110010100101
Octal342254245

Shades and tints

Shades of #E2ACA5

#E2ACA5
(226,172,165)
#CE9D96
(206,157,150)
#BA8E87
(186,142,135)
#A67F78
(166,127,120)
#927069
(146,112,105)
#7E615A
(126,97,90)
#6A524B
(106,82,75)
#56433C
(86,67,60)
#42342D
(66,52,45)
#2E251E
(46,37,30)
#1A160F
(26,22,15)
#000000
(0,0,0)

Tints of #E2ACA5

#E2ACA5
(226,172,165)
#E4B3AD
(228,179,173)
#E6BAB5
(230,186,181)
#E8C1BD
(232,193,189)
#EAC8C5
(234,200,197)
#ECCFCD
(236,207,205)
#EED6D5
(238,214,213)
#F0DDDD
(240,221,221)
#F2E4E5
(242,228,229)
#F4EBED
(244,235,237)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2ACA5; }

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

This text font color is #E2ACA5.


Background Color

.myBgColor { background-color: #E2ACA5; }

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

This div background color is #E2ACA5.


Border color

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

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

This div border color is #E2ACA5.


Opacity

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

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

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

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

This text has shadow with #E2ACA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2ACA5 on black background.


Color preview on white background

This text has color #E2ACA5 on white background.



Black color preview on #E2ACA5 background

This text has black color on #E2ACA5 background.


White color preview on #E2ACA5 background

This text has white color on #E2ACA5 background.