COLOR #E4ACA0

HEX: #E4ACA0
RGB: (228,172,160)

Color info

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

RGB color model

#E4ACA0 color RGB value is (228,172,160).

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

RGB channels and saturation

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

228
172
160

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

Portions of RGB colors in percentages

R + G + B =
228 + 172 + 160 = 560 (100%)
R 228 of 560 ~ 40.71%
G 172 of 560 ~ 30.71%
B 160 of 560 ~ 28.57%

%40.71
%30.71
%28.57

CMYK color model

#E4ACA0 color CMYK value is (0,25,30,11).

  • cyan value is 0.00%
  • magenta value is 24.56%
  • yellow value is 29.82%
  • key color value is 10.59%
CMYK:
(0,25,30,11)
C0M25Y30K11 
(0%,25%,30%,11%)
(0.00/0.25/0.30/0.11)	

CMYK percentages

%0
%24.56
%29.82
%10.59

Codes

Color #E4ACA0 in popluar color models

E4ACA0
RGB228172160
HSL11°55.74%76.08%
HSB/HSV11°29.82%89.41%
CMYK0.00%24.56%29.82%
10.59%

Color #E4ACA0 in popluar number systems.

HEXE4ACA0
Decimal228172160
Binary111001001010110010100000
Octal344254240

Shades and tints

Shades of #E4ACA0

#E4ACA0
(228,172,160)
#D09D92
(208,157,146)
#BC8E84
(188,142,132)
#A87F76
(168,127,118)
#947068
(148,112,104)
#80615A
(128,97,90)
#6C524C
(108,82,76)
#58433E
(88,67,62)
#443430
(68,52,48)
#302522
(48,37,34)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #E4ACA0

#E4ACA0
(228,172,160)
#E6B3A8
(230,179,168)
#E8BAB0
(232,186,176)
#EAC1B8
(234,193,184)
#ECC8C0
(236,200,192)
#EECFC8
(238,207,200)
#F0D6D0
(240,214,208)
#F2DDD8
(242,221,216)
#F4E4E0
(244,228,224)
#F6EBE8
(246,235,232)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4ACA0; }

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

This text font color is #E4ACA0.


Background Color

.myBgColor { background-color: #E4ACA0; }

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

This div background color is #E4ACA0.


Border color

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

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

This div border color is #E4ACA0.


Opacity

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

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

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

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

This text has shadow with #E4ACA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4ACA0 on black background.


Color preview on white background

This text has color #E4ACA0 on white background.



Black color preview on #E4ACA0 background

This text has black color on #E4ACA0 background.


White color preview on #E4ACA0 background

This text has white color on #E4ACA0 background.