COLOR #E7F1EB

HEX: #E7F1EB
RGB: (231,241,235)

Color info

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

RGB color model

#E7F1EB color RGB value is (231,241,235).

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

RGB channels and saturation

R 231 of 255 = 91%
G 241 of 255 = 95%
B 235 of 255 = 92%

231
241
235

R + G + B ~ 93%. #E7F1EB is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 241 + 235 = 707 (100%)
R 231 of 707 ~ 32.67%
G 241 of 707 ~ 34.09%
B 235 of 707 ~ 33.24%

%32.67
%34.09
%33.24

CMYK color model

#E7F1EB color CMYK value is (4,0,2,5).

  • cyan value is 4.15%
  • magenta value is 0.00%
  • yellow value is 2.49%
  • key color value is 5.49%
CMYK:
(4,0,2,5)
C4M0Y2K5 
(4%,0%,2%,5%)
(0.04/0.00/0.02/0.05)	

CMYK percentages

%4.15
%0
%2.49
%5.49

Codes

Color #E7F1EB in popluar color models

E7F1EB
RGB231241235
HSL144°26.32%92.55%
HSB/HSV144°4.15%94.51%
CMYK4.15%0.00%2.49%
5.49%

Color #E7F1EB in popluar number systems.

HEXE7F1EB
Decimal231241235
Binary111001111111000111101011
Octal347361353

Shades and tints

Shades of #E7F1EB

#E7F1EB
(231,241,235)
#D2DCD6
(210,220,214)
#BDC7C1
(189,199,193)
#A8B2AC
(168,178,172)
#939D97
(147,157,151)
#7E8882
(126,136,130)
#69736D
(105,115,109)
#545E58
(84,94,88)
#3F4943
(63,73,67)
#2A342E
(42,52,46)
#151F19
(21,31,25)
#000000
(0,0,0)

Tints of #E7F1EB

#E7F1EB
(231,241,235)
#E9F2EC
(233,242,236)
#EBF3ED
(235,243,237)
#EDF4EE
(237,244,238)
#EFF5EF
(239,245,239)
#F1F6F0
(241,246,240)
#F3F7F1
(243,247,241)
#F5F8F2
(245,248,242)
#F7F9F3
(247,249,243)
#F9FAF4
(249,250,244)
#FBFBF5
(251,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F1EB; }

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

This text font color is #E7F1EB.


Background Color

.myBgColor { background-color: #E7F1EB; }

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

This div background color is #E7F1EB.


Border color

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

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

This div border color is #E7F1EB.


Opacity

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

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

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

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

This text has shadow with #E7F1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F1EB on black background.


Color preview on white background

This text has color #E7F1EB on white background.



Black color preview on #E7F1EB background

This text has black color on #E7F1EB background.


White color preview on #E7F1EB background

This text has white color on #E7F1EB background.