COLOR #E9BCF9

HEX: #E9BCF9
RGB: (233,188,249)

Color info

#E9BCF9 contains mainly red and blue colors. Web safe color of #E9BCF9 is #FFCCFF (or #FCF).

RGB color model

#E9BCF9 color RGB value is (233,188,249).

  • red value is 233;
  • green value is 188;
  • blue value is 249.
RGB:
(233,188,249)
(91%,74%,98%)

RGB channels and saturation

R 233 of 255 = 91%
G 188 of 255 = 74%
B 249 of 255 = 98%

233
188
249

R + G + B ~ 88%. #E9BCF9 is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 188 + 249 = 670 (100%)
R 233 of 670 ~ 34.78%
G 188 of 670 ~ 28.06%
B 249 of 670 ~ 37.16%

%34.78
%28.06
%37.16

CMYK color model

#E9BCF9 color CMYK value is (6,24,0,2).

  • cyan value is 6.43%
  • magenta value is 24.50%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(6,24,0,2)
C6M24Y0K2 
(6%,24%,0%,2%)
(0.06/0.24/0.00/0.02)	

CMYK percentages

%6.43
%24.5
%0
%2.35

Codes

Color #E9BCF9 in popluar color models

E9BCF9
RGB233188249
HSL284°83.56%85.69%
HSB/HSV284°24.50%97.65%
CMYK6.43%24.50%0.00%
2.35%

Color #E9BCF9 in popluar number systems.

HEXE9BCF9
Decimal233188249
Binary111010011011110011111001
Octal351274371

Shades and tints

Shades of #E9BCF9

#E9BCF9
(233,188,249)
#D4ABE3
(212,171,227)
#BF9ACD
(191,154,205)
#AA89B7
(170,137,183)
#9578A1
(149,120,161)
#80678B
(128,103,139)
#6B5675
(107,86,117)
#56455F
(86,69,95)
#413449
(65,52,73)
#2C2333
(44,35,51)
#17121D
(23,18,29)
#000000
(0,0,0)

Tints of #E9BCF9

#E9BCF9
(233,188,249)
#EBC2F9
(235,194,249)
#EDC8F9
(237,200,249)
#EFCEF9
(239,206,249)
#F1D4F9
(241,212,249)
#F3DAF9
(243,218,249)
#F5E0F9
(245,224,249)
#F7E6F9
(247,230,249)
#F9ECF9
(249,236,249)
#FBF2F9
(251,242,249)
#FDF8F9
(253,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9BCF9 color. Also use rgb(233,188,249) instead hex code.

Text Font Color

.myTextColor { color: #E9BCF9; }

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

This text font color is #E9BCF9.


Background Color

.myBgColor { background-color: #E9BCF9; }

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

This div background color is #E9BCF9.


Border color

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

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

This div border color is #E9BCF9.


Opacity

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

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

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

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

This text has shadow with #E9BCF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BCF9 on black background.


Color preview on white background

This text has color #E9BCF9 on white background.



Black color preview on #E9BCF9 background

This text has black color on #E9BCF9 background.


White color preview on #E9BCF9 background

This text has white color on #E9BCF9 background.