COLOR #E7B7F7

HEX: #E7B7F7
RGB: (231,183,247)

Color info

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

RGB color model

#E7B7F7 color RGB value is (231,183,247).

  • red value is 231;
  • green value is 183;
  • blue value is 247.
RGB:
(231,183,247)
(91%,72%,97%)

RGB channels and saturation

R 231 of 255 = 91%
G 183 of 255 = 72%
B 247 of 255 = 97%

231
183
247

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

Portions of RGB colors in percentages

R + G + B =
231 + 183 + 247 = 661 (100%)
R 231 of 661 ~ 34.95%
G 183 of 661 ~ 27.69%
B 247 of 661 ~ 37.37%

%34.95
%27.69
%37.37

CMYK color model

#E7B7F7 color CMYK value is (6,26,0,3).

  • cyan value is 6.48%
  • magenta value is 25.91%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(6,26,0,3)
C6M26Y0K3 
(6%,26%,0%,3%)
(0.06/0.26/0.00/0.03)	

CMYK percentages

%6.48
%25.91
%0
%3.14

Codes

Color #E7B7F7 in popluar color models

E7B7F7
RGB231183247
HSL285°80.00%84.31%
HSB/HSV285°25.91%96.86%
CMYK6.48%25.91%0.00%
3.14%

Color #E7B7F7 in popluar number systems.

HEXE7B7F7
Decimal231183247
Binary111001111011011111110111
Octal347267367

Shades and tints

Shades of #E7B7F7

#E7B7F7
(231,183,247)
#D2A7E1
(210,167,225)
#BD97CB
(189,151,203)
#A887B5
(168,135,181)
#93779F
(147,119,159)
#7E6789
(126,103,137)
#695773
(105,87,115)
#54475D
(84,71,93)
#3F3747
(63,55,71)
#2A2731
(42,39,49)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #E7B7F7

#E7B7F7
(231,183,247)
#E9BDF7
(233,189,247)
#EBC3F7
(235,195,247)
#EDC9F7
(237,201,247)
#EFCFF7
(239,207,247)
#F1D5F7
(241,213,247)
#F3DBF7
(243,219,247)
#F5E1F7
(245,225,247)
#F7E7F7
(247,231,247)
#F9EDF7
(249,237,247)
#FBF3F7
(251,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B7F7 color. Also use rgb(231,183,247) instead hex code.

Text Font Color

.myTextColor { color: #E7B7F7; }

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

This text font color is #E7B7F7.


Background Color

.myBgColor { background-color: #E7B7F7; }

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

This div background color is #E7B7F7.


Border color

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

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

This div border color is #E7B7F7.


Opacity

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

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

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

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

This text has shadow with #E7B7F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B7F7 on black background.


Color preview on white background

This text has color #E7B7F7 on white background.



Black color preview on #E7B7F7 background

This text has black color on #E7B7F7 background.


White color preview on #E7B7F7 background

This text has white color on #E7B7F7 background.