COLOR #E6AA82

HEX: #E6AA82
RGB: (230,170,130)

Color info

#E6AA82 contains mainly red color. Web safe color of #E6AA82 is #CC9999 (or #C99).

RGB color model

#E6AA82 color RGB value is (230,170,130).

  • red value is 230;
  • green value is 170;
  • blue value is 130.
RGB:
(230,170,130)
(90%,67%,51%)

RGB channels and saturation

R 230 of 255 = 90%
G 170 of 255 = 67%
B 130 of 255 = 51%

230
170
130

R + G + B ~ 69%. #E6AA82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 170 + 130 = 530 (100%)
R 230 of 530 ~ 43.4%
G 170 of 530 ~ 32.08%
B 130 of 530 ~ 24.53%

%43.4
%32.08
%24.53

CMYK color model

#E6AA82 color CMYK value is (0,26,43,10).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 43.48%
  • key color value is 9.80%
CMYK:
(0,26,43,10)
C0M26Y43K10 
(0%,26%,43%,10%)
(0.00/0.26/0.43/0.10)	

CMYK percentages

%0
%26.09
%43.48
%9.8

Codes

Color #E6AA82 in popluar color models

E6AA82
RGB230170130
HSL24°66.67%70.59%
HSB/HSV24°43.48%90.20%
CMYK0.00%26.09%43.48%
9.80%

Color #E6AA82 in popluar number systems.

HEXE6AA82
Decimal230170130
Binary111001101010101010000010
Octal346252202

Shades and tints

Shades of #E6AA82

#E6AA82
(230,170,130)
#D29B77
(210,155,119)
#BE8C6C
(190,140,108)
#AA7D61
(170,125,97)
#966E56
(150,110,86)
#825F4B
(130,95,75)
#6E5040
(110,80,64)
#5A4135
(90,65,53)
#46322A
(70,50,42)
#32231F
(50,35,31)
#1E1414
(30,20,20)
#000000
(0,0,0)

Tints of #E6AA82

#E6AA82
(230,170,130)
#E8B18D
(232,177,141)
#EAB898
(234,184,152)
#ECBFA3
(236,191,163)
#EEC6AE
(238,198,174)
#F0CDB9
(240,205,185)
#F2D4C4
(242,212,196)
#F4DBCF
(244,219,207)
#F6E2DA
(246,226,218)
#F8E9E5
(248,233,229)
#FAF0F0
(250,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6AA82 color. Also use rgb(230,170,130) instead hex code.

Text Font Color

.myTextColor { color: #E6AA82; }

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

This text font color is #E6AA82.


Background Color

.myBgColor { background-color: #E6AA82; }

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

This div background color is #E6AA82.


Border color

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

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

This div border color is #E6AA82.


Opacity

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

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

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

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

This text has shadow with #E6AA82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6AA82 on black background.


Color preview on white background

This text has color #E6AA82 on white background.



Black color preview on #E6AA82 background

This text has black color on #E6AA82 background.


White color preview on #E6AA82 background

This text has white color on #E6AA82 background.