COLOR #E8B3F2

HEX: #E8B3F2
RGB: (232,179,242)

Color info

#E8B3F2 contains mainly red and blue colors. Web safe color of #E8B3F2 is #FF99FF (or #F9F).

RGB color model

#E8B3F2 color RGB value is (232,179,242).

  • red value is 232;
  • green value is 179;
  • blue value is 242.
RGB:
(232,179,242)
(91%,70%,95%)

RGB channels and saturation

R 232 of 255 = 91%
G 179 of 255 = 70%
B 242 of 255 = 95%

232
179
242

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

Portions of RGB colors in percentages

R + G + B =
232 + 179 + 242 = 653 (100%)
R 232 of 653 ~ 35.53%
G 179 of 653 ~ 27.41%
B 242 of 653 ~ 37.06%

%35.53
%27.41
%37.06

CMYK color model

#E8B3F2 color CMYK value is (4,26,0,5).

  • cyan value is 4.13%
  • magenta value is 26.03%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(4,26,0,5)
C4M26Y0K5 
(4%,26%,0%,5%)
(0.04/0.26/0.00/0.05)	

CMYK percentages

%4.13
%26.03
%0
%5.1

Codes

Color #E8B3F2 in popluar color models

E8B3F2
RGB232179242
HSL290°70.79%82.55%
HSB/HSV290°26.03%94.90%
CMYK4.13%26.03%0.00%
5.10%

Color #E8B3F2 in popluar number systems.

HEXE8B3F2
Decimal232179242
Binary111010001011001111110010
Octal350263362

Shades and tints

Shades of #E8B3F2

#E8B3F2
(232,179,242)
#D3A3DC
(211,163,220)
#BE93C6
(190,147,198)
#A983B0
(169,131,176)
#94739A
(148,115,154)
#7F6384
(127,99,132)
#6A536E
(106,83,110)
#554358
(85,67,88)
#403342
(64,51,66)
#2B232C
(43,35,44)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #E8B3F2

#E8B3F2
(232,179,242)
#EAB9F3
(234,185,243)
#ECBFF4
(236,191,244)
#EEC5F5
(238,197,245)
#F0CBF6
(240,203,246)
#F2D1F7
(242,209,247)
#F4D7F8
(244,215,248)
#F6DDF9
(246,221,249)
#F8E3FA
(248,227,250)
#FAE9FB
(250,233,251)
#FCEFFC
(252,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B3F2 color. Also use rgb(232,179,242) instead hex code.

Text Font Color

.myTextColor { color: #E8B3F2; }

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

This text font color is #E8B3F2.


Background Color

.myBgColor { background-color: #E8B3F2; }

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

This div background color is #E8B3F2.


Border color

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

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

This div border color is #E8B3F2.


Opacity

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

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

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

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

This text has shadow with #E8B3F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B3F2 on black background.


Color preview on white background

This text has color #E8B3F2 on white background.



Black color preview on #E8B3F2 background

This text has black color on #E8B3F2 background.


White color preview on #E8B3F2 background

This text has white color on #E8B3F2 background.