COLOR #E7E1FC

HEX: #E7E1FC RGB: (231,225,252)

Color info

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

RGB color model

#E7E1FC color RGB value is (231,225,252).

RGB: (231,225,252) (91%, 88%, 99%)

RGB channels and saturation

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

231
225
252

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

Portions of RGB colors in percentages

R + G + B = 231 + 225 + 252 = 708 (100%)
R 231 of 708 ~ 32.63%
G 225 of 708 ~ 31.78%
B 252 of 708 ~ 35.59'%

%32.63
%31.78
%35.59

CMYK color model

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

  • cyan value is 8.33%
  • magenta value is 10.71%
  • 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
%10.71
%0
%1.18

Codes

Color #E7E1FC in popluar color models

E7 E1 FC
RGB 231 225 252
HSL 253° 81.82% 93.53%
HSB/HSV 253° 10.71% 98.82%
CMYK 8.33% 10.71% 0.00%
1.18%

Color #E7E1FC in popluar number systems.

HEX E7 E1 FC
Decimal 231 225 252
Binary 11100111 11100001 11111100
Octal 347 341 374

Shades and tints

Shades of #E7E1FC

#E7E1FC
(231,225,252)
#D2CDE6
(210,205,230)
#BDB9D0
(189,185,208)
#A8A5BA
(168,165,186)
#9391A4
(147,145,164)
#7E7D8E
(126,125,142)
#696978
(105,105,120)
#545562
(84,85,98)
#3F414C
(63,65,76)
#2A2D36
(42,45,54)
#151920
(21,25,32)
#000000
(0,0,0)

Tints of #E7E1FC

#E7E1FC
(231,225,252)
#E9E3FC
(233,227,252)
#EBE5FC
(235,229,252)
#EDE7FC
(237,231,252)
#EFE9FC
(239,233,252)
#F1EBFC
(241,235,252)
#F3EDFC
(243,237,252)
#F5EFFC
(245,239,252)
#F7F1FC
(247,241,252)
#F9F3FC
(249,243,252)
#FBF5FC
(251,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E1FC; }

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

This text font color is #E7E1FC.

Background Color

.myBgColor { background-color: #E7E1FC; }

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

This div background color is #E7E1FC.

Border color

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

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

This div border color is #E7E1FC.

Opacity

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

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

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

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

This text has shadow with #E7E1FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7E1FC.

Preview

Color preview on black background

This text has color #E7E1FC on black background.


Color preview on white background

This text has color #E7E1FC on white background.


Black color preview on #E7E1FC background

This text has black color on #E7E1FC background.


White color preview on #E7E1FC background

This text has white color on #E7E1FC background.


Related colors

Complementary color

Complementary color for #hex is #181E03.


I love getcolorcode.com

Triadic colors

1 #FCE7E1 and #E1FCE7 with #E7E1FC are triadic colors.

2 #FCE1E7 and #E1E7FC with #E7E1FC are triadic colors.