COLOR #E9B8ED

HEX: #E9B8ED
RGB: (233,184,237)

Color info

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

RGB color model

#E9B8ED color RGB value is (233,184,237).

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

RGB channels and saturation

R 233 of 255 = 91%
G 184 of 255 = 72%
B 237 of 255 = 93%

233
184
237

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

Portions of RGB colors in percentages

R + G + B =
233 + 184 + 237 = 654 (100%)
R 233 of 654 ~ 35.63%
G 184 of 654 ~ 28.13%
B 237 of 654 ~ 36.24%

%35.63
%28.13
%36.24

CMYK color model

#E9B8ED color CMYK value is (2,22,0,7).

  • cyan value is 1.69%
  • magenta value is 22.36%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(2,22,0,7)
C2M22Y0K7 
(2%,22%,0%,7%)
(0.02/0.22/0.00/0.07)	

CMYK percentages

%1.69
%22.36
%0
%7.06

Codes

Color #E9B8ED in popluar color models

E9B8ED
RGB233184237
HSL295°59.55%82.55%
HSB/HSV295°22.36%92.94%
CMYK1.69%22.36%0.00%
7.06%

Color #E9B8ED in popluar number systems.

HEXE9B8ED
Decimal233184237
Binary111010011011100011101101
Octal351270355

Shades and tints

Shades of #E9B8ED

#E9B8ED
(233,184,237)
#D4A8D8
(212,168,216)
#BF98C3
(191,152,195)
#AA88AE
(170,136,174)
#957899
(149,120,153)
#806884
(128,104,132)
#6B586F
(107,88,111)
#56485A
(86,72,90)
#413845
(65,56,69)
#2C2830
(44,40,48)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #E9B8ED

#E9B8ED
(233,184,237)
#EBBEEE
(235,190,238)
#EDC4EF
(237,196,239)
#EFCAF0
(239,202,240)
#F1D0F1
(241,208,241)
#F3D6F2
(243,214,242)
#F5DCF3
(245,220,243)
#F7E2F4
(247,226,244)
#F9E8F5
(249,232,245)
#FBEEF6
(251,238,246)
#FDF4F7
(253,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9B8ED; }

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

This text font color is #E9B8ED.


Background Color

.myBgColor { background-color: #E9B8ED; }

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

This div background color is #E9B8ED.


Border color

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

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

This div border color is #E9B8ED.


Opacity

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

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

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

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

This text has shadow with #E9B8ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B8ED on black background.


Color preview on white background

This text has color #E9B8ED on white background.



Black color preview on #E9B8ED background

This text has black color on #E9B8ED background.


White color preview on #E9B8ED background

This text has white color on #E9B8ED background.