COLOR #E3ACA0

HEX: #E3ACA0
RGB: (227,172,160)

Color info

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

RGB color model

#E3ACA0 color RGB value is (227,172,160).

  • red value is 227;
  • green value is 172;
  • blue value is 160.
RGB:
(227,172,160)
(89%,67%,63%)

RGB channels and saturation

R 227 of 255 = 89%
G 172 of 255 = 67%
B 160 of 255 = 63%

227
172
160

R + G + B ~ 73%. #E3ACA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 172 + 160 = 559 (100%)
R 227 of 559 ~ 40.61%
G 172 of 559 ~ 30.77%
B 160 of 559 ~ 28.62%

%40.61
%30.77
%28.62

CMYK color model

#E3ACA0 color CMYK value is (0,24,30,11).

  • cyan value is 0.00%
  • magenta value is 24.23%
  • yellow value is 29.52%
  • key color value is 10.98%
CMYK:
(0,24,30,11)
C0M24Y30K11 
(0%,24%,30%,11%)
(0.00/0.24/0.30/0.11)	

CMYK percentages

%0
%24.23
%29.52
%10.98

Codes

Color #E3ACA0 in popluar color models

E3ACA0
RGB227172160
HSL11°54.47%75.88%
HSB/HSV11°29.52%89.02%
CMYK0.00%24.23%29.52%
10.98%

Color #E3ACA0 in popluar number systems.

HEXE3ACA0
Decimal227172160
Binary111000111010110010100000
Octal343254240

Shades and tints

Shades of #E3ACA0

#E3ACA0
(227,172,160)
#CF9D92
(207,157,146)
#BB8E84
(187,142,132)
#A77F76
(167,127,118)
#937068
(147,112,104)
#7F615A
(127,97,90)
#6B524C
(107,82,76)
#57433E
(87,67,62)
#433430
(67,52,48)
#2F2522
(47,37,34)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #E3ACA0

#E3ACA0
(227,172,160)
#E5B3A8
(229,179,168)
#E7BAB0
(231,186,176)
#E9C1B8
(233,193,184)
#EBC8C0
(235,200,192)
#EDCFC8
(237,207,200)
#EFD6D0
(239,214,208)
#F1DDD8
(241,221,216)
#F3E4E0
(243,228,224)
#F5EBE8
(245,235,232)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3ACA0 color. Also use rgb(227,172,160) instead hex code.

Text Font Color

.myTextColor { color: #E3ACA0; }

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

This text font color is #E3ACA0.


Background Color

.myBgColor { background-color: #E3ACA0; }

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

This div background color is #E3ACA0.


Border color

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

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

This div border color is #E3ACA0.


Opacity

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

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

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

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

This text has shadow with #E3ACA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3ACA0 on black background.


Color preview on white background

This text has color #E3ACA0 on white background.



Black color preview on #E3ACA0 background

This text has black color on #E3ACA0 background.


White color preview on #E3ACA0 background

This text has white color on #E3ACA0 background.