COLOR #E7EAFA

HEX: #E7EAFA RGB: (231,234,250)

Color info

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

RGB color model

#E7EAFA color RGB value is (231,234,250).

RGB: (231,234,250) (91%, 92%, 98%)

RGB channels and saturation

R 231 of 255 = 91%
G 234 of 255 = 92%
B 250 of 255 = 98%

231
234
250

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

Portions of RGB colors in percentages

R + G + B = 231 + 234 + 250 = 715 (100%)
R 231 of 715 ~ 32.31%
G 234 of 715 ~ 32.73%
B 250 of 715 ~ 34.97'%

%32.31
%32.73
%34.97

CMYK color model

#E7EAFA color CMYK value is (8,6,0,2).

  • cyan value is 7.60%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (8,6,0,2) C8M6Y0K2 (8%,6%,0%,2%) (0.08/0.06/0.00/0.02) 

CMYK percentages

%7.6
%6.4
%0
%1.96

Codes

Color #E7EAFA in popluar color models

E7 EA FA
RGB 231 234 250
HSL 231° 65.52% 94.31%
HSB/HSV 231° 7.60% 98.04%
CMYK 7.60% 6.40% 0.00%
1.96%

Color #E7EAFA in popluar number systems.

HEX E7 EA FA
Decimal 231 234 250
Binary 11100111 11101010 11111010
Octal 347 352 372

Shades and tints

Shades of #E7EAFA

#E7EAFA
(231,234,250)
#D2D5E4
(210,213,228)
#BDC0CE
(189,192,206)
#A8ABB8
(168,171,184)
#9396A2
(147,150,162)
#7E818C
(126,129,140)
#696C76
(105,108,118)
#545760
(84,87,96)
#3F424A
(63,66,74)
#2A2D34
(42,45,52)
#15181E
(21,24,30)
#000000
(0,0,0)

Tints of #E7EAFA

#E7EAFA
(231,234,250)
#E9EBFA
(233,235,250)
#EBECFA
(235,236,250)
#EDEDFA
(237,237,250)
#EFEEFA
(239,238,250)
#F1EFFA
(241,239,250)
#F3F0FA
(243,240,250)
#F5F1FA
(245,241,250)
#F7F2FA
(247,242,250)
#F9F3FA
(249,243,250)
#FBF4FA
(251,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EAFA; }

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

This text font color is #E7EAFA.

Background Color

.myBgColor { background-color: #E7EAFA; }

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

This div background color is #E7EAFA.

Border color

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

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

This div border color is #E7EAFA.

Opacity

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

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

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

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

This text has shadow with #E7EAFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EAFA.

Preview

Color preview on black background

This text has color #E7EAFA on black background.


Color preview on white background

This text has color #E7EAFA on white background.


Black color preview on #E7EAFA background

This text has black color on #E7EAFA background.


White color preview on #E7EAFA background

This text has white color on #E7EAFA background.


Related colors

Complementary color

Complementary color for #hex is #181505.


I love getcolorcode.com

Triadic colors

1 #FAE7EA and #EAFAE7 with #E7EAFA are triadic colors.

2 #FAEAE7 and #EAE7FA with #E7EAFA are triadic colors.