COLOR #E1BFE4

HEX: #E1BFE4
RGB: (225,191,228)

Color info

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

RGB color model

#E1BFE4 color RGB value is (225,191,228).

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

RGB channels and saturation

R 225 of 255 = 88%
G 191 of 255 = 75%
B 228 of 255 = 89%

225
191
228

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

Portions of RGB colors in percentages

R + G + B =
225 + 191 + 228 = 644 (100%)
R 225 of 644 ~ 34.94%
G 191 of 644 ~ 29.66%
B 228 of 644 ~ 35.4%

%34.94
%29.66
%35.4

CMYK color model

#E1BFE4 color CMYK value is (1,16,0,11).

  • cyan value is 1.32%
  • magenta value is 16.23%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(1,16,0,11)
C1M16Y0K11 
(1%,16%,0%,11%)
(0.01/0.16/0.00/0.11)	

CMYK percentages

%1.32
%16.23
%0
%10.59

Codes

Color #E1BFE4 in popluar color models

E1BFE4
RGB225191228
HSL295°40.66%82.16%
HSB/HSV295°16.23%89.41%
CMYK1.32%16.23%0.00%
10.59%

Color #E1BFE4 in popluar number systems.

HEXE1BFE4
Decimal225191228
Binary111000011011111111100100
Octal341277344

Shades and tints

Shades of #E1BFE4

#E1BFE4
(225,191,228)
#CDAED0
(205,174,208)
#B99DBC
(185,157,188)
#A58CA8
(165,140,168)
#917B94
(145,123,148)
#7D6A80
(125,106,128)
#69596C
(105,89,108)
#554858
(85,72,88)
#413744
(65,55,68)
#2D2630
(45,38,48)
#19151C
(25,21,28)
#000000
(0,0,0)

Tints of #E1BFE4

#E1BFE4
(225,191,228)
#E3C4E6
(227,196,230)
#E5C9E8
(229,201,232)
#E7CEEA
(231,206,234)
#E9D3EC
(233,211,236)
#EBD8EE
(235,216,238)
#EDDDF0
(237,221,240)
#EFE2F2
(239,226,242)
#F1E7F4
(241,231,244)
#F3ECF6
(243,236,246)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BFE4; }

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

This text font color is #E1BFE4.


Background Color

.myBgColor { background-color: #E1BFE4; }

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

This div background color is #E1BFE4.


Border color

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

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

This div border color is #E1BFE4.


Opacity

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

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

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

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

This text has shadow with #E1BFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BFE4 on black background.


Color preview on white background

This text has color #E1BFE4 on white background.



Black color preview on #E1BFE4 background

This text has black color on #E1BFE4 background.


White color preview on #E1BFE4 background

This text has white color on #E1BFE4 background.