COLOR #E9BBFA

HEX: #E9BBFA
RGB: (233,187,250)

Color info

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

RGB color model

#E9BBFA color RGB value is (233,187,250).

  • red value is 233;
  • green value is 187;
  • blue value is 250.
RGB:
(233,187,250)
(91%,73%,98%)

RGB channels and saturation

R 233 of 255 = 91%
G 187 of 255 = 73%
B 250 of 255 = 98%

233
187
250

R + G + B ~ 87%. #E9BBFA is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 187 + 250 = 670 (100%)
R 233 of 670 ~ 34.78%
G 187 of 670 ~ 27.91%
B 250 of 670 ~ 37.31%

%34.78
%27.91
%37.31

CMYK color model

#E9BBFA color CMYK value is (7,25,0,2).

  • cyan value is 6.80%
  • magenta value is 25.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(7,25,0,2)
C7M25Y0K2 
(7%,25%,0%,2%)
(0.07/0.25/0.00/0.02)	

CMYK percentages

%6.8
%25.2
%0
%1.96

Codes

Color #E9BBFA in popluar color models

E9BBFA
RGB233187250
HSL284°86.30%85.69%
HSB/HSV284°25.20%98.04%
CMYK6.80%25.20%0.00%
1.96%

Color #E9BBFA in popluar number systems.

HEXE9BBFA
Decimal233187250
Binary111010011011101111111010
Octal351273372

Shades and tints

Shades of #E9BBFA

#E9BBFA
(233,187,250)
#D4AAE4
(212,170,228)
#BF99CE
(191,153,206)
#AA88B8
(170,136,184)
#9577A2
(149,119,162)
#80668C
(128,102,140)
#6B5576
(107,85,118)
#564460
(86,68,96)
#41334A
(65,51,74)
#2C2234
(44,34,52)
#17111E
(23,17,30)
#000000
(0,0,0)

Tints of #E9BBFA

#E9BBFA
(233,187,250)
#EBC1FA
(235,193,250)
#EDC7FA
(237,199,250)
#EFCDFA
(239,205,250)
#F1D3FA
(241,211,250)
#F3D9FA
(243,217,250)
#F5DFFA
(245,223,250)
#F7E5FA
(247,229,250)
#F9EBFA
(249,235,250)
#FBF1FA
(251,241,250)
#FDF7FA
(253,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9BBFA color. Also use rgb(233,187,250) instead hex code.

Text Font Color

.myTextColor { color: #E9BBFA; }

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

This text font color is #E9BBFA.


Background Color

.myBgColor { background-color: #E9BBFA; }

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

This div background color is #E9BBFA.


Border color

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

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

This div border color is #E9BBFA.


Opacity

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

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

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

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

This text has shadow with #E9BBFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BBFA on black background.


Color preview on white background

This text has color #E9BBFA on white background.



Black color preview on #E9BBFA background

This text has black color on #E9BBFA background.


White color preview on #E9BBFA background

This text has white color on #E9BBFA background.