COLOR #E5BAF6

HEX: #E5BAF6
RGB: (229,186,246)

Color info

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

RGB color model

#E5BAF6 color RGB value is (229,186,246).

  • red value is 229;
  • green value is 186;
  • blue value is 246.
RGB:
(229,186,246)
(90%,73%,96%)

RGB channels and saturation

R 229 of 255 = 90%
G 186 of 255 = 73%
B 246 of 255 = 96%

229
186
246

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

Portions of RGB colors in percentages

R + G + B =
229 + 186 + 246 = 661 (100%)
R 229 of 661 ~ 34.64%
G 186 of 661 ~ 28.14%
B 246 of 661 ~ 37.22%

%34.64
%28.14
%37.22

CMYK color model

#E5BAF6 color CMYK value is (7,24,0,4).

  • cyan value is 6.91%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(7,24,0,4)
C7M24Y0K4 
(7%,24%,0%,4%)
(0.07/0.24/0.00/0.04)	

CMYK percentages

%6.91
%24.39
%0
%3.53

Codes

Color #E5BAF6 in popluar color models

E5BAF6
RGB229186246
HSL283°76.92%84.71%
HSB/HSV283°24.39%96.47%
CMYK6.91%24.39%0.00%
3.53%

Color #E5BAF6 in popluar number systems.

HEXE5BAF6
Decimal229186246
Binary111001011011101011110110
Octal345272366

Shades and tints

Shades of #E5BAF6

#E5BAF6
(229,186,246)
#D1AAE0
(209,170,224)
#BD9ACA
(189,154,202)
#A98AB4
(169,138,180)
#957A9E
(149,122,158)
#816A88
(129,106,136)
#6D5A72
(109,90,114)
#594A5C
(89,74,92)
#453A46
(69,58,70)
#312A30
(49,42,48)
#1D1A1A
(29,26,26)
#000000
(0,0,0)

Tints of #E5BAF6

#E5BAF6
(229,186,246)
#E7C0F6
(231,192,246)
#E9C6F6
(233,198,246)
#EBCCF6
(235,204,246)
#EDD2F6
(237,210,246)
#EFD8F6
(239,216,246)
#F1DEF6
(241,222,246)
#F3E4F6
(243,228,246)
#F5EAF6
(245,234,246)
#F7F0F6
(247,240,246)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BAF6 color. Also use rgb(229,186,246) instead hex code.

Text Font Color

.myTextColor { color: #E5BAF6; }

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

This text font color is #E5BAF6.


Background Color

.myBgColor { background-color: #E5BAF6; }

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

This div background color is #E5BAF6.


Border color

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

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

This div border color is #E5BAF6.


Opacity

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

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

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

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

This text has shadow with #E5BAF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BAF6 on black background.


Color preview on white background

This text has color #E5BAF6 on white background.



Black color preview on #E5BAF6 background

This text has black color on #E5BAF6 background.


White color preview on #E5BAF6 background

This text has white color on #E5BAF6 background.