COLOR #E3AAA6

HEX: #E3AAA6
RGB: (227,170,166)

Color info

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

RGB color model

#E3AAA6 color RGB value is (227,170,166).

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

RGB channels and saturation

R 227 of 255 = 89%
G 170 of 255 = 67%
B 166 of 255 = 65%

227
170
166

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

Portions of RGB colors in percentages

R + G + B =
227 + 170 + 166 = 563 (100%)
R 227 of 563 ~ 40.32%
G 170 of 563 ~ 30.2%
B 166 of 563 ~ 29.48%

%40.32
%30.2
%29.48

CMYK color model

#E3AAA6 color CMYK value is (0,25,27,11).

  • cyan value is 0.00%
  • magenta value is 25.11%
  • yellow value is 26.87%
  • key color value is 10.98%
CMYK:
(0,25,27,11)
C0M25Y27K11 
(0%,25%,27%,11%)
(0.00/0.25/0.27/0.11)	

CMYK percentages

%0
%25.11
%26.87
%10.98

Codes

Color #E3AAA6 in popluar color models

E3AAA6
RGB227170166
HSL52.14%77.06%
HSB/HSV26.87%89.02%
CMYK0.00%25.11%26.87%
10.98%

Color #E3AAA6 in popluar number systems.

HEXE3AAA6
Decimal227170166
Binary111000111010101010100110
Octal343252246

Shades and tints

Shades of #E3AAA6

#E3AAA6
(227,170,166)
#CF9B97
(207,155,151)
#BB8C88
(187,140,136)
#A77D79
(167,125,121)
#936E6A
(147,110,106)
#7F5F5B
(127,95,91)
#6B504C
(107,80,76)
#57413D
(87,65,61)
#43322E
(67,50,46)
#2F231F
(47,35,31)
#1B1410
(27,20,16)
#000000
(0,0,0)

Tints of #E3AAA6

#E3AAA6
(227,170,166)
#E5B1AE
(229,177,174)
#E7B8B6
(231,184,182)
#E9BFBE
(233,191,190)
#EBC6C6
(235,198,198)
#EDCDCE
(237,205,206)
#EFD4D6
(239,212,214)
#F1DBDE
(241,219,222)
#F3E2E6
(243,226,230)
#F5E9EE
(245,233,238)
#F7F0F6
(247,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3AAA6; }

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

This text font color is #E3AAA6.


Background Color

.myBgColor { background-color: #E3AAA6; }

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

This div background color is #E3AAA6.


Border color

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

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

This div border color is #E3AAA6.


Opacity

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

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

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

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

This text has shadow with #E3AAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3AAA6 on black background.


Color preview on white background

This text has color #E3AAA6 on white background.



Black color preview on #E3AAA6 background

This text has black color on #E3AAA6 background.


White color preview on #E3AAA6 background

This text has white color on #E3AAA6 background.