COLOR #E7B5F9

HEX: #E7B5F9
RGB: (231,181,249)

Color info

#E7B5F9 contains mainly red and blue colors. Web safe color of #E7B5F9 is #FFCCFF (or #FCF).

RGB color model

#E7B5F9 color RGB value is (231,181,249).

  • red value is 231;
  • green value is 181;
  • blue value is 249.
RGB:
(231,181,249)
(91%,71%,98%)

RGB channels and saturation

R 231 of 255 = 91%
G 181 of 255 = 71%
B 249 of 255 = 98%

231
181
249

R + G + B ~ 87%. #E7B5F9 is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 181 + 249 = 661 (100%)
R 231 of 661 ~ 34.95%
G 181 of 661 ~ 27.38%
B 249 of 661 ~ 37.67%

%34.95
%27.38
%37.67

CMYK color model

#E7B5F9 color CMYK value is (7,27,0,2).

  • cyan value is 7.23%
  • magenta value is 27.31%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(7,27,0,2)
C7M27Y0K2 
(7%,27%,0%,2%)
(0.07/0.27/0.00/0.02)	

CMYK percentages

%7.23
%27.31
%0
%2.35

Codes

Color #E7B5F9 in popluar color models

E7B5F9
RGB231181249
HSL284°85.00%84.31%
HSB/HSV284°27.31%97.65%
CMYK7.23%27.31%0.00%
2.35%

Color #E7B5F9 in popluar number systems.

HEXE7B5F9
Decimal231181249
Binary111001111011010111111001
Octal347265371

Shades and tints

Shades of #E7B5F9

#E7B5F9
(231,181,249)
#D2A5E3
(210,165,227)
#BD95CD
(189,149,205)
#A885B7
(168,133,183)
#9375A1
(147,117,161)
#7E658B
(126,101,139)
#695575
(105,85,117)
#54455F
(84,69,95)
#3F3549
(63,53,73)
#2A2533
(42,37,51)
#15151D
(21,21,29)
#000000
(0,0,0)

Tints of #E7B5F9

#E7B5F9
(231,181,249)
#E9BBF9
(233,187,249)
#EBC1F9
(235,193,249)
#EDC7F9
(237,199,249)
#EFCDF9
(239,205,249)
#F1D3F9
(241,211,249)
#F3D9F9
(243,217,249)
#F5DFF9
(245,223,249)
#F7E5F9
(247,229,249)
#F9EBF9
(249,235,249)
#FBF1F9
(251,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B5F9 color. Also use rgb(231,181,249) instead hex code.

Text Font Color

.myTextColor { color: #E7B5F9; }

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

This text font color is #E7B5F9.


Background Color

.myBgColor { background-color: #E7B5F9; }

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

This div background color is #E7B5F9.


Border color

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

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

This div border color is #E7B5F9.


Opacity

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

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

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

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

This text has shadow with #E7B5F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B5F9 on black background.


Color preview on white background

This text has color #E7B5F9 on white background.



Black color preview on #E7B5F9 background

This text has black color on #E7B5F9 background.


White color preview on #E7B5F9 background

This text has white color on #E7B5F9 background.