COLOR #E7E3FC

HEX: #E7E3FC
RGB: (231,227,252)

Color info

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

RGB color model

#E7E3FC color RGB value is (231,227,252).

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

RGB channels and saturation

R 231 of 255 = 91%
G 227 of 255 = 89%
B 252 of 255 = 99%

231
227
252

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

Portions of RGB colors in percentages

R + G + B =
231 + 227 + 252 = 710 (100%)
R 231 of 710 ~ 32.54%
G 227 of 710 ~ 31.97%
B 252 of 710 ~ 35.49%

%32.54
%31.97
%35.49

CMYK color model

#E7E3FC color CMYK value is (8,10,0,1).

  • cyan value is 8.33%
  • magenta value is 9.92%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(8,10,0,1)
C8M10Y0K1 
(8%,10%,0%,1%)
(0.08/0.10/0.00/0.01)	

CMYK percentages

%8.33
%9.92
%0
%1.18

Codes

Color #E7E3FC in popluar color models

E7E3FC
RGB231227252
HSL250°80.65%93.92%
HSB/HSV250°9.92%98.82%
CMYK8.33%9.92%0.00%
1.18%

Color #E7E3FC in popluar number systems.

HEXE7E3FC
Decimal231227252
Binary111001111110001111111100
Octal347343374

Shades and tints

Shades of #E7E3FC

#E7E3FC
(231,227,252)
#D2CFE6
(210,207,230)
#BDBBD0
(189,187,208)
#A8A7BA
(168,167,186)
#9393A4
(147,147,164)
#7E7F8E
(126,127,142)
#696B78
(105,107,120)
#545762
(84,87,98)
#3F434C
(63,67,76)
#2A2F36
(42,47,54)
#151B20
(21,27,32)
#000000
(0,0,0)

Tints of #E7E3FC

#E7E3FC
(231,227,252)
#E9E5FC
(233,229,252)
#EBE7FC
(235,231,252)
#EDE9FC
(237,233,252)
#EFEBFC
(239,235,252)
#F1EDFC
(241,237,252)
#F3EFFC
(243,239,252)
#F5F1FC
(245,241,252)
#F7F3FC
(247,243,252)
#F9F5FC
(249,245,252)
#FBF7FC
(251,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E3FC; }

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

This text font color is #E7E3FC.


Background Color

.myBgColor { background-color: #E7E3FC; }

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

This div background color is #E7E3FC.


Border color

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

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

This div border color is #E7E3FC.


Opacity

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

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

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

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

This text has shadow with #E7E3FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E3FC on black background.


Color preview on white background

This text has color #E7E3FC on white background.



Black color preview on #E7E3FC background

This text has black color on #E7E3FC background.


White color preview on #E7E3FC background

This text has white color on #E7E3FC background.