COLOR #E7C0FA

HEX: #E7C0FA
RGB: (231,192,250)

Color info

#E7C0FA contains red, green and blue colors in about the same proportion. Web safe color of #E7C0FA is #FFCCFF (or #FCF).

RGB color model

#E7C0FA color RGB value is (231,192,250).

  • red value is 231;
  • green value is 192;
  • blue value is 250.
RGB:
(231,192,250)
(91%,75%,98%)

RGB channels and saturation

R 231 of 255 = 91%
G 192 of 255 = 75%
B 250 of 255 = 98%

231
192
250

R + G + B ~ 88%. #E7C0FA is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 192 + 250 = 673 (100%)
R 231 of 673 ~ 34.32%
G 192 of 673 ~ 28.53%
B 250 of 673 ~ 37.15%

%34.32
%28.53
%37.15

CMYK color model

#E7C0FA color CMYK value is (8,23,0,2).

  • cyan value is 7.60%
  • magenta value is 23.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(8,23,0,2)
C8M23Y0K2 
(8%,23%,0%,2%)
(0.08/0.23/0.00/0.02)	

CMYK percentages

%7.6
%23.2
%0
%1.96

Codes

Color #E7C0FA in popluar color models

E7C0FA
RGB231192250
HSL280°85.29%86.67%
HSB/HSV280°23.20%98.04%
CMYK7.60%23.20%0.00%
1.96%

Color #E7C0FA in popluar number systems.

HEXE7C0FA
Decimal231192250
Binary111001111100000011111010
Octal347300372

Shades and tints

Shades of #E7C0FA

#E7C0FA
(231,192,250)
#D2AFE4
(210,175,228)
#BD9ECE
(189,158,206)
#A88DB8
(168,141,184)
#937CA2
(147,124,162)
#7E6B8C
(126,107,140)
#695A76
(105,90,118)
#544960
(84,73,96)
#3F384A
(63,56,74)
#2A2734
(42,39,52)
#15161E
(21,22,30)
#000000
(0,0,0)

Tints of #E7C0FA

#E7C0FA
(231,192,250)
#E9C5FA
(233,197,250)
#EBCAFA
(235,202,250)
#EDCFFA
(237,207,250)
#EFD4FA
(239,212,250)
#F1D9FA
(241,217,250)
#F3DEFA
(243,222,250)
#F5E3FA
(245,227,250)
#F7E8FA
(247,232,250)
#F9EDFA
(249,237,250)
#FBF2FA
(251,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C0FA color. Also use rgb(231,192,250) instead hex code.

Text Font Color

.myTextColor { color: #E7C0FA; }

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

This text font color is #E7C0FA.


Background Color

.myBgColor { background-color: #E7C0FA; }

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

This div background color is #E7C0FA.


Border color

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

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

This div border color is #E7C0FA.


Opacity

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

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

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

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

This text has shadow with #E7C0FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C0FA on black background.


Color preview on white background

This text has color #E7C0FA on white background.



Black color preview on #E7C0FA background

This text has black color on #E7C0FA background.


White color preview on #E7C0FA background

This text has white color on #E7C0FA background.