COLOR #E9B9EA

HEX: #E9B9EA
RGB: (233,185,234)

Color info

#E9B9EA contains red, green and blue colors in about the same proportion. Web safe color of #E9B9EA is #FFCCFF (or #FCF).

RGB color model

#E9B9EA color RGB value is (233,185,234).

  • red value is 233;
  • green value is 185;
  • blue value is 234.
RGB:
(233,185,234)
(91%,73%,92%)

RGB channels and saturation

R 233 of 255 = 91%
G 185 of 255 = 73%
B 234 of 255 = 92%

233
185
234

R + G + B ~ 85%. #E9B9EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 185 + 234 = 652 (100%)
R 233 of 652 ~ 35.74%
G 185 of 652 ~ 28.37%
B 234 of 652 ~ 35.89%

%35.74
%28.37
%35.89

CMYK color model

#E9B9EA color CMYK value is (0,21,0,8).

  • cyan value is 0.43%
  • magenta value is 20.94%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(0,21,0,8)
C0M21Y0K8 
(0%,21%,0%,8%)
(0.00/0.21/0.00/0.08)	

CMYK percentages

%0.43
%20.94
%0
%8.24

Codes

Color #E9B9EA in popluar color models

E9B9EA
RGB233185234
HSL299°53.85%82.16%
HSB/HSV299°20.94%91.76%
CMYK0.43%20.94%0.00%
8.24%

Color #E9B9EA in popluar number systems.

HEXE9B9EA
Decimal233185234
Binary111010011011100111101010
Octal351271352

Shades and tints

Shades of #E9B9EA

#E9B9EA
(233,185,234)
#D4A9D5
(212,169,213)
#BF99C0
(191,153,192)
#AA89AB
(170,137,171)
#957996
(149,121,150)
#806981
(128,105,129)
#6B596C
(107,89,108)
#564957
(86,73,87)
#413942
(65,57,66)
#2C292D
(44,41,45)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #E9B9EA

#E9B9EA
(233,185,234)
#EBBFEB
(235,191,235)
#EDC5EC
(237,197,236)
#EFCBED
(239,203,237)
#F1D1EE
(241,209,238)
#F3D7EF
(243,215,239)
#F5DDF0
(245,221,240)
#F7E3F1
(247,227,241)
#F9E9F2
(249,233,242)
#FBEFF3
(251,239,243)
#FDF5F4
(253,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9B9EA color. Also use rgb(233,185,234) instead hex code.

Text Font Color

.myTextColor { color: #E9B9EA; }

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

This text font color is #E9B9EA.


Background Color

.myBgColor { background-color: #E9B9EA; }

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

This div background color is #E9B9EA.


Border color

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

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

This div border color is #E9B9EA.


Opacity

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

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

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

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

This text has shadow with #E9B9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B9EA on black background.


Color preview on white background

This text has color #E9B9EA on white background.



Black color preview on #E9B9EA background

This text has black color on #E9B9EA background.


White color preview on #E9B9EA background

This text has white color on #E9B9EA background.