COLOR #E9A6CF

HEX: #E9A6CF
RGB: (233,166,207)

Color info

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

RGB color model

#E9A6CF color RGB value is (233,166,207).

  • red value is 233;
  • green value is 166;
  • blue value is 207.
RGB:
(233,166,207)
(91%,65%,81%)

RGB channels and saturation

R 233 of 255 = 91%
G 166 of 255 = 65%
B 207 of 255 = 81%

233
166
207

R + G + B ~ 79%. #E9A6CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 166 + 207 = 606 (100%)
R 233 of 606 ~ 38.45%
G 166 of 606 ~ 27.39%
B 207 of 606 ~ 34.16%

%38.45
%27.39
%34.16

CMYK color model

#E9A6CF color CMYK value is (0,29,11,9).

  • cyan value is 0.00%
  • magenta value is 28.76%
  • yellow value is 11.16%
  • key color value is 8.63%
CMYK:
(0,29,11,9)
C0M29Y11K9 
(0%,29%,11%,9%)
(0.00/0.29/0.11/0.09)	

CMYK percentages

%0
%28.76
%11.16
%8.63

Codes

Color #E9A6CF in popluar color models

E9A6CF
RGB233166207
HSL323°60.36%78.24%
HSB/HSV323°28.76%91.37%
CMYK0.00%28.76%11.16%
8.63%

Color #E9A6CF in popluar number systems.

HEXE9A6CF
Decimal233166207
Binary111010011010011011001111
Octal351246317

Shades and tints

Shades of #E9A6CF

#E9A6CF
(233,166,207)
#D497BD
(212,151,189)
#BF88AB
(191,136,171)
#AA7999
(170,121,153)
#956A87
(149,106,135)
#805B75
(128,91,117)
#6B4C63
(107,76,99)
#563D51
(86,61,81)
#412E3F
(65,46,63)
#2C1F2D
(44,31,45)
#17101B
(23,16,27)
#000000
(0,0,0)

Tints of #E9A6CF

#E9A6CF
(233,166,207)
#EBAED3
(235,174,211)
#EDB6D7
(237,182,215)
#EFBEDB
(239,190,219)
#F1C6DF
(241,198,223)
#F3CEE3
(243,206,227)
#F5D6E7
(245,214,231)
#F7DEEB
(247,222,235)
#F9E6EF
(249,230,239)
#FBEEF3
(251,238,243)
#FDF6F7
(253,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9A6CF color. Also use rgb(233,166,207) instead hex code.

Text Font Color

.myTextColor { color: #E9A6CF; }

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

This text font color is #E9A6CF.


Background Color

.myBgColor { background-color: #E9A6CF; }

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

This div background color is #E9A6CF.


Border color

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

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

This div border color is #E9A6CF.


Opacity

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

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

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

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

This text has shadow with #E9A6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9A6CF on black background.


Color preview on white background

This text has color #E9A6CF on white background.



Black color preview on #E9A6CF background

This text has black color on #E9A6CF background.


White color preview on #E9A6CF background

This text has white color on #E9A6CF background.