COLOR #E5B0F7

HEX: #E5B0F7
RGB: (229,176,247)

Color info

#E5B0F7 contains mainly red and blue colors. Web safe color of #E5B0F7 is #CC99FF (or #C9F).

RGB color model

#E5B0F7 color RGB value is (229,176,247).

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

RGB channels and saturation

R 229 of 255 = 90%
G 176 of 255 = 69%
B 247 of 255 = 97%

229
176
247

R + G + B ~ 85%. #E5B0F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 176 + 247 = 652 (100%)
R 229 of 652 ~ 35.12%
G 176 of 652 ~ 26.99%
B 247 of 652 ~ 37.88%

%35.12
%26.99
%37.88

CMYK color model

#E5B0F7 color CMYK value is (7,29,0,3).

  • cyan value is 7.29%
  • magenta value is 28.74%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(7,29,0,3)
C7M29Y0K3 
(7%,29%,0%,3%)
(0.07/0.29/0.00/0.03)	

CMYK percentages

%7.29
%28.74
%0
%3.14

Codes

Color #E5B0F7 in popluar color models

E5B0F7
RGB229176247
HSL285°81.61%82.94%
HSB/HSV285°28.74%96.86%
CMYK7.29%28.74%0.00%
3.14%

Color #E5B0F7 in popluar number systems.

HEXE5B0F7
Decimal229176247
Binary111001011011000011110111
Octal345260367

Shades and tints

Shades of #E5B0F7

#E5B0F7
(229,176,247)
#D1A0E1
(209,160,225)
#BD90CB
(189,144,203)
#A980B5
(169,128,181)
#95709F
(149,112,159)
#816089
(129,96,137)
#6D5073
(109,80,115)
#59405D
(89,64,93)
#453047
(69,48,71)
#312031
(49,32,49)
#1D101B
(29,16,27)
#000000
(0,0,0)

Tints of #E5B0F7

#E5B0F7
(229,176,247)
#E7B7F7
(231,183,247)
#E9BEF7
(233,190,247)
#EBC5F7
(235,197,247)
#EDCCF7
(237,204,247)
#EFD3F7
(239,211,247)
#F1DAF7
(241,218,247)
#F3E1F7
(243,225,247)
#F5E8F7
(245,232,247)
#F7EFF7
(247,239,247)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5B0F7; }

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

This text font color is #E5B0F7.


Background Color

.myBgColor { background-color: #E5B0F7; }

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

This div background color is #E5B0F7.


Border color

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

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

This div border color is #E5B0F7.


Opacity

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

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

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

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

This text has shadow with #E5B0F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B0F7 on black background.


Color preview on white background

This text has color #E5B0F7 on white background.



Black color preview on #E5B0F7 background

This text has black color on #E5B0F7 background.


White color preview on #E5B0F7 background

This text has white color on #E5B0F7 background.