COLOR #E2A9B3

HEX: #E2A9B3
RGB: (226,169,179)

Color info

#E2A9B3 contains red, green and blue colors in about the same proportion. Web safe color of #E2A9B3 is #CC9999 (or #C99).

RGB color model

#E2A9B3 color RGB value is (226,169,179).

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

RGB channels and saturation

R 226 of 255 = 89%
G 169 of 255 = 66%
B 179 of 255 = 70%

226
169
179

R + G + B ~ 75%. #E2A9B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 169 + 179 = 574 (100%)
R 226 of 574 ~ 39.37%
G 169 of 574 ~ 29.44%
B 179 of 574 ~ 31.18%

%39.37
%29.44
%31.18

CMYK color model

#E2A9B3 color CMYK value is (0,25,21,11).

  • cyan value is 0.00%
  • magenta value is 25.22%
  • yellow value is 20.80%
  • key color value is 11.37%
CMYK:
(0,25,21,11)
C0M25Y21K11 
(0%,25%,21%,11%)
(0.00/0.25/0.21/0.11)	

CMYK percentages

%0
%25.22
%20.8
%11.37

Codes

Color #E2A9B3 in popluar color models

E2A9B3
RGB226169179
HSL349°49.57%77.45%
HSB/HSV349°25.22%88.63%
CMYK0.00%25.22%20.80%
11.37%

Color #E2A9B3 in popluar number systems.

HEXE2A9B3
Decimal226169179
Binary111000101010100110110011
Octal342251263

Shades and tints

Shades of #E2A9B3

#E2A9B3
(226,169,179)
#CE9AA3
(206,154,163)
#BA8B93
(186,139,147)
#A67C83
(166,124,131)
#926D73
(146,109,115)
#7E5E63
(126,94,99)
#6A4F53
(106,79,83)
#564043
(86,64,67)
#423133
(66,49,51)
#2E2223
(46,34,35)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #E2A9B3

#E2A9B3
(226,169,179)
#E4B0B9
(228,176,185)
#E6B7BF
(230,183,191)
#E8BEC5
(232,190,197)
#EAC5CB
(234,197,203)
#ECCCD1
(236,204,209)
#EED3D7
(238,211,215)
#F0DADD
(240,218,221)
#F2E1E3
(242,225,227)
#F4E8E9
(244,232,233)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2A9B3; }

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

This text font color is #E2A9B3.


Background Color

.myBgColor { background-color: #E2A9B3; }

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

This div background color is #E2A9B3.


Border color

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

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

This div border color is #E2A9B3.


Opacity

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

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

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

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

This text has shadow with #E2A9B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A9B3 on black background.


Color preview on white background

This text has color #E2A9B3 on white background.



Black color preview on #E2A9B3 background

This text has black color on #E2A9B3 background.


White color preview on #E2A9B3 background

This text has white color on #E2A9B3 background.