COLOR #E7BFE5

HEX: #E7BFE5
RGB: (231,191,229)

Color info

#E7BFE5 contains red, green and blue colors in about the same proportion. Web safe color of #E7BFE5 is #FFCCCC (or #FCC).

RGB color model

#E7BFE5 color RGB value is (231,191,229).

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

RGB channels and saturation

R 231 of 255 = 91%
G 191 of 255 = 75%
B 229 of 255 = 90%

231
191
229

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

Portions of RGB colors in percentages

R + G + B =
231 + 191 + 229 = 651 (100%)
R 231 of 651 ~ 35.48%
G 191 of 651 ~ 29.34%
B 229 of 651 ~ 35.18%

%35.48
%29.34
%35.18

CMYK color model

#E7BFE5 color CMYK value is (0,17,1,9).

  • cyan value is 0.00%
  • magenta value is 17.32%
  • yellow value is 0.87%
  • key color value is 9.41%
CMYK:
(0,17,1,9)
C0M17Y1K9 
(0%,17%,1%,9%)
(0.00/0.17/0.01/0.09)	

CMYK percentages

%0
%17.32
%0.87
%9.41

Codes

Color #E7BFE5 in popluar color models

E7BFE5
RGB231191229
HSL303°45.45%82.75%
HSB/HSV303°17.32%90.59%
CMYK0.00%17.32%0.87%
9.41%

Color #E7BFE5 in popluar number systems.

HEXE7BFE5
Decimal231191229
Binary111001111011111111100101
Octal347277345

Shades and tints

Shades of #E7BFE5

#E7BFE5
(231,191,229)
#D2AED1
(210,174,209)
#BD9DBD
(189,157,189)
#A88CA9
(168,140,169)
#937B95
(147,123,149)
#7E6A81
(126,106,129)
#69596D
(105,89,109)
#544859
(84,72,89)
#3F3745
(63,55,69)
#2A2631
(42,38,49)
#15151D
(21,21,29)
#000000
(0,0,0)

Tints of #E7BFE5

#E7BFE5
(231,191,229)
#E9C4E7
(233,196,231)
#EBC9E9
(235,201,233)
#EDCEEB
(237,206,235)
#EFD3ED
(239,211,237)
#F1D8EF
(241,216,239)
#F3DDF1
(243,221,241)
#F5E2F3
(245,226,243)
#F7E7F5
(247,231,245)
#F9ECF7
(249,236,247)
#FBF1F9
(251,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BFE5; }

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

This text font color is #E7BFE5.


Background Color

.myBgColor { background-color: #E7BFE5; }

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

This div background color is #E7BFE5.


Border color

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

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

This div border color is #E7BFE5.


Opacity

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

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

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

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

This text has shadow with #E7BFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BFE5 on black background.


Color preview on white background

This text has color #E7BFE5 on white background.



Black color preview on #E7BFE5 background

This text has black color on #E7BFE5 background.


White color preview on #E7BFE5 background

This text has white color on #E7BFE5 background.