COLOR #E9B8EA

HEX: #E9B8EA
RGB: (233,184,234)

Color info

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

RGB color model

#E9B8EA color RGB value is (233,184,234).

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

RGB channels and saturation

R 233 of 255 = 91%
G 184 of 255 = 72%
B 234 of 255 = 92%

233
184
234

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

Portions of RGB colors in percentages

R + G + B =
233 + 184 + 234 = 651 (100%)
R 233 of 651 ~ 35.79%
G 184 of 651 ~ 28.26%
B 234 of 651 ~ 35.94%

%35.79
%28.26
%35.94

CMYK color model

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

  • cyan value is 0.43%
  • magenta value is 21.37%
  • 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
%21.37
%0
%8.24

Codes

Color #E9B8EA in popluar color models

E9B8EA
RGB233184234
HSL299°54.35%81.96%
HSB/HSV299°21.37%91.76%
CMYK0.43%21.37%0.00%
8.24%

Color #E9B8EA in popluar number systems.

HEXE9B8EA
Decimal233184234
Binary111010011011100011101010
Octal351270352

Shades and tints

Shades of #E9B8EA

#E9B8EA
(233,184,234)
#D4A8D5
(212,168,213)
#BF98C0
(191,152,192)
#AA88AB
(170,136,171)
#957896
(149,120,150)
#806881
(128,104,129)
#6B586C
(107,88,108)
#564857
(86,72,87)
#413842
(65,56,66)
#2C282D
(44,40,45)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #E9B8EA

#E9B8EA
(233,184,234)
#EBBEEB
(235,190,235)
#EDC4EC
(237,196,236)
#EFCAED
(239,202,237)
#F1D0EE
(241,208,238)
#F3D6EF
(243,214,239)
#F5DCF0
(245,220,240)
#F7E2F1
(247,226,241)
#F9E8F2
(249,232,242)
#FBEEF3
(251,238,243)
#FDF4F4
(253,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9B8EA; }

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

This text font color is #E9B8EA.


Background Color

.myBgColor { background-color: #E9B8EA; }

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

This div background color is #E9B8EA.


Border color

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

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

This div border color is #E9B8EA.


Opacity

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

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

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

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

This text has shadow with #E9B8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B8EA on black background.


Color preview on white background

This text has color #E9B8EA on white background.



Black color preview on #E9B8EA background

This text has black color on #E9B8EA background.


White color preview on #E9B8EA background

This text has white color on #E9B8EA background.