COLOR #E7FBF1

HEX: #E7FBF1
RGB: (231,251,241)

Color info

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

RGB color model

#E7FBF1 color RGB value is (231,251,241).

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

RGB channels and saturation

R 231 of 255 = 91%
G 251 of 255 = 98%
B 241 of 255 = 95%

231
251
241

R + G + B ~ 95%. #E7FBF1 is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 251 + 241 = 723 (100%)
R 231 of 723 ~ 31.95%
G 251 of 723 ~ 34.72%
B 241 of 723 ~ 33.33%

%31.95
%34.72
%33.33

CMYK color model

#E7FBF1 color CMYK value is (8,0,4,2).

  • cyan value is 7.97%
  • magenta value is 0.00%
  • yellow value is 3.98%
  • key color value is 1.57%
CMYK:
(8,0,4,2)
C8M0Y4K2 
(8%,0%,4%,2%)
(0.08/0.00/0.04/0.02)	

CMYK percentages

%7.97
%0
%3.98
%1.57

Codes

Color #E7FBF1 in popluar color models

E7FBF1
RGB231251241
HSL150°71.43%94.51%
HSB/HSV150°7.97%98.43%
CMYK7.97%0.00%3.98%
1.57%

Color #E7FBF1 in popluar number systems.

HEXE7FBF1
Decimal231251241
Binary111001111111101111110001
Octal347373361

Shades and tints

Shades of #E7FBF1

#E7FBF1
(231,251,241)
#D2E5DC
(210,229,220)
#BDCFC7
(189,207,199)
#A8B9B2
(168,185,178)
#93A39D
(147,163,157)
#7E8D88
(126,141,136)
#697773
(105,119,115)
#54615E
(84,97,94)
#3F4B49
(63,75,73)
#2A3534
(42,53,52)
#151F1F
(21,31,31)
#000000
(0,0,0)

Tints of #E7FBF1

#E7FBF1
(231,251,241)
#E9FBF2
(233,251,242)
#EBFBF3
(235,251,243)
#EDFBF4
(237,251,244)
#EFFBF5
(239,251,245)
#F1FBF6
(241,251,246)
#F3FBF7
(243,251,247)
#F5FBF8
(245,251,248)
#F7FBF9
(247,251,249)
#F9FBFA
(249,251,250)
#FBFBFB
(251,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7FBF1; }

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

This text font color is #E7FBF1.


Background Color

.myBgColor { background-color: #E7FBF1; }

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

This div background color is #E7FBF1.


Border color

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

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

This div border color is #E7FBF1.


Opacity

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

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

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

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

This text has shadow with #E7FBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7FBF1 on black background.


Color preview on white background

This text has color #E7FBF1 on white background.



Black color preview on #E7FBF1 background

This text has black color on #E7FBF1 background.


White color preview on #E7FBF1 background

This text has white color on #E7FBF1 background.