COLOR #E7B4F7

HEX: #E7B4F7
RGB: (231,180,247)

Color info

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

RGB color model

#E7B4F7 color RGB value is (231,180,247).

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

RGB channels and saturation

R 231 of 255 = 91%
G 180 of 255 = 71%
B 247 of 255 = 97%

231
180
247

R + G + B ~ 86%. #E7B4F7 is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 180 + 247 = 658 (100%)
R 231 of 658 ~ 35.11%
G 180 of 658 ~ 27.36%
B 247 of 658 ~ 37.54%

%35.11
%27.36
%37.54

CMYK color model

#E7B4F7 color CMYK value is (6,27,0,3).

  • cyan value is 6.48%
  • magenta value is 27.13%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(6,27,0,3)
C6M27Y0K3 
(6%,27%,0%,3%)
(0.06/0.27/0.00/0.03)	

CMYK percentages

%6.48
%27.13
%0
%3.14

Codes

Color #E7B4F7 in popluar color models

E7B4F7
RGB231180247
HSL286°80.72%83.73%
HSB/HSV286°27.13%96.86%
CMYK6.48%27.13%0.00%
3.14%

Color #E7B4F7 in popluar number systems.

HEXE7B4F7
Decimal231180247
Binary111001111011010011110111
Octal347264367

Shades and tints

Shades of #E7B4F7

#E7B4F7
(231,180,247)
#D2A4E1
(210,164,225)
#BD94CB
(189,148,203)
#A884B5
(168,132,181)
#93749F
(147,116,159)
#7E6489
(126,100,137)
#695473
(105,84,115)
#54445D
(84,68,93)
#3F3447
(63,52,71)
#2A2431
(42,36,49)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #E7B4F7

#E7B4F7
(231,180,247)
#E9BAF7
(233,186,247)
#EBC0F7
(235,192,247)
#EDC6F7
(237,198,247)
#EFCCF7
(239,204,247)
#F1D2F7
(241,210,247)
#F3D8F7
(243,216,247)
#F5DEF7
(245,222,247)
#F7E4F7
(247,228,247)
#F9EAF7
(249,234,247)
#FBF0F7
(251,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B4F7; }

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

This text font color is #E7B4F7.


Background Color

.myBgColor { background-color: #E7B4F7; }

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

This div background color is #E7B4F7.


Border color

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

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

This div border color is #E7B4F7.


Opacity

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

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

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

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

This text has shadow with #E7B4F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B4F7 on black background.


Color preview on white background

This text has color #E7B4F7 on white background.



Black color preview on #E7B4F7 background

This text has black color on #E7B4F7 background.


White color preview on #E7B4F7 background

This text has white color on #E7B4F7 background.