COLOR #E9A9D7

HEX: #E9A9D7 RGB: (233,169,215)

Color info

#E9A9D7 contains mainly red and blue colors. Web safe color of #E9A9D7 is #FF99CC (or #F9C).

RGB color model

#E9A9D7 color RGB value is (233,169,215).

RGB: (233,169,215) (91%, 66%, 84%)

RGB channels and saturation

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

233
169
215

R + G + B ~ 80%. #E9A9D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 169 + 215 = 617 (100%)
R 233 of 617 ~ 37.76%
G 169 of 617 ~ 27.39%
B 215 of 617 ~ 34.85'%

%37.76
%27.39
%34.85

CMYK color model

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

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

CMYK: (0,27,8,9)
C0M27Y8K9 (0%, 27%, 8%, 9%)
(0.00 / 0.27 / 0.08 / 0.09)

CMYK percentages

%0
%27.47
%7.73
%8.63

Codes

Color #E9A9D7 in popluar color models

E9 A9 D7
RGB 233 169 215
HSL 317° 59.26% 78.82%
HSB/HSV 317° 27.47% 91.37%
CMYK 0.00% 27.47% 7.73%
8.63%

Color #E9A9D7 in popluar number systems.

HEX E9 A9 D7
Decimal 233 169 215
Binary 11101001 10101001 11010111
Octal 351 251 327

Shades and tints

Shades of #E9A9D7

#E9A9D7
(233,169,215)
#D49AC4
(212,154,196)
#BF8BB1
(191,139,177)
#AA7C9E
(170,124,158)
#956D8B
(149,109,139)
#805E78
(128,94,120)
#6B4F65
(107,79,101)
#564052
(86,64,82)
#41313F
(65,49,63)
#2C222C
(44,34,44)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #E9A9D7

#E9A9D7
(233,169,215)
#EBB0DA
(235,176,218)
#EDB7DD
(237,183,221)
#EFBEE0
(239,190,224)
#F1C5E3
(241,197,227)
#F3CCE6
(243,204,230)
#F5D3E9
(245,211,233)
#F7DAEC
(247,218,236)
#F9E1EF
(249,225,239)
#FBE8F2
(251,232,242)
#FDEFF5
(253,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9A9D7; }

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

This text font color is #E9A9D7.

Background Color

.myBgColor { background-color: #E9A9D7; }

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

This div background color is #E9A9D7.

Border color

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

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

This div border color is #E9A9D7.

Opacity

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

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

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

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

This text has shadow with #E9A9D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9A9D7.

Preview

Color preview on black background

This text has color #E9A9D7 on black background.


Color preview on white background

This text has color #E9A9D7 on white background.


Black color preview on #E9A9D7 background

This text has black color on #E9A9D7 background.


White color preview on #E9A9D7 background

This text has white color on #E9A9D7 background.


Related colors

Complementary color

Complementary color for #hex is #165628.


I love getcolorcode.com

Triadic colors

1 #D7E9A9 and #A9D7E9 with #E9A9D7 are triadic colors.

2 #D7A9E9 and #A9E9D7 with #E9A9D7 are triadic colors.