COLOR #E9A8E3

HEX: #E9A8E3
RGB: (233,168,227)

Color info

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

RGB color model

#E9A8E3 color RGB value is (233,168,227).

  • red value is 233;
  • green value is 168;
  • blue value is 227.
RGB:
(233,168,227)
(91%,66%,89%)

RGB channels and saturation

R 233 of 255 = 91%
G 168 of 255 = 66%
B 227 of 255 = 89%

233
168
227

R + G + B ~ 82%. #E9A8E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 168 + 227 = 628 (100%)
R 233 of 628 ~ 37.1%
G 168 of 628 ~ 26.75%
B 227 of 628 ~ 36.15%

%37.1
%26.75
%36.15

CMYK color model

#E9A8E3 color CMYK value is (0,28,3,9).

  • cyan value is 0.00%
  • magenta value is 27.90%
  • yellow value is 2.58%
  • key color value is 8.63%
CMYK:
(0,28,3,9)
C0M28Y3K9 
(0%,28%,3%,9%)
(0.00/0.28/0.03/0.09)	

CMYK percentages

%0
%27.9
%2.58
%8.63

Codes

Color #E9A8E3 in popluar color models

E9A8E3
RGB233168227
HSL306°59.63%78.63%
HSB/HSV306°27.90%91.37%
CMYK0.00%27.90%2.58%
8.63%

Color #E9A8E3 in popluar number systems.

HEXE9A8E3
Decimal233168227
Binary111010011010100011100011
Octal351250343

Shades and tints

Shades of #E9A8E3

#E9A8E3
(233,168,227)
#D499CF
(212,153,207)
#BF8ABB
(191,138,187)
#AA7BA7
(170,123,167)
#956C93
(149,108,147)
#805D7F
(128,93,127)
#6B4E6B
(107,78,107)
#563F57
(86,63,87)
#413043
(65,48,67)
#2C212F
(44,33,47)
#17121B
(23,18,27)
#000000
(0,0,0)

Tints of #E9A8E3

#E9A8E3
(233,168,227)
#EBAFE5
(235,175,229)
#EDB6E7
(237,182,231)
#EFBDE9
(239,189,233)
#F1C4EB
(241,196,235)
#F3CBED
(243,203,237)
#F5D2EF
(245,210,239)
#F7D9F1
(247,217,241)
#F9E0F3
(249,224,243)
#FBE7F5
(251,231,245)
#FDEEF7
(253,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9A8E3 color. Also use rgb(233,168,227) instead hex code.

Text Font Color

.myTextColor { color: #E9A8E3; }

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

This text font color is #E9A8E3.


Background Color

.myBgColor { background-color: #E9A8E3; }

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

This div background color is #E9A8E3.


Border color

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

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

This div border color is #E9A8E3.


Opacity

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

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

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

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

This text has shadow with #E9A8E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9A8E3 on black background.


Color preview on white background

This text has color #E9A8E3 on white background.



Black color preview on #E9A8E3 background

This text has black color on #E9A8E3 background.


White color preview on #E9A8E3 background

This text has white color on #E9A8E3 background.