COLOR #E9A9B0

HEX: #E9A9B0 RGB: (233,169,176)

Color info

#E9A9B0 contains mainly red and blue colors. Web safe color of #E9A9B0 is #FF9999 (or #F99).

RGB color model

#E9A9B0 color RGB value is (233,169,176).

RGB: (233,169,176) (91%, 66%, 69%)

RGB channels and saturation

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

233
169
176

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

Portions of RGB colors in percentages

R + G + B = 233 + 169 + 176 = 578 (100%)
R 233 of 578 ~ 40.31%
G 169 of 578 ~ 29.24%
B 176 of 578 ~ 30.45'%

%40.31
%29.24
%30.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.47%
  • yellow value is 24.46%
  • key color value is 8.63%

CMYK: (0,27,24,9)
C0M27Y24K9 (0%, 27%, 24%, 9%)
(0.00 / 0.27 / 0.24 / 0.09)

CMYK percentages

%0
%27.47
%24.46
%8.63

Codes

Color #E9A9B0 in popluar color models

E9 A9 B0
RGB 233 169 176
HSL 353° 59.26% 78.82%
HSB/HSV 353° 27.47% 91.37%
CMYK 0.00% 27.47% 24.46%
8.63%

Color #E9A9B0 in popluar number systems.

HEX E9 A9 B0
Decimal 233 169 176
Binary 11101001 10101001 10110000
Octal 351 251 260

Shades and tints

Shades of #E9A9B0

#E9A9B0
(233,169,176)
#D49AA0
(212,154,160)
#BF8B90
(191,139,144)
#AA7C80
(170,124,128)
#956D70
(149,109,112)
#805E60
(128,94,96)
#6B4F50
(107,79,80)
#564040
(86,64,64)
#413130
(65,49,48)
#2C2220
(44,34,32)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #E9A9B0

#E9A9B0
(233,169,176)
#EBB0B7
(235,176,183)
#EDB7BE
(237,183,190)
#EFBEC5
(239,190,197)
#F1C5CC
(241,197,204)
#F3CCD3
(243,204,211)
#F5D3DA
(245,211,218)
#F7DAE1
(247,218,225)
#F9E1E8
(249,225,232)
#FBE8EF
(251,232,239)
#FDEFF6
(253,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9A9B0; }

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

This text font color is #E9A9B0.

Background Color

.myBgColor { background-color: #E9A9B0; }

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

This div background color is #E9A9B0.

Border color

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

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

This div border color is #E9A9B0.

Opacity

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

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

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

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

This text has shadow with #E9A9B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9A9B0.

Preview

Color preview on black background

This text has color #E9A9B0 on black background.


Color preview on white background

This text has color #E9A9B0 on white background.


Black color preview on #E9A9B0 background

This text has black color on #E9A9B0 background.


White color preview on #E9A9B0 background

This text has white color on #E9A9B0 background.


Related colors

Complementary color

Complementary color for #hex is #16564F.


I love getcolorcode.com

Triadic colors

1 #B0E9A9 and #A9B0E9 with #E9A9B0 are triadic colors.

2 #B0A9E9 and #A9E9B0 with #E9A9B0 are triadic colors.