COLOR #E5BBF9

HEX: #E5BBF9
RGB: (229,187,249)

Color info

#E5BBF9 contains mainly red and blue colors. Web safe color of #E5BBF9 is #CCCCFF (or #CCF).

RGB color model

#E5BBF9 color RGB value is (229,187,249).

  • red value is 229;
  • green value is 187;
  • blue value is 249.
RGB:
(229,187,249)
(90%,73%,98%)

RGB channels and saturation

R 229 of 255 = 90%
G 187 of 255 = 73%
B 249 of 255 = 98%

229
187
249

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

Portions of RGB colors in percentages

R + G + B =
229 + 187 + 249 = 665 (100%)
R 229 of 665 ~ 34.44%
G 187 of 665 ~ 28.12%
B 249 of 665 ~ 37.44%

%34.44
%28.12
%37.44

CMYK color model

#E5BBF9 color CMYK value is (8,25,0,2).

  • cyan value is 8.03%
  • magenta value is 24.90%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(8,25,0,2)
C8M25Y0K2 
(8%,25%,0%,2%)
(0.08/0.25/0.00/0.02)	

CMYK percentages

%8.03
%24.9
%0
%2.35

Codes

Color #E5BBF9 in popluar color models

E5BBF9
RGB229187249
HSL281°83.78%85.49%
HSB/HSV281°24.90%97.65%
CMYK8.03%24.90%0.00%
2.35%

Color #E5BBF9 in popluar number systems.

HEXE5BBF9
Decimal229187249
Binary111001011011101111111001
Octal345273371

Shades and tints

Shades of #E5BBF9

#E5BBF9
(229,187,249)
#D1AAE3
(209,170,227)
#BD99CD
(189,153,205)
#A988B7
(169,136,183)
#9577A1
(149,119,161)
#81668B
(129,102,139)
#6D5575
(109,85,117)
#59445F
(89,68,95)
#453349
(69,51,73)
#312233
(49,34,51)
#1D111D
(29,17,29)
#000000
(0,0,0)

Tints of #E5BBF9

#E5BBF9
(229,187,249)
#E7C1F9
(231,193,249)
#E9C7F9
(233,199,249)
#EBCDF9
(235,205,249)
#EDD3F9
(237,211,249)
#EFD9F9
(239,217,249)
#F1DFF9
(241,223,249)
#F3E5F9
(243,229,249)
#F5EBF9
(245,235,249)
#F7F1F9
(247,241,249)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BBF9 color. Also use rgb(229,187,249) instead hex code.

Text Font Color

.myTextColor { color: #E5BBF9; }

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

This text font color is #E5BBF9.


Background Color

.myBgColor { background-color: #E5BBF9; }

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

This div background color is #E5BBF9.


Border color

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

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

This div border color is #E5BBF9.


Opacity

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

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

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

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

This text has shadow with #E5BBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BBF9 on black background.


Color preview on white background

This text has color #E5BBF9 on white background.



Black color preview on #E5BBF9 background

This text has black color on #E5BBF9 background.


White color preview on #E5BBF9 background

This text has white color on #E5BBF9 background.