COLOR #E1B7FA

HEX: #E1B7FA
RGB: (225,183,250)

Color info

#E1B7FA contains mainly red and blue colors. Web safe color of #E1B7FA is #CCCCFF (or #CCF).

RGB color model

#E1B7FA color RGB value is (225,183,250).

  • red value is 225;
  • green value is 183;
  • blue value is 250.
RGB:
(225,183,250)
(88%,72%,98%)

RGB channels and saturation

R 225 of 255 = 88%
G 183 of 255 = 72%
B 250 of 255 = 98%

225
183
250

R + G + B ~ 86%. #E1B7FA is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 183 + 250 = 658 (100%)
R 225 of 658 ~ 34.19%
G 183 of 658 ~ 27.81%
B 250 of 658 ~ 37.99%

%34.19
%27.81
%37.99

CMYK color model

#E1B7FA color CMYK value is (10,27,0,2).

  • cyan value is 10.00%
  • magenta value is 26.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(10,27,0,2)
C10M27Y0K2 
(10%,27%,0%,2%)
(0.10/0.27/0.00/0.02)	

CMYK percentages

%10
%26.8
%0
%1.96

Codes

Color #E1B7FA in popluar color models

E1B7FA
RGB225183250
HSL278°87.01%84.90%
HSB/HSV278°26.80%98.04%
CMYK10.00%26.80%0.00%
1.96%

Color #E1B7FA in popluar number systems.

HEXE1B7FA
Decimal225183250
Binary111000011011011111111010
Octal341267372

Shades and tints

Shades of #E1B7FA

#E1B7FA
(225,183,250)
#CDA7E4
(205,167,228)
#B997CE
(185,151,206)
#A587B8
(165,135,184)
#9177A2
(145,119,162)
#7D678C
(125,103,140)
#695776
(105,87,118)
#554760
(85,71,96)
#41374A
(65,55,74)
#2D2734
(45,39,52)
#19171E
(25,23,30)
#000000
(0,0,0)

Tints of #E1B7FA

#E1B7FA
(225,183,250)
#E3BDFA
(227,189,250)
#E5C3FA
(229,195,250)
#E7C9FA
(231,201,250)
#E9CFFA
(233,207,250)
#EBD5FA
(235,213,250)
#EDDBFA
(237,219,250)
#EFE1FA
(239,225,250)
#F1E7FA
(241,231,250)
#F3EDFA
(243,237,250)
#F5F3FA
(245,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B7FA color. Also use rgb(225,183,250) instead hex code.

Text Font Color

.myTextColor { color: #E1B7FA; }

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

This text font color is #E1B7FA.


Background Color

.myBgColor { background-color: #E1B7FA; }

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

This div background color is #E1B7FA.


Border color

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

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

This div border color is #E1B7FA.


Opacity

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

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

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

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

This text has shadow with #E1B7FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B7FA on black background.


Color preview on white background

This text has color #E1B7FA on white background.



Black color preview on #E1B7FA background

This text has black color on #E1B7FA background.


White color preview on #E1B7FA background

This text has white color on #E1B7FA background.