COLOR #E7BEF5

HEX: #E7BEF5
RGB: (231,190,245)

Color info

#E7BEF5 contains red, green and blue colors in about the same proportion. Web safe color of #E7BEF5 is #FFCCFF (or #FCF).

RGB color model

#E7BEF5 color RGB value is (231,190,245).

  • red value is 231;
  • green value is 190;
  • blue value is 245.
RGB:
(231,190,245)
(91%,75%,96%)

RGB channels and saturation

R 231 of 255 = 91%
G 190 of 255 = 75%
B 245 of 255 = 96%

231
190
245

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

Portions of RGB colors in percentages

R + G + B =
231 + 190 + 245 = 666 (100%)
R 231 of 666 ~ 34.68%
G 190 of 666 ~ 28.53%
B 245 of 666 ~ 36.79%

%34.68
%28.53
%36.79

CMYK color model

#E7BEF5 color CMYK value is (6,22,0,4).

  • cyan value is 5.71%
  • magenta value is 22.45%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(6,22,0,4)
C6M22Y0K4 
(6%,22%,0%,4%)
(0.06/0.22/0.00/0.04)	

CMYK percentages

%5.71
%22.45
%0
%3.92

Codes

Color #E7BEF5 in popluar color models

E7BEF5
RGB231190245
HSL285°73.33%85.29%
HSB/HSV285°22.45%96.08%
CMYK5.71%22.45%0.00%
3.92%

Color #E7BEF5 in popluar number systems.

HEXE7BEF5
Decimal231190245
Binary111001111011111011110101
Octal347276365

Shades and tints

Shades of #E7BEF5

#E7BEF5
(231,190,245)
#D2ADDF
(210,173,223)
#BD9CC9
(189,156,201)
#A88BB3
(168,139,179)
#937A9D
(147,122,157)
#7E6987
(126,105,135)
#695871
(105,88,113)
#54475B
(84,71,91)
#3F3645
(63,54,69)
#2A252F
(42,37,47)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #E7BEF5

#E7BEF5
(231,190,245)
#E9C3F5
(233,195,245)
#EBC8F5
(235,200,245)
#EDCDF5
(237,205,245)
#EFD2F5
(239,210,245)
#F1D7F5
(241,215,245)
#F3DCF5
(243,220,245)
#F5E1F5
(245,225,245)
#F7E6F5
(247,230,245)
#F9EBF5
(249,235,245)
#FBF0F5
(251,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7BEF5 color. Also use rgb(231,190,245) instead hex code.

Text Font Color

.myTextColor { color: #E7BEF5; }

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

This text font color is #E7BEF5.


Background Color

.myBgColor { background-color: #E7BEF5; }

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

This div background color is #E7BEF5.


Border color

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

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

This div border color is #E7BEF5.


Opacity

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

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

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

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

This text has shadow with #E7BEF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BEF5 on black background.


Color preview on white background

This text has color #E7BEF5 on white background.



Black color preview on #E7BEF5 background

This text has black color on #E7BEF5 background.


White color preview on #E7BEF5 background

This text has white color on #E7BEF5 background.