COLOR #E9A9C8

HEX: #E9A9C8
RGB: (233,169,200)

Color info

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

RGB color model

#E9A9C8 color RGB value is (233,169,200).

  • red value is 233;
  • green value is 169;
  • blue value is 200.
RGB:
(233,169,200)
(91%,66%,78%)

RGB channels and saturation

R 233 of 255 = 91%
G 169 of 255 = 66%
B 200 of 255 = 78%

233
169
200

R + G + B ~ 78%. #E9A9C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 169 + 200 = 602 (100%)
R 233 of 602 ~ 38.7%
G 169 of 602 ~ 28.07%
B 200 of 602 ~ 33.22%

%38.7
%28.07
%33.22

CMYK color model

#E9A9C8 color CMYK value is (0,27,14,9).

  • cyan value is 0.00%
  • magenta value is 27.47%
  • yellow value is 14.16%
  • key color value is 8.63%
CMYK:
(0,27,14,9)
C0M27Y14K9 
(0%,27%,14%,9%)
(0.00/0.27/0.14/0.09)	

CMYK percentages

%0
%27.47
%14.16
%8.63

Codes

Color #E9A9C8 in popluar color models

E9A9C8
RGB233169200
HSL331°59.26%78.82%
HSB/HSV331°27.47%91.37%
CMYK0.00%27.47%14.16%
8.63%

Color #E9A9C8 in popluar number systems.

HEXE9A9C8
Decimal233169200
Binary111010011010100111001000
Octal351251310

Shades and tints

Shades of #E9A9C8

#E9A9C8
(233,169,200)
#D49AB6
(212,154,182)
#BF8BA4
(191,139,164)
#AA7C92
(170,124,146)
#956D80
(149,109,128)
#805E6E
(128,94,110)
#6B4F5C
(107,79,92)
#56404A
(86,64,74)
#413138
(65,49,56)
#2C2226
(44,34,38)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #E9A9C8

#E9A9C8
(233,169,200)
#EBB0CD
(235,176,205)
#EDB7D2
(237,183,210)
#EFBED7
(239,190,215)
#F1C5DC
(241,197,220)
#F3CCE1
(243,204,225)
#F5D3E6
(245,211,230)
#F7DAEB
(247,218,235)
#F9E1F0
(249,225,240)
#FBE8F5
(251,232,245)
#FDEFFA
(253,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9A9C8; }

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

This text font color is #E9A9C8.


Background Color

.myBgColor { background-color: #E9A9C8; }

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

This div background color is #E9A9C8.


Border color

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

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

This div border color is #E9A9C8.


Opacity

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

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

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

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

This text has shadow with #E9A9C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9A9C8 on black background.


Color preview on white background

This text has color #E9A9C8 on white background.



Black color preview on #E9A9C8 background

This text has black color on #E9A9C8 background.


White color preview on #E9A9C8 background

This text has white color on #E9A9C8 background.