COLOR #E6AAA4

HEX: #E6AAA4 RGB: (230,170,164)

Color info

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

RGB color model

#E6AAA4 color RGB value is (230,170,164).

RGB: (230,170,164) (90%, 67%, 64%)

RGB channels and saturation

R 230 of 255 = 90%
G 170 of 255 = 67%
B 164 of 255 = 64%

230
170
164

R + G + B ~ 74%. #E6AAA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 170 + 164 = 564 (100%)
R 230 of 564 ~ 40.78%
G 170 of 564 ~ 30.14%
B 164 of 564 ~ 29.08'%

%40.78
%30.14
%29.08

CMYK color model

#E6AAA4 color CMYK value is (0,26,29,10).

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

CMYK: (0,26,29,10)
C0M26Y29K10 (0%, 26%, 29%, 10%)
(0.00 / 0.26 / 0.29 / 0.10)

CMYK percentages

%0
%26.09
%28.7
%9.8

Codes

Color #E6AAA4 in popluar color models

E6 AA A4
RGB 230 170 164
HSL 56.90% 77.25%
HSB/HSV 28.70% 90.20%
CMYK 0.00% 26.09% 28.70%
9.80%

Color #E6AAA4 in popluar number systems.

HEX E6 AA A4
Decimal 230 170 164
Binary 11100110 10101010 10100100
Octal 346 252 244

Shades and tints

Shades of #E6AAA4

#E6AAA4
(230,170,164)
#D29B96
(210,155,150)
#BE8C88
(190,140,136)
#AA7D7A
(170,125,122)
#966E6C
(150,110,108)
#825F5E
(130,95,94)
#6E5050
(110,80,80)
#5A4142
(90,65,66)
#463234
(70,50,52)
#322326
(50,35,38)
#1E1418
(30,20,24)
#000000
(0,0,0)

Tints of #E6AAA4

#E6AAA4
(230,170,164)
#E8B1AC
(232,177,172)
#EAB8B4
(234,184,180)
#ECBFBC
(236,191,188)
#EEC6C4
(238,198,196)
#F0CDCC
(240,205,204)
#F2D4D4
(242,212,212)
#F4DBDC
(244,219,220)
#F6E2E4
(246,226,228)
#F8E9EC
(248,233,236)
#FAF0F4
(250,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6AAA4; }

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

This text font color is #E6AAA4.

Background Color

.myBgColor { background-color: #E6AAA4; }

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

This div background color is #E6AAA4.

Border color

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

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

This div border color is #E6AAA4.

Opacity

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

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

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

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

This text has shadow with #E6AAA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6AAA4.

Preview

Color preview on black background

This text has color #E6AAA4 on black background.


Color preview on white background

This text has color #E6AAA4 on white background.


Black color preview on #E6AAA4 background

This text has black color on #E6AAA4 background.


White color preview on #E6AAA4 background

This text has white color on #E6AAA4 background.


Related colors

Complementary color

Complementary color for #hex is #19555B.


I love getcolorcode.com

Triadic colors

1 #A4E6AA and #AAA4E6 with #E6AAA4 are triadic colors.

2 #A4AAE6 and #AAE6A4 with #E6AAA4 are triadic colors.