COLOR #E1BFE5

HEX: #E1BFE5
RGB: (225,191,229)

Color info

#E1BFE5 contains red, green and blue colors in about the same proportion. Web safe color of #E1BFE5 is #CCCCCC (or #CCC).

RGB color model

#E1BFE5 color RGB value is (225,191,229).

  • red value is 225;
  • green value is 191;
  • blue value is 229.
RGB:
(225,191,229)
(88%,75%,90%)

RGB channels and saturation

R 225 of 255 = 88%
G 191 of 255 = 75%
B 229 of 255 = 90%

225
191
229

R + G + B ~ 84%. #E1BFE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 191 + 229 = 645 (100%)
R 225 of 645 ~ 34.88%
G 191 of 645 ~ 29.61%
B 229 of 645 ~ 35.5%

%34.88
%29.61
%35.5

CMYK color model

#E1BFE5 color CMYK value is (2,17,0,10).

  • cyan value is 1.75%
  • magenta value is 16.59%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(2,17,0,10)
C2M17Y0K10 
(2%,17%,0%,10%)
(0.02/0.17/0.00/0.10)	

CMYK percentages

%1.75
%16.59
%0
%10.2

Codes

Color #E1BFE5 in popluar color models

E1BFE5
RGB225191229
HSL294°42.22%82.35%
HSB/HSV294°16.59%89.80%
CMYK1.75%16.59%0.00%
10.20%

Color #E1BFE5 in popluar number systems.

HEXE1BFE5
Decimal225191229
Binary111000011011111111100101
Octal341277345

Shades and tints

Shades of #E1BFE5

#E1BFE5
(225,191,229)
#CDAED1
(205,174,209)
#B99DBD
(185,157,189)
#A58CA9
(165,140,169)
#917B95
(145,123,149)
#7D6A81
(125,106,129)
#69596D
(105,89,109)
#554859
(85,72,89)
#413745
(65,55,69)
#2D2631
(45,38,49)
#19151D
(25,21,29)
#000000
(0,0,0)

Tints of #E1BFE5

#E1BFE5
(225,191,229)
#E3C4E7
(227,196,231)
#E5C9E9
(229,201,233)
#E7CEEB
(231,206,235)
#E9D3ED
(233,211,237)
#EBD8EF
(235,216,239)
#EDDDF1
(237,221,241)
#EFE2F3
(239,226,243)
#F1E7F5
(241,231,245)
#F3ECF7
(243,236,247)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BFE5 color. Also use rgb(225,191,229) instead hex code.

Text Font Color

.myTextColor { color: #E1BFE5; }

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

This text font color is #E1BFE5.


Background Color

.myBgColor { background-color: #E1BFE5; }

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

This div background color is #E1BFE5.


Border color

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

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

This div border color is #E1BFE5.


Opacity

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

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

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

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

This text has shadow with #E1BFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BFE5 on black background.


Color preview on white background

This text has color #E1BFE5 on white background.



Black color preview on #E1BFE5 background

This text has black color on #E1BFE5 background.


White color preview on #E1BFE5 background

This text has white color on #E1BFE5 background.