COLOR #E5BCFE

HEX: #E5BCFE RGB: (229,188,254)

Color info

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

RGB color model

#E5BCFE color RGB value is (229,188,254).

RGB: (229,188,254) (90%, 74%, 100%)

RGB channels and saturation

R 229 of 255 = 90%
G 188 of 255 = 74%
B 254 of 255 = 100%

229
188
254

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

Portions of RGB colors in percentages

R + G + B = 229 + 188 + 254 = 671 (100%)
R 229 of 671 ~ 34.13%
G 188 of 671 ~ 28.02%
B 254 of 671 ~ 37.85'%

%34.13
%28.02
%37.85

CMYK color model

#E5BCFE color CMYK value is (10,26,0,0).

  • cyan value is 9.84%
  • magenta value is 25.98%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (10,26,0,0)
C10M26Y0K0 (10%, 26%, 0%, 0%)
(0.10 / 0.26 / 0.00 / 0.00)

CMYK percentages

%9.84
%25.98
%0
%0.39

Codes

Color #E5BCFE in popluar color models

E5 BC FE
RGB 229 188 254
HSL 277° 97.06% 86.67%
HSB/HSV 277° 25.98% 99.61%
CMYK 9.84% 25.98% 0.00%
0.39%

Color #E5BCFE in popluar number systems.

HEX E5 BC FE
Decimal 229 188 254
Binary 11100101 10111100 11111110
Octal 345 274 376

Shades and tints

Shades of #E5BCFE

#E5BCFE
(229,188,254)
#D1ABE7
(209,171,231)
#BD9AD0
(189,154,208)
#A989B9
(169,137,185)
#9578A2
(149,120,162)
#81678B
(129,103,139)
#6D5674
(109,86,116)
#59455D
(89,69,93)
#453446
(69,52,70)
#31232F
(49,35,47)
#1D1218
(29,18,24)
#000000
(0,0,0)

Tints of #E5BCFE

#E5BCFE
(229,188,254)
#E7C2FE
(231,194,254)
#E9C8FE
(233,200,254)
#EBCEFE
(235,206,254)
#EDD4FE
(237,212,254)
#EFDAFE
(239,218,254)
#F1E0FE
(241,224,254)
#F3E6FE
(243,230,254)
#F5ECFE
(245,236,254)
#F7F2FE
(247,242,254)
#F9F8FE
(249,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BCFE color. Also use rgb(229,188,254) instead hex code.

Text Font Color

.myTextColor { color: #E5BCFE; }

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

This text font color is #E5BCFE.

Background Color

.myBgColor { background-color: #E5BCFE; }

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

This div background color is #E5BCFE.

Border color

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

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

This div border color is #E5BCFE.

Opacity

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

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

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

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

This text has shadow with #E5BCFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5BCFE.

Preview

Color preview on black background

This text has color #E5BCFE on black background.


Color preview on white background

This text has color #E5BCFE on white background.


Black color preview on #E5BCFE background

This text has black color on #E5BCFE background.


White color preview on #E5BCFE background

This text has white color on #E5BCFE background.


Related colors

Complementary color

Complementary color for #hex is #1A4301.


I love getcolorcode.com

Triadic colors

1 #FEE5BC and #BCFEE5 with #E5BCFE are triadic colors.

2 #FEBCE5 and #BCE5FE with #E5BCFE are triadic colors.