COLOR #E2A9B9

HEX: #E2A9B9
RGB: (226,169,185)

Color info

#E2A9B9 contains red, green and blue colors in about the same proportion. Web safe color of #E2A9B9 is #CC99CC (or #C9C).

RGB color model

#E2A9B9 color RGB value is (226,169,185).

  • red value is 226;
  • green value is 169;
  • blue value is 185.
RGB:
(226,169,185)
(89%,66%,73%)

RGB channels and saturation

R 226 of 255 = 89%
G 169 of 255 = 66%
B 185 of 255 = 73%

226
169
185

R + G + B ~ 76%. #E2A9B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 169 + 185 = 580 (100%)
R 226 of 580 ~ 38.97%
G 169 of 580 ~ 29.14%
B 185 of 580 ~ 31.9%

%38.97
%29.14
%31.9

CMYK color model

#E2A9B9 color CMYK value is (0,25,18,11).

  • cyan value is 0.00%
  • magenta value is 25.22%
  • yellow value is 18.14%
  • key color value is 11.37%
CMYK:
(0,25,18,11)
C0M25Y18K11 
(0%,25%,18%,11%)
(0.00/0.25/0.18/0.11)	

CMYK percentages

%0
%25.22
%18.14
%11.37

Codes

Color #E2A9B9 in popluar color models

E2A9B9
RGB226169185
HSL343°49.57%77.45%
HSB/HSV343°25.22%88.63%
CMYK0.00%25.22%18.14%
11.37%

Color #E2A9B9 in popluar number systems.

HEXE2A9B9
Decimal226169185
Binary111000101010100110111001
Octal342251271

Shades and tints

Shades of #E2A9B9

#E2A9B9
(226,169,185)
#CE9AA9
(206,154,169)
#BA8B99
(186,139,153)
#A67C89
(166,124,137)
#926D79
(146,109,121)
#7E5E69
(126,94,105)
#6A4F59
(106,79,89)
#564049
(86,64,73)
#423139
(66,49,57)
#2E2229
(46,34,41)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #E2A9B9

#E2A9B9
(226,169,185)
#E4B0BF
(228,176,191)
#E6B7C5
(230,183,197)
#E8BECB
(232,190,203)
#EAC5D1
(234,197,209)
#ECCCD7
(236,204,215)
#EED3DD
(238,211,221)
#F0DAE3
(240,218,227)
#F2E1E9
(242,225,233)
#F4E8EF
(244,232,239)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2A9B9; }

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

This text font color is #E2A9B9.


Background Color

.myBgColor { background-color: #E2A9B9; }

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

This div background color is #E2A9B9.


Border color

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

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

This div border color is #E2A9B9.


Opacity

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

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

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

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

This text has shadow with #E2A9B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A9B9 on black background.


Color preview on white background

This text has color #E2A9B9 on white background.



Black color preview on #E2A9B9 background

This text has black color on #E2A9B9 background.


White color preview on #E2A9B9 background

This text has white color on #E2A9B9 background.