COLOR #E7BEF1

HEX: #E7BEF1
RGB: (231,190,241)

Color info

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

RGB color model

#E7BEF1 color RGB value is (231,190,241).

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

RGB channels and saturation

R 231 of 255 = 91%
G 190 of 255 = 75%
B 241 of 255 = 95%

231
190
241

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

Portions of RGB colors in percentages

R + G + B =
231 + 190 + 241 = 662 (100%)
R 231 of 662 ~ 34.89%
G 190 of 662 ~ 28.7%
B 241 of 662 ~ 36.4%

%34.89
%28.7
%36.4

CMYK color model

#E7BEF1 color CMYK value is (4,21,0,5).

  • cyan value is 4.15%
  • magenta value is 21.16%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(4,21,0,5)
C4M21Y0K5 
(4%,21%,0%,5%)
(0.04/0.21/0.00/0.05)	

CMYK percentages

%4.15
%21.16
%0
%5.49

Codes

Color #E7BEF1 in popluar color models

E7BEF1
RGB231190241
HSL288°64.56%84.51%
HSB/HSV288°21.16%94.51%
CMYK4.15%21.16%0.00%
5.49%

Color #E7BEF1 in popluar number systems.

HEXE7BEF1
Decimal231190241
Binary111001111011111011110001
Octal347276361

Shades and tints

Shades of #E7BEF1

#E7BEF1
(231,190,241)
#D2ADDC
(210,173,220)
#BD9CC7
(189,156,199)
#A88BB2
(168,139,178)
#937A9D
(147,122,157)
#7E6988
(126,105,136)
#695873
(105,88,115)
#54475E
(84,71,94)
#3F3649
(63,54,73)
#2A2534
(42,37,52)
#15141F
(21,20,31)
#000000
(0,0,0)

Tints of #E7BEF1

#E7BEF1
(231,190,241)
#E9C3F2
(233,195,242)
#EBC8F3
(235,200,243)
#EDCDF4
(237,205,244)
#EFD2F5
(239,210,245)
#F1D7F6
(241,215,246)
#F3DCF7
(243,220,247)
#F5E1F8
(245,225,248)
#F7E6F9
(247,230,249)
#F9EBFA
(249,235,250)
#FBF0FB
(251,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BEF1; }

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

This text font color is #E7BEF1.


Background Color

.myBgColor { background-color: #E7BEF1; }

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

This div background color is #E7BEF1.


Border color

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

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

This div border color is #E7BEF1.


Opacity

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

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

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

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

This text has shadow with #E7BEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BEF1 on black background.


Color preview on white background

This text has color #E7BEF1 on white background.



Black color preview on #E7BEF1 background

This text has black color on #E7BEF1 background.


White color preview on #E7BEF1 background

This text has white color on #E7BEF1 background.