COLOR #E7EFFB

HEX: #E7EFFB
RGB: (231,239,251)

Color info

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

RGB color model

#E7EFFB color RGB value is (231,239,251).

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

RGB channels and saturation

R 231 of 255 = 91%
G 239 of 255 = 94%
B 251 of 255 = 98%

231
239
251

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

Portions of RGB colors in percentages

R + G + B =
231 + 239 + 251 = 721 (100%)
R 231 of 721 ~ 32.04%
G 239 of 721 ~ 33.15%
B 251 of 721 ~ 34.81%

%32.04
%33.15
%34.81

CMYK color model

#E7EFFB color CMYK value is (8,5,0,2).

  • cyan value is 7.97%
  • magenta value is 4.78%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(8,5,0,2)
C8M5Y0K2 
(8%,5%,0%,2%)
(0.08/0.05/0.00/0.02)	

CMYK percentages

%7.97
%4.78
%0
%1.57

Codes

Color #E7EFFB in popluar color models

E7EFFB
RGB231239251
HSL216°71.43%94.51%
HSB/HSV216°7.97%98.43%
CMYK7.97%4.78%0.00%
1.57%

Color #E7EFFB in popluar number systems.

HEXE7EFFB
Decimal231239251
Binary111001111110111111111011
Octal347357373

Shades and tints

Shades of #E7EFFB

#E7EFFB
(231,239,251)
#D2DAE5
(210,218,229)
#BDC5CF
(189,197,207)
#A8B0B9
(168,176,185)
#939BA3
(147,155,163)
#7E868D
(126,134,141)
#697177
(105,113,119)
#545C61
(84,92,97)
#3F474B
(63,71,75)
#2A3235
(42,50,53)
#151D1F
(21,29,31)
#000000
(0,0,0)

Tints of #E7EFFB

#E7EFFB
(231,239,251)
#E9F0FB
(233,240,251)
#EBF1FB
(235,241,251)
#EDF2FB
(237,242,251)
#EFF3FB
(239,243,251)
#F1F4FB
(241,244,251)
#F3F5FB
(243,245,251)
#F5F6FB
(245,246,251)
#F7F7FB
(247,247,251)
#F9F8FB
(249,248,251)
#FBF9FB
(251,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EFFB; }

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

This text font color is #E7EFFB.


Background Color

.myBgColor { background-color: #E7EFFB; }

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

This div background color is #E7EFFB.


Border color

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

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

This div border color is #E7EFFB.


Opacity

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

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

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

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

This text has shadow with #E7EFFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EFFB on black background.


Color preview on white background

This text has color #E7EFFB on white background.



Black color preview on #E7EFFB background

This text has black color on #E7EFFB background.


White color preview on #E7EFFB background

This text has white color on #E7EFFB background.