COLOR #E7F9FE

HEX: #E7F9FE RGB: (231,249,254)

Color info

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

RGB color model

#E7F9FE color RGB value is (231,249,254).

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

RGB channels and saturation

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

231
249
254

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

Portions of RGB colors in percentages

R + G + B = 231 + 249 + 254 = 734 (100%)
R 231 of 734 ~ 31.47%
G 249 of 734 ~ 33.92%
B 254 of 734 ~ 34.6'%

%31.47
%33.92
%34.6

CMYK color model

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

  • cyan value is 9.06%
  • magenta value is 1.97%
  • 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.97
%0
%0.39

Codes

Color #E7F9FE in popluar color models

E7 F9 FE
RGB 231 249 254
HSL 193° 92.00% 95.10%
HSB/HSV 193° 9.06% 99.61%
CMYK 9.06% 1.97% 0.00%
0.39%

Color #E7F9FE in popluar number systems.

HEX E7 F9 FE
Decimal 231 249 254
Binary 11100111 11111001 11111110
Octal 347 371 376

Shades and tints

Shades of #E7F9FE

#E7F9FE
(231,249,254)
#D2E3E7
(210,227,231)
#BDCDD0
(189,205,208)
#A8B7B9
(168,183,185)
#93A1A2
(147,161,162)
#7E8B8B
(126,139,139)
#697574
(105,117,116)
#545F5D
(84,95,93)
#3F4946
(63,73,70)
#2A332F
(42,51,47)
#151D18
(21,29,24)
#000000
(0,0,0)

Tints of #E7F9FE

#E7F9FE
(231,249,254)
#E9F9FE
(233,249,254)
#EBF9FE
(235,249,254)
#EDF9FE
(237,249,254)
#EFF9FE
(239,249,254)
#F1F9FE
(241,249,254)
#F3F9FE
(243,249,254)
#F5F9FE
(245,249,254)
#F7F9FE
(247,249,254)
#F9F9FE
(249,249,254)
#FBF9FE
(251,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F9FE; }

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

This text font color is #E7F9FE.

Background Color

.myBgColor { background-color: #E7F9FE; }

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

This div background color is #E7F9FE.

Border color

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

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

This div border color is #E7F9FE.

Opacity

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

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

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

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

This text has shadow with #E7F9FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7F9FE.

Preview

Color preview on black background

This text has color #E7F9FE on black background.


Color preview on white background

This text has color #E7F9FE on white background.


Black color preview on #E7F9FE background

This text has black color on #E7F9FE background.


White color preview on #E7F9FE background

This text has white color on #E7F9FE background.


Related colors

Complementary color

Complementary color for #hex is #180601.


I love getcolorcode.com

Triadic colors

1 #FEE7F9 and #F9FEE7 with #E7F9FE are triadic colors.

2 #FEF9E7 and #F9E7FE with #E7F9FE are triadic colors.