COLOR #E5BCF2

HEX: #E5BCF2
RGB: (229,188,242)

Color info

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

RGB color model

#E5BCF2 color RGB value is (229,188,242).

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

RGB channels and saturation

R 229 of 255 = 90%
G 188 of 255 = 74%
B 242 of 255 = 95%

229
188
242

R + G + B ~ 86%. #E5BCF2 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 188 + 242 = 659 (100%)
R 229 of 659 ~ 34.75%
G 188 of 659 ~ 28.53%
B 242 of 659 ~ 36.72%

%34.75
%28.53
%36.72

CMYK color model

#E5BCF2 color CMYK value is (5,22,0,5).

  • cyan value is 5.37%
  • magenta value is 22.31%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(5,22,0,5)
C5M22Y0K5 
(5%,22%,0%,5%)
(0.05/0.22/0.00/0.05)	

CMYK percentages

%5.37
%22.31
%0
%5.1

Codes

Color #E5BCF2 in popluar color models

E5BCF2
RGB229188242
HSL286°67.50%84.31%
HSB/HSV286°22.31%94.90%
CMYK5.37%22.31%0.00%
5.10%

Color #E5BCF2 in popluar number systems.

HEXE5BCF2
Decimal229188242
Binary111001011011110011110010
Octal345274362

Shades and tints

Shades of #E5BCF2

#E5BCF2
(229,188,242)
#D1ABDC
(209,171,220)
#BD9AC6
(189,154,198)
#A989B0
(169,137,176)
#95789A
(149,120,154)
#816784
(129,103,132)
#6D566E
(109,86,110)
#594558
(89,69,88)
#453442
(69,52,66)
#31232C
(49,35,44)
#1D1216
(29,18,22)
#000000
(0,0,0)

Tints of #E5BCF2

#E5BCF2
(229,188,242)
#E7C2F3
(231,194,243)
#E9C8F4
(233,200,244)
#EBCEF5
(235,206,245)
#EDD4F6
(237,212,246)
#EFDAF7
(239,218,247)
#F1E0F8
(241,224,248)
#F3E6F9
(243,230,249)
#F5ECFA
(245,236,250)
#F7F2FB
(247,242,251)
#F9F8FC
(249,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BCF2; }

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

This text font color is #E5BCF2.


Background Color

.myBgColor { background-color: #E5BCF2; }

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

This div background color is #E5BCF2.


Border color

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

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

This div border color is #E5BCF2.


Opacity

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

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

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

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

This text has shadow with #E5BCF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BCF2 on black background.


Color preview on white background

This text has color #E5BCF2 on white background.



Black color preview on #E5BCF2 background

This text has black color on #E5BCF2 background.


White color preview on #E5BCF2 background

This text has white color on #E5BCF2 background.