COLOR #E7FAFE

HEX: #E7FAFE RGB: (231,250,254)

Color info

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

RGB color model

#E7FAFE color RGB value is (231,250,254).

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

RGB channels and saturation

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

231
250
254

R + G + B ~ 96%. #E7FAFE is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 250 + 254 = 735 (100%)
R 231 of 735 ~ 31.43%
G 250 of 735 ~ 34.01%
B 254 of 735 ~ 34.56'%

%31.43
%34.01
%34.56

CMYK color model

#E7FAFE color CMYK value is (9,2,0,0).

  • cyan value is 9.06%
  • magenta value is 1.57%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (9,2,0,0)
C9M2Y0K0 (9%, 2%, 0%, 0%)
(0.09 / 0.02 / 0.00 / 0.00)

CMYK percentages

%9.06
%1.57
%0
%0.39

Codes

Color #E7FAFE in popluar color models

E7 FA FE
RGB 231 250 254
HSL 190° 92.00% 95.10%
HSB/HSV 190° 9.06% 99.61%
CMYK 9.06% 1.57% 0.00%
0.39%

Color #E7FAFE in popluar number systems.

HEX E7 FA FE
Decimal 231 250 254
Binary 11100111 11111010 11111110
Octal 347 372 376

Shades and tints

Shades of #E7FAFE

#E7FAFE
(231,250,254)
#D2E4E7
(210,228,231)
#BDCED0
(189,206,208)
#A8B8B9
(168,184,185)
#93A2A2
(147,162,162)
#7E8C8B
(126,140,139)
#697674
(105,118,116)
#54605D
(84,96,93)
#3F4A46
(63,74,70)
#2A342F
(42,52,47)
#151E18
(21,30,24)
#000000
(0,0,0)

Tints of #E7FAFE

#E7FAFE
(231,250,254)
#E9FAFE
(233,250,254)
#EBFAFE
(235,250,254)
#EDFAFE
(237,250,254)
#EFFAFE
(239,250,254)
#F1FAFE
(241,250,254)
#F3FAFE
(243,250,254)
#F5FAFE
(245,250,254)
#F7FAFE
(247,250,254)
#F9FAFE
(249,250,254)
#FBFAFE
(251,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7FAFE; }

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

This text font color is #E7FAFE.

Background Color

.myBgColor { background-color: #E7FAFE; }

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

This div background color is #E7FAFE.

Border color

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

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

This div border color is #E7FAFE.

Opacity

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

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

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

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

This text has shadow with #E7FAFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7FAFE.

Preview

Color preview on black background

This text has color #E7FAFE on black background.


Color preview on white background

This text has color #E7FAFE on white background.


Black color preview on #E7FAFE background

This text has black color on #E7FAFE background.


White color preview on #E7FAFE background

This text has white color on #E7FAFE background.


Related colors

Complementary color

Complementary color for #hex is #180501.


I love getcolorcode.com

Triadic colors

1 #FEE7FA and #FAFEE7 with #E7FAFE are triadic colors.

2 #FEFAE7 and #FAE7FE with #E7FAFE are triadic colors.