COLOR #E9BBFD

HEX: #E9BBFD RGB: (233,187,253)

Color info

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

RGB color model

#E9BBFD color RGB value is (233,187,253).

RGB: (233,187,253) (91%, 73%, 99%)

RGB channels and saturation

R 233 of 255 = 91%
G 187 of 255 = 73%
B 253 of 255 = 99%

233
187
253

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

Portions of RGB colors in percentages

R + G + B = 233 + 187 + 253 = 673 (100%)
R 233 of 673 ~ 34.62%
G 187 of 673 ~ 27.79%
B 253 of 673 ~ 37.59'%

%34.62
%27.79
%37.59

CMYK color model

#E9BBFD color CMYK value is (8,26,0,1).

  • cyan value is 7.91%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (8,26,0,1)
C8M26Y0K1 (8%, 26%, 0%, 1%)
(0.08 / 0.26 / 0.00 / 0.01)

CMYK percentages

%7.91
%26.09
%0
%0.78

Codes

Color #E9BBFD in popluar color models

E9 BB FD
RGB 233 187 253
HSL 282° 94.29% 86.27%
HSB/HSV 282° 26.09% 99.22%
CMYK 7.91% 26.09% 0.00%
0.78%

Color #E9BBFD in popluar number systems.

HEX E9 BB FD
Decimal 233 187 253
Binary 11101001 10111011 11111101
Octal 351 273 375

Shades and tints

Shades of #E9BBFD

#E9BBFD
(233,187,253)
#D4AAE6
(212,170,230)
#BF99CF
(191,153,207)
#AA88B8
(170,136,184)
#9577A1
(149,119,161)
#80668A
(128,102,138)
#6B5573
(107,85,115)
#56445C
(86,68,92)
#413345
(65,51,69)
#2C222E
(44,34,46)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #E9BBFD

#E9BBFD
(233,187,253)
#EBC1FD
(235,193,253)
#EDC7FD
(237,199,253)
#EFCDFD
(239,205,253)
#F1D3FD
(241,211,253)
#F3D9FD
(243,217,253)
#F5DFFD
(245,223,253)
#F7E5FD
(247,229,253)
#F9EBFD
(249,235,253)
#FBF1FD
(251,241,253)
#FDF7FD
(253,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9BBFD; }

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

This text font color is #E9BBFD.

Background Color

.myBgColor { background-color: #E9BBFD; }

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

This div background color is #E9BBFD.

Border color

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

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

This div border color is #E9BBFD.

Opacity

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

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

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

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

This text has shadow with #E9BBFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9BBFD.

Preview

Color preview on black background

This text has color #E9BBFD on black background.


Color preview on white background

This text has color #E9BBFD on white background.


Black color preview on #E9BBFD background

This text has black color on #E9BBFD background.


White color preview on #E9BBFD background

This text has white color on #E9BBFD background.


Related colors

Complementary color

Complementary color for #hex is #164402.


I love getcolorcode.com

Triadic colors

1 #FDE9BB and #BBFDE9 with #E9BBFD are triadic colors.

2 #FDBBE9 and #BBE9FD with #E9BBFD are triadic colors.