COLOR #E6AA95

HEX: #E6AA95 RGB: (230,170,149)

Color info

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

RGB color model

#E6AA95 color RGB value is (230,170,149).

RGB: (230,170,149) (90%, 67%, 58%)

RGB channels and saturation

R 230 of 255 = 90%
G 170 of 255 = 67%
B 149 of 255 = 58%

230
170
149

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

Portions of RGB colors in percentages

R + G + B = 230 + 170 + 149 = 549 (100%)
R 230 of 549 ~ 41.89%
G 170 of 549 ~ 30.97%
B 149 of 549 ~ 27.14'%

%41.89
%30.97
%27.14

CMYK color model

#E6AA95 color CMYK value is (0,26,35,10).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 35.22%
  • key color value is 9.80%

CMYK: (0,26,35,10)
C0M26Y35K10 (0%, 26%, 35%, 10%)
(0.00 / 0.26 / 0.35 / 0.10)

CMYK percentages

%0
%26.09
%35.22
%9.8

Codes

Color #E6AA95 in popluar color models

E6 AA 95
RGB 230 170 149
HSL 16° 61.83% 74.31%
HSB/HSV 16° 35.22% 90.20%
CMYK 0.00% 26.09% 35.22%
9.80%

Color #E6AA95 in popluar number systems.

HEX E6 AA 95
Decimal 230 170 149
Binary 11100110 10101010 10010101
Octal 346 252 225

Shades and tints

Shades of #E6AA95

#E6AA95
(230,170,149)
#D29B88
(210,155,136)
#BE8C7B
(190,140,123)
#AA7D6E
(170,125,110)
#966E61
(150,110,97)
#825F54
(130,95,84)
#6E5047
(110,80,71)
#5A413A
(90,65,58)
#46322D
(70,50,45)
#322320
(50,35,32)
#1E1413
(30,20,19)
#000000
(0,0,0)

Tints of #E6AA95

#E6AA95
(230,170,149)
#E8B19E
(232,177,158)
#EAB8A7
(234,184,167)
#ECBFB0
(236,191,176)
#EEC6B9
(238,198,185)
#F0CDC2
(240,205,194)
#F2D4CB
(242,212,203)
#F4DBD4
(244,219,212)
#F6E2DD
(246,226,221)
#F8E9E6
(248,233,230)
#FAF0EF
(250,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6AA95; }

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

This text font color is #E6AA95.

Background Color

.myBgColor { background-color: #E6AA95; }

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

This div background color is #E6AA95.

Border color

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

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

This div border color is #E6AA95.

Opacity

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

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

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

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

This text has shadow with #E6AA95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6AA95.

Preview

Color preview on black background

This text has color #E6AA95 on black background.


Color preview on white background

This text has color #E6AA95 on white background.


Black color preview on #E6AA95 background

This text has black color on #E6AA95 background.


White color preview on #E6AA95 background

This text has white color on #E6AA95 background.


Related colors

Complementary color

Complementary color for #hex is #19556A.


I love getcolorcode.com

Triadic colors

1 #95E6AA and #AA95E6 with #E6AA95 are triadic colors.

2 #95AAE6 and #AAE695 with #E6AA95 are triadic colors.