COLOR #E1A9B7

HEX: #E1A9B7
RGB: (225,169,183)

Color info

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

RGB color model

#E1A9B7 color RGB value is (225,169,183).

  • red value is 225;
  • green value is 169;
  • blue value is 183.
RGB:
(225,169,183)
(88%,66%,72%)

RGB channels and saturation

R 225 of 255 = 88%
G 169 of 255 = 66%
B 183 of 255 = 72%

225
169
183

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

Portions of RGB colors in percentages

R + G + B =
225 + 169 + 183 = 577 (100%)
R 225 of 577 ~ 38.99%
G 169 of 577 ~ 29.29%
B 183 of 577 ~ 31.72%

%38.99
%29.29
%31.72

CMYK color model

#E1A9B7 color CMYK value is (0,25,19,12).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 18.67%
  • key color value is 11.76%
CMYK:
(0,25,19,12)
C0M25Y19K12 
(0%,25%,19%,12%)
(0.00/0.25/0.19/0.12)	

CMYK percentages

%0
%24.89
%18.67
%11.76

Codes

Color #E1A9B7 in popluar color models

E1A9B7
RGB225169183
HSL345°48.28%77.25%
HSB/HSV345°24.89%88.24%
CMYK0.00%24.89%18.67%
11.76%

Color #E1A9B7 in popluar number systems.

HEXE1A9B7
Decimal225169183
Binary111000011010100110110111
Octal341251267

Shades and tints

Shades of #E1A9B7

#E1A9B7
(225,169,183)
#CD9AA7
(205,154,167)
#B98B97
(185,139,151)
#A57C87
(165,124,135)
#916D77
(145,109,119)
#7D5E67
(125,94,103)
#694F57
(105,79,87)
#554047
(85,64,71)
#413137
(65,49,55)
#2D2227
(45,34,39)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #E1A9B7

#E1A9B7
(225,169,183)
#E3B0BD
(227,176,189)
#E5B7C3
(229,183,195)
#E7BEC9
(231,190,201)
#E9C5CF
(233,197,207)
#EBCCD5
(235,204,213)
#EDD3DB
(237,211,219)
#EFDAE1
(239,218,225)
#F1E1E7
(241,225,231)
#F3E8ED
(243,232,237)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1A9B7; }

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

This text font color is #E1A9B7.


Background Color

.myBgColor { background-color: #E1A9B7; }

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

This div background color is #E1A9B7.


Border color

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

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

This div border color is #E1A9B7.


Opacity

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

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

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

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

This text has shadow with #E1A9B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A9B7 on black background.


Color preview on white background

This text has color #E1A9B7 on white background.



Black color preview on #E1A9B7 background

This text has black color on #E1A9B7 background.


White color preview on #E1A9B7 background

This text has white color on #E1A9B7 background.