COLOR #E8BEFC

HEX: #E8BEFC
RGB: (232,190,252)

Color info

#E8BEFC contains mainly red and blue colors. Web safe color of #E8BEFC is #FFCCFF (or #FCF).

RGB color model

#E8BEFC color RGB value is (232,190,252).

  • red value is 232;
  • green value is 190;
  • blue value is 252.
RGB:
(232,190,252)
(91%,75%,99%)

RGB channels and saturation

R 232 of 255 = 91%
G 190 of 255 = 75%
B 252 of 255 = 99%

232
190
252

R + G + B ~ 88%. #E8BEFC is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 190 + 252 = 674 (100%)
R 232 of 674 ~ 34.42%
G 190 of 674 ~ 28.19%
B 252 of 674 ~ 37.39%

%34.42
%28.19
%37.39

CMYK color model

#E8BEFC color CMYK value is (8,25,0,1).

  • cyan value is 7.94%
  • magenta value is 24.60%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(8,25,0,1)
C8M25Y0K1 
(8%,25%,0%,1%)
(0.08/0.25/0.00/0.01)	

CMYK percentages

%7.94
%24.6
%0
%1.18

Codes

Color #E8BEFC in popluar color models

E8BEFC
RGB232190252
HSL281°91.18%86.67%
HSB/HSV281°24.60%98.82%
CMYK7.94%24.60%0.00%
1.18%

Color #E8BEFC in popluar number systems.

HEXE8BEFC
Decimal232190252
Binary111010001011111011111100
Octal350276374

Shades and tints

Shades of #E8BEFC

#E8BEFC
(232,190,252)
#D3ADE6
(211,173,230)
#BE9CD0
(190,156,208)
#A98BBA
(169,139,186)
#947AA4
(148,122,164)
#7F698E
(127,105,142)
#6A5878
(106,88,120)
#554762
(85,71,98)
#40364C
(64,54,76)
#2B2536
(43,37,54)
#161420
(22,20,32)
#000000
(0,0,0)

Tints of #E8BEFC

#E8BEFC
(232,190,252)
#EAC3FC
(234,195,252)
#ECC8FC
(236,200,252)
#EECDFC
(238,205,252)
#F0D2FC
(240,210,252)
#F2D7FC
(242,215,252)
#F4DCFC
(244,220,252)
#F6E1FC
(246,225,252)
#F8E6FC
(248,230,252)
#FAEBFC
(250,235,252)
#FCF0FC
(252,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8BEFC color. Also use rgb(232,190,252) instead hex code.

Text Font Color

.myTextColor { color: #E8BEFC; }

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

This text font color is #E8BEFC.


Background Color

.myBgColor { background-color: #E8BEFC; }

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

This div background color is #E8BEFC.


Border color

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

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

This div border color is #E8BEFC.


Opacity

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

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

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

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

This text has shadow with #E8BEFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BEFC on black background.


Color preview on white background

This text has color #E8BEFC on white background.



Black color preview on #E8BEFC background

This text has black color on #E8BEFC background.


White color preview on #E8BEFC background

This text has white color on #E8BEFC background.