COLOR #E7FEFB

HEX: #E7FEFB
RGB: (231,254,251)

Color info

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

RGB color model

#E7FEFB color RGB value is (231,254,251).

  • red value is 231;
  • green value is 254;
  • blue value is 251.
RGB:
(231,254,251)
(91%,100%,98%)

RGB channels and saturation

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

231
254
251

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

Portions of RGB colors in percentages

R + G + B =
231 + 254 + 251 = 736 (100%)
R 231 of 736 ~ 31.39%
G 254 of 736 ~ 34.51%
B 251 of 736 ~ 34.1%

%31.39
%34.51
%34.1

CMYK color model

#E7FEFB color CMYK value is (9,0,1,0).

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

CMYK percentages

%9.06
%0
%1.18
%0.39

Codes

Color #E7FEFB in popluar color models

E7FEFB
RGB231254251
HSL172°92.00%95.10%
HSB/HSV172°9.06%99.61%
CMYK9.06%0.00%1.18%
0.39%

Color #E7FEFB in popluar number systems.

HEXE7FEFB
Decimal231254251
Binary111001111111111011111011
Octal347376373

Shades and tints

Shades of #E7FEFB

#E7FEFB
(231,254,251)
#D2E7E5
(210,231,229)
#BDD0CF
(189,208,207)
#A8B9B9
(168,185,185)
#93A2A3
(147,162,163)
#7E8B8D
(126,139,141)
#697477
(105,116,119)
#545D61
(84,93,97)
#3F464B
(63,70,75)
#2A2F35
(42,47,53)
#15181F
(21,24,31)
#000000
(0,0,0)

Tints of #E7FEFB

#E7FEFB
(231,254,251)
#E9FEFB
(233,254,251)
#EBFEFB
(235,254,251)
#EDFEFB
(237,254,251)
#EFFEFB
(239,254,251)
#F1FEFB
(241,254,251)
#F3FEFB
(243,254,251)
#F5FEFB
(245,254,251)
#F7FEFB
(247,254,251)
#F9FEFB
(249,254,251)
#FBFEFB
(251,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7FEFB; }

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

This text font color is #E7FEFB.


Background Color

.myBgColor { background-color: #E7FEFB; }

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

This div background color is #E7FEFB.


Border color

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

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

This div border color is #E7FEFB.


Opacity

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

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

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

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

This text has shadow with #E7FEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7FEFB on black background.


Color preview on white background

This text has color #E7FEFB on white background.



Black color preview on #E7FEFB background

This text has black color on #E7FEFB background.


White color preview on #E7FEFB background

This text has white color on #E7FEFB background.