COLOR #E7E7FE

HEX: #E7E7FE RGB: (231,231,254)

Color info

#E7E7FE contains red, green and blue colors in about the same proportion. Web safe color of #E7E7FE is #FFFFFF (or #FFF).

RGB color model

#E7E7FE color RGB value is (231,231,254).

RGB: (231,231,254) (91%, 91%, 100%)

RGB channels and saturation

R 231 of 255 = 91%
G 231 of 255 = 91%
B 254 of 255 = 100%

231
231
254

R + G + B ~ 94%. #E7E7FE is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 231 + 254 = 716 (100%)
R 231 of 716 ~ 32.26%
G 231 of 716 ~ 32.26%
B 254 of 716 ~ 35.47'%

%32.26
%32.26
%35.47

CMYK color model

#E7E7FE color CMYK value is (9,9,0,0).

  • cyan value is 9.06%
  • magenta value is 9.06%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (9,9,0,0) C9M9Y0K0 (9%,9%,0%,0%) (0.09/0.09/0.00/0.00) 

CMYK percentages

%9.06
%9.06
%0
%0.39

Codes

Color #E7E7FE in popluar color models

E7 E7 FE
RGB 231 231 254
HSL 240° 92.00% 95.10%
HSB/HSV 240° 9.06% 99.61%
CMYK 9.06% 9.06% 0.00%
0.39%

Color #E7E7FE in popluar number systems.

HEX E7 E7 FE
Decimal 231 231 254
Binary 11100111 11100111 11111110
Octal 347 347 376

Shades and tints

Shades of #E7E7FE

#E7E7FE
(231,231,254)
#D2D2E7
(210,210,231)
#BDBDD0
(189,189,208)
#A8A8B9
(168,168,185)
#9393A2
(147,147,162)
#7E7E8B
(126,126,139)
#696974
(105,105,116)
#54545D
(84,84,93)
#3F3F46
(63,63,70)
#2A2A2F
(42,42,47)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #E7E7FE

#E7E7FE
(231,231,254)
#E9E9FE
(233,233,254)
#EBEBFE
(235,235,254)
#EDEDFE
(237,237,254)
#EFEFFE
(239,239,254)
#F1F1FE
(241,241,254)
#F3F3FE
(243,243,254)
#F5F5FE
(245,245,254)
#F7F7FE
(247,247,254)
#F9F9FE
(249,249,254)
#FBFBFE
(251,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E7FE; }

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

This text font color is #E7E7FE.

Background Color

.myBgColor { background-color: #E7E7FE; }

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

This div background color is #E7E7FE.

Border color

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

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

This div border color is #E7E7FE.

Opacity

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

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

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

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

This text has shadow with #E7E7FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7E7FE.

Preview

Color preview on black background

This text has color #E7E7FE on black background.


Color preview on white background

This text has color #E7E7FE on white background.


Black color preview on #E7E7FE background

This text has black color on #E7E7FE background.


White color preview on #E7E7FE background

This text has white color on #E7E7FE background.


Related colors

Complementary color

Complementary color for #hex is #181801.


I love getcolorcode.com