COLOR #E3AA96

HEX: #E3AA96
RGB: (227,170,150)

Color info

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

RGB color model

#E3AA96 color RGB value is (227,170,150).

  • red value is 227;
  • green value is 170;
  • blue value is 150.
RGB:
(227,170,150)
(89%,67%,59%)

RGB channels and saturation

R 227 of 255 = 89%
G 170 of 255 = 67%
B 150 of 255 = 59%

227
170
150

R + G + B ~ 72%. #E3AA96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 170 + 150 = 547 (100%)
R 227 of 547 ~ 41.5%
G 170 of 547 ~ 31.08%
B 150 of 547 ~ 27.42%

%41.5
%31.08
%27.42

CMYK color model

#E3AA96 color CMYK value is (0,25,34,11).

  • cyan value is 0.00%
  • magenta value is 25.11%
  • yellow value is 33.92%
  • key color value is 10.98%
CMYK:
(0,25,34,11)
C0M25Y34K11 
(0%,25%,34%,11%)
(0.00/0.25/0.34/0.11)	

CMYK percentages

%0
%25.11
%33.92
%10.98

Codes

Color #E3AA96 in popluar color models

E3AA96
RGB227170150
HSL16°57.89%73.92%
HSB/HSV16°33.92%89.02%
CMYK0.00%25.11%33.92%
10.98%

Color #E3AA96 in popluar number systems.

HEXE3AA96
Decimal227170150
Binary111000111010101010010110
Octal343252226

Shades and tints

Shades of #E3AA96

#E3AA96
(227,170,150)
#CF9B89
(207,155,137)
#BB8C7C
(187,140,124)
#A77D6F
(167,125,111)
#936E62
(147,110,98)
#7F5F55
(127,95,85)
#6B5048
(107,80,72)
#57413B
(87,65,59)
#43322E
(67,50,46)
#2F2321
(47,35,33)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #E3AA96

#E3AA96
(227,170,150)
#E5B19F
(229,177,159)
#E7B8A8
(231,184,168)
#E9BFB1
(233,191,177)
#EBC6BA
(235,198,186)
#EDCDC3
(237,205,195)
#EFD4CC
(239,212,204)
#F1DBD5
(241,219,213)
#F3E2DE
(243,226,222)
#F5E9E7
(245,233,231)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3AA96 color. Also use rgb(227,170,150) instead hex code.

Text Font Color

.myTextColor { color: #E3AA96; }

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

This text font color is #E3AA96.


Background Color

.myBgColor { background-color: #E3AA96; }

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

This div background color is #E3AA96.


Border color

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

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

This div border color is #E3AA96.


Opacity

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

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

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

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

This text has shadow with #E3AA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3AA96 on black background.


Color preview on white background

This text has color #E3AA96 on white background.



Black color preview on #E3AA96 background

This text has black color on #E3AA96 background.


White color preview on #E3AA96 background

This text has white color on #E3AA96 background.