COLOR #E4ACA7

HEX: #E4ACA7
RGB: (228,172,167)

Color info

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

RGB color model

#E4ACA7 color RGB value is (228,172,167).

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

RGB channels and saturation

R 228 of 255 = 89%
G 172 of 255 = 67%
B 167 of 255 = 65%

228
172
167

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

Portions of RGB colors in percentages

R + G + B =
228 + 172 + 167 = 567 (100%)
R 228 of 567 ~ 40.21%
G 172 of 567 ~ 30.34%
B 167 of 567 ~ 29.45%

%40.21
%30.34
%29.45

CMYK color model

#E4ACA7 color CMYK value is (0,25,27,11).

  • cyan value is 0.00%
  • magenta value is 24.56%
  • yellow value is 26.75%
  • key color value is 10.59%
CMYK:
(0,25,27,11)
C0M25Y27K11 
(0%,25%,27%,11%)
(0.00/0.25/0.27/0.11)	

CMYK percentages

%0
%24.56
%26.75
%10.59

Codes

Color #E4ACA7 in popluar color models

E4ACA7
RGB228172167
HSL53.04%77.45%
HSB/HSV26.75%89.41%
CMYK0.00%24.56%26.75%
10.59%

Color #E4ACA7 in popluar number systems.

HEXE4ACA7
Decimal228172167
Binary111001001010110010100111
Octal344254247

Shades and tints

Shades of #E4ACA7

#E4ACA7
(228,172,167)
#D09D98
(208,157,152)
#BC8E89
(188,142,137)
#A87F7A
(168,127,122)
#94706B
(148,112,107)
#80615C
(128,97,92)
#6C524D
(108,82,77)
#58433E
(88,67,62)
#44342F
(68,52,47)
#302520
(48,37,32)
#1C1611
(28,22,17)
#000000
(0,0,0)

Tints of #E4ACA7

#E4ACA7
(228,172,167)
#E6B3AF
(230,179,175)
#E8BAB7
(232,186,183)
#EAC1BF
(234,193,191)
#ECC8C7
(236,200,199)
#EECFCF
(238,207,207)
#F0D6D7
(240,214,215)
#F2DDDF
(242,221,223)
#F4E4E7
(244,228,231)
#F6EBEF
(246,235,239)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4ACA7; }

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

This text font color is #E4ACA7.


Background Color

.myBgColor { background-color: #E4ACA7; }

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

This div background color is #E4ACA7.


Border color

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

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

This div border color is #E4ACA7.


Opacity

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

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

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

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

This text has shadow with #E4ACA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4ACA7 on black background.


Color preview on white background

This text has color #E4ACA7 on white background.



Black color preview on #E4ACA7 background

This text has black color on #E4ACA7 background.


White color preview on #E4ACA7 background

This text has white color on #E4ACA7 background.