COLOR #E9A4A6

HEX: #E9A4A6
RGB: (233,164,166)

Color info

#E9A4A6 contains mainly red color. Web safe color of #E9A4A6 is #FF9999 (or #F99).

RGB color model

#E9A4A6 color RGB value is (233,164,166).

  • red value is 233;
  • green value is 164;
  • blue value is 166.
RGB:
(233,164,166)
(91%,64%,65%)

RGB channels and saturation

R 233 of 255 = 91%
G 164 of 255 = 64%
B 166 of 255 = 65%

233
164
166

R + G + B ~ 73%. #E9A4A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 164 + 166 = 563 (100%)
R 233 of 563 ~ 41.39%
G 164 of 563 ~ 29.13%
B 166 of 563 ~ 29.48%

%41.39
%29.13
%29.48

CMYK color model

#E9A4A6 color CMYK value is (0,30,29,9).

  • cyan value is 0.00%
  • magenta value is 29.61%
  • yellow value is 28.76%
  • key color value is 8.63%
CMYK:
(0,30,29,9)
C0M30Y29K9 
(0%,30%,29%,9%)
(0.00/0.30/0.29/0.09)	

CMYK percentages

%0
%29.61
%28.76
%8.63

Codes

Color #E9A4A6 in popluar color models

E9A4A6
RGB233164166
HSL358°61.06%77.84%
HSB/HSV358°29.61%91.37%
CMYK0.00%29.61%28.76%
8.63%

Color #E9A4A6 in popluar number systems.

HEXE9A4A6
Decimal233164166
Binary111010011010010010100110
Octal351244246

Shades and tints

Shades of #E9A4A6

#E9A4A6
(233,164,166)
#D49697
(212,150,151)
#BF8888
(191,136,136)
#AA7A79
(170,122,121)
#956C6A
(149,108,106)
#805E5B
(128,94,91)
#6B504C
(107,80,76)
#56423D
(86,66,61)
#41342E
(65,52,46)
#2C261F
(44,38,31)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #E9A4A6

#E9A4A6
(233,164,166)
#EBACAE
(235,172,174)
#EDB4B6
(237,180,182)
#EFBCBE
(239,188,190)
#F1C4C6
(241,196,198)
#F3CCCE
(243,204,206)
#F5D4D6
(245,212,214)
#F7DCDE
(247,220,222)
#F9E4E6
(249,228,230)
#FBECEE
(251,236,238)
#FDF4F6
(253,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9A4A6 color. Also use rgb(233,164,166) instead hex code.

Text Font Color

.myTextColor { color: #E9A4A6; }

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

This text font color is #E9A4A6.


Background Color

.myBgColor { background-color: #E9A4A6; }

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

This div background color is #E9A4A6.


Border color

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

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

This div border color is #E9A4A6.


Opacity

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

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

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

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

This text has shadow with #E9A4A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9A4A6 on black background.


Color preview on white background

This text has color #E9A4A6 on white background.



Black color preview on #E9A4A6 background

This text has black color on #E9A4A6 background.


White color preview on #E9A4A6 background

This text has white color on #E9A4A6 background.