COLOR #E7E0FC

HEX: #E7E0FC
RGB: (231,224,252)

Color info

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

RGB color model

#E7E0FC color RGB value is (231,224,252).

  • red value is 231;
  • green value is 224;
  • blue value is 252.
RGB:
(231,224,252)
(91%,88%,99%)

RGB channels and saturation

R 231 of 255 = 91%
G 224 of 255 = 88%
B 252 of 255 = 99%

231
224
252

R + G + B ~ 93%. #E7E0FC is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 224 + 252 = 707 (100%)
R 231 of 707 ~ 32.67%
G 224 of 707 ~ 31.68%
B 252 of 707 ~ 35.64%

%32.67
%31.68
%35.64

CMYK color model

#E7E0FC color CMYK value is (8,11,0,1).

  • cyan value is 8.33%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(8,11,0,1)
C8M11Y0K1 
(8%,11%,0%,1%)
(0.08/0.11/0.00/0.01)	

CMYK percentages

%8.33
%11.11
%0
%1.18

Codes

Color #E7E0FC in popluar color models

E7E0FC
RGB231224252
HSL255°82.35%93.33%
HSB/HSV255°11.11%98.82%
CMYK8.33%11.11%0.00%
1.18%

Color #E7E0FC in popluar number systems.

HEXE7E0FC
Decimal231224252
Binary111001111110000011111100
Octal347340374

Shades and tints

Shades of #E7E0FC

#E7E0FC
(231,224,252)
#D2CCE6
(210,204,230)
#BDB8D0
(189,184,208)
#A8A4BA
(168,164,186)
#9390A4
(147,144,164)
#7E7C8E
(126,124,142)
#696878
(105,104,120)
#545462
(84,84,98)
#3F404C
(63,64,76)
#2A2C36
(42,44,54)
#151820
(21,24,32)
#000000
(0,0,0)

Tints of #E7E0FC

#E7E0FC
(231,224,252)
#E9E2FC
(233,226,252)
#EBE4FC
(235,228,252)
#EDE6FC
(237,230,252)
#EFE8FC
(239,232,252)
#F1EAFC
(241,234,252)
#F3ECFC
(243,236,252)
#F5EEFC
(245,238,252)
#F7F0FC
(247,240,252)
#F9F2FC
(249,242,252)
#FBF4FC
(251,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E0FC color. Also use rgb(231,224,252) instead hex code.

Text Font Color

.myTextColor { color: #E7E0FC; }

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

This text font color is #E7E0FC.


Background Color

.myBgColor { background-color: #E7E0FC; }

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

This div background color is #E7E0FC.


Border color

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

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

This div border color is #E7E0FC.


Opacity

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

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

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

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

This text has shadow with #E7E0FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E0FC on black background.


Color preview on white background

This text has color #E7E0FC on white background.



Black color preview on #E7E0FC background

This text has black color on #E7E0FC background.


White color preview on #E7E0FC background

This text has white color on #E7E0FC background.