COLOR #E3AC91

HEX: #E3AC91
RGB: (227,172,145)

Color info

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

RGB color model

#E3AC91 color RGB value is (227,172,145).

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

RGB channels and saturation

R 227 of 255 = 89%
G 172 of 255 = 67%
B 145 of 255 = 57%

227
172
145

R + G + B ~ 71%. #E3AC91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 172 + 145 = 544 (100%)
R 227 of 544 ~ 41.73%
G 172 of 544 ~ 31.62%
B 145 of 544 ~ 26.65%

%41.73
%31.62
%26.65

CMYK color model

#E3AC91 color CMYK value is (0,24,36,11).

  • cyan value is 0.00%
  • magenta value is 24.23%
  • yellow value is 36.12%
  • key color value is 10.98%
CMYK:
(0,24,36,11)
C0M24Y36K11 
(0%,24%,36%,11%)
(0.00/0.24/0.36/0.11)	

CMYK percentages

%0
%24.23
%36.12
%10.98

Codes

Color #E3AC91 in popluar color models

E3AC91
RGB227172145
HSL20°59.42%72.94%
HSB/HSV20°36.12%89.02%
CMYK0.00%24.23%36.12%
10.98%

Color #E3AC91 in popluar number systems.

HEXE3AC91
Decimal227172145
Binary111000111010110010010001
Octal343254221

Shades and tints

Shades of #E3AC91

#E3AC91
(227,172,145)
#CF9D84
(207,157,132)
#BB8E77
(187,142,119)
#A77F6A
(167,127,106)
#93705D
(147,112,93)
#7F6150
(127,97,80)
#6B5243
(107,82,67)
#574336
(87,67,54)
#433429
(67,52,41)
#2F251C
(47,37,28)
#1B160F
(27,22,15)
#000000
(0,0,0)

Tints of #E3AC91

#E3AC91
(227,172,145)
#E5B39B
(229,179,155)
#E7BAA5
(231,186,165)
#E9C1AF
(233,193,175)
#EBC8B9
(235,200,185)
#EDCFC3
(237,207,195)
#EFD6CD
(239,214,205)
#F1DDD7
(241,221,215)
#F3E4E1
(243,228,225)
#F5EBEB
(245,235,235)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3AC91; }

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

This text font color is #E3AC91.


Background Color

.myBgColor { background-color: #E3AC91; }

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

This div background color is #E3AC91.


Border color

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

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

This div border color is #E3AC91.


Opacity

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

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

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

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

This text has shadow with #E3AC91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3AC91 on black background.


Color preview on white background

This text has color #E3AC91 on white background.



Black color preview on #E3AC91 background

This text has black color on #E3AC91 background.


White color preview on #E3AC91 background

This text has white color on #E3AC91 background.