COLOR #E5BCF7

HEX: #E5BCF7
RGB: (229,188,247)

Color info

#E5BCF7 contains red, green and blue colors in about the same proportion. Web safe color of #E5BCF7 is #CCCCFF (or #CCF).

RGB color model

#E5BCF7 color RGB value is (229,188,247).

  • red value is 229;
  • green value is 188;
  • blue value is 247.
RGB:
(229,188,247)
(90%,74%,97%)

RGB channels and saturation

R 229 of 255 = 90%
G 188 of 255 = 74%
B 247 of 255 = 97%

229
188
247

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

Portions of RGB colors in percentages

R + G + B =
229 + 188 + 247 = 664 (100%)
R 229 of 664 ~ 34.49%
G 188 of 664 ~ 28.31%
B 247 of 664 ~ 37.2%

%34.49
%28.31
%37.2

CMYK color model

#E5BCF7 color CMYK value is (7,24,0,3).

  • cyan value is 7.29%
  • magenta value is 23.89%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(7,24,0,3)
C7M24Y0K3 
(7%,24%,0%,3%)
(0.07/0.24/0.00/0.03)	

CMYK percentages

%7.29
%23.89
%0
%3.14

Codes

Color #E5BCF7 in popluar color models

E5BCF7
RGB229188247
HSL282°78.67%85.29%
HSB/HSV282°23.89%96.86%
CMYK7.29%23.89%0.00%
3.14%

Color #E5BCF7 in popluar number systems.

HEXE5BCF7
Decimal229188247
Binary111001011011110011110111
Octal345274367

Shades and tints

Shades of #E5BCF7

#E5BCF7
(229,188,247)
#D1ABE1
(209,171,225)
#BD9ACB
(189,154,203)
#A989B5
(169,137,181)
#95789F
(149,120,159)
#816789
(129,103,137)
#6D5673
(109,86,115)
#59455D
(89,69,93)
#453447
(69,52,71)
#312331
(49,35,49)
#1D121B
(29,18,27)
#000000
(0,0,0)

Tints of #E5BCF7

#E5BCF7
(229,188,247)
#E7C2F7
(231,194,247)
#E9C8F7
(233,200,247)
#EBCEF7
(235,206,247)
#EDD4F7
(237,212,247)
#EFDAF7
(239,218,247)
#F1E0F7
(241,224,247)
#F3E6F7
(243,230,247)
#F5ECF7
(245,236,247)
#F7F2F7
(247,242,247)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BCF7; }

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

This text font color is #E5BCF7.


Background Color

.myBgColor { background-color: #E5BCF7; }

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

This div background color is #E5BCF7.


Border color

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

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

This div border color is #E5BCF7.


Opacity

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

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

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

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

This text has shadow with #E5BCF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BCF7 on black background.


Color preview on white background

This text has color #E5BCF7 on white background.



Black color preview on #E5BCF7 background

This text has black color on #E5BCF7 background.


White color preview on #E5BCF7 background

This text has white color on #E5BCF7 background.