COLOR #E9A9A9

HEX: #E9A9A9
RGB: (233,169,169)

Color info

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

RGB color model

#E9A9A9 color RGB value is (233,169,169).

  • red value is 233;
  • green value is 169;
  • blue value is 169.
RGB:
(233,169,169)
(91%,66%,66%)

RGB channels and saturation

R 233 of 255 = 91%
G 169 of 255 = 66%
B 169 of 255 = 66%

233
169
169

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

Portions of RGB colors in percentages

R + G + B =
233 + 169 + 169 = 571 (100%)
R 233 of 571 ~ 40.81%
G 169 of 571 ~ 29.6%
B 169 of 571 ~ 29.6%

%40.81
%29.6
%29.6

CMYK color model

#E9A9A9 color CMYK value is (0,27,27,9).

  • cyan value is 0.00%
  • magenta value is 27.47%
  • yellow value is 27.47%
  • key color value is 8.63%
CMYK:
(0,27,27,9)
C0M27Y27K9 
(0%,27%,27%,9%)
(0.00/0.27/0.27/0.09)	

CMYK percentages

%0
%27.47
%27.47
%8.63

Codes

Color #E9A9A9 in popluar color models

E9A9A9
RGB233169169
HSL59.26%78.82%
HSB/HSV27.47%91.37%
CMYK0.00%27.47%27.47%
8.63%

Color #E9A9A9 in popluar number systems.

HEXE9A9A9
Decimal233169169
Binary111010011010100110101001
Octal351251251

Shades and tints

Shades of #E9A9A9

#E9A9A9
(233,169,169)
#D49A9A
(212,154,154)
#BF8B8B
(191,139,139)
#AA7C7C
(170,124,124)
#956D6D
(149,109,109)
#805E5E
(128,94,94)
#6B4F4F
(107,79,79)
#564040
(86,64,64)
#413131
(65,49,49)
#2C2222
(44,34,34)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #E9A9A9

#E9A9A9
(233,169,169)
#EBB0B0
(235,176,176)
#EDB7B7
(237,183,183)
#EFBEBE
(239,190,190)
#F1C5C5
(241,197,197)
#F3CCCC
(243,204,204)
#F5D3D3
(245,211,211)
#F7DADA
(247,218,218)
#F9E1E1
(249,225,225)
#FBE8E8
(251,232,232)
#FDEFEF
(253,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9A9A9; }

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

This text font color is #E9A9A9.


Background Color

.myBgColor { background-color: #E9A9A9; }

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

This div background color is #E9A9A9.


Border color

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

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

This div border color is #E9A9A9.


Opacity

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

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

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

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

This text has shadow with #E9A9A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9A9A9 on black background.


Color preview on white background

This text has color #E9A9A9 on white background.



Black color preview on #E9A9A9 background

This text has black color on #E9A9A9 background.


White color preview on #E9A9A9 background

This text has white color on #E9A9A9 background.