COLOR #E3AA7E

HEX: #E3AA7E
RGB: (227,170,126)

Color info

#E3AA7E contains mainly red and green colors. Web safe color of #E3AA7E is #CC9966 (or #C96).

RGB color model

#E3AA7E color RGB value is (227,170,126).

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

RGB channels and saturation

R 227 of 255 = 89%
G 170 of 255 = 67%
B 126 of 255 = 49%

227
170
126

R + G + B ~ 68%. #E3AA7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 170 + 126 = 523 (100%)
R 227 of 523 ~ 43.4%
G 170 of 523 ~ 32.5%
B 126 of 523 ~ 24.09%

%43.4
%32.5
%24.09

CMYK color model

#E3AA7E color CMYK value is (0,25,44,11).

  • cyan value is 0.00%
  • magenta value is 25.11%
  • yellow value is 44.49%
  • key color value is 10.98%
CMYK:
(0,25,44,11)
C0M25Y44K11 
(0%,25%,44%,11%)
(0.00/0.25/0.44/0.11)	

CMYK percentages

%0
%25.11
%44.49
%10.98

Codes

Color #E3AA7E in popluar color models

E3AA7E
RGB227170126
HSL26°64.33%69.22%
HSB/HSV26°44.49%89.02%
CMYK0.00%25.11%44.49%
10.98%

Color #E3AA7E in popluar number systems.

HEXE3AA7E
Decimal227170126
Binary11100011101010101111110
Octal343252176

Shades and tints

Shades of #E3AA7E

#E3AA7E
(227,170,126)
#CF9B73
(207,155,115)
#BB8C68
(187,140,104)
#A77D5D
(167,125,93)
#936E52
(147,110,82)
#7F5F47
(127,95,71)
#6B503C
(107,80,60)
#574131
(87,65,49)
#433226
(67,50,38)
#2F231B
(47,35,27)
#1B1410
(27,20,16)
#000000
(0,0,0)

Tints of #E3AA7E

#E3AA7E
(227,170,126)
#E5B189
(229,177,137)
#E7B894
(231,184,148)
#E9BF9F
(233,191,159)
#EBC6AA
(235,198,170)
#EDCDB5
(237,205,181)
#EFD4C0
(239,212,192)
#F1DBCB
(241,219,203)
#F3E2D6
(243,226,214)
#F5E9E1
(245,233,225)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3AA7E; }

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

This text font color is #E3AA7E.


Background Color

.myBgColor { background-color: #E3AA7E; }

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

This div background color is #E3AA7E.


Border color

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

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

This div border color is #E3AA7E.


Opacity

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

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

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

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

This text has shadow with #E3AA7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3AA7E on black background.


Color preview on white background

This text has color #E3AA7E on white background.



Black color preview on #E3AA7E background

This text has black color on #E3AA7E background.


White color preview on #E3AA7E background

This text has white color on #E3AA7E background.