COLOR #E7F1EA

HEX: #E7F1EA
RGB: (231,241,234)

Color info

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

RGB color model

#E7F1EA color RGB value is (231,241,234).

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

RGB channels and saturation

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

231
241
234

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

Portions of RGB colors in percentages

R + G + B =
231 + 241 + 234 = 706 (100%)
R 231 of 706 ~ 32.72%
G 241 of 706 ~ 34.14%
B 234 of 706 ~ 33.14%

%32.72
%34.14
%33.14

CMYK color model

#E7F1EA color CMYK value is (4,0,3,5).

  • cyan value is 4.15%
  • magenta value is 0.00%
  • yellow value is 2.90%
  • key color value is 5.49%
CMYK:
(4,0,3,5)
C4M0Y3K5 
(4%,0%,3%,5%)
(0.04/0.00/0.03/0.05)	

CMYK percentages

%4.15
%0
%2.9
%5.49

Codes

Color #E7F1EA in popluar color models

E7F1EA
RGB231241234
HSL138°26.32%92.55%
HSB/HSV138°4.15%94.51%
CMYK4.15%0.00%2.90%
5.49%

Color #E7F1EA in popluar number systems.

HEXE7F1EA
Decimal231241234
Binary111001111111000111101010
Octal347361352

Shades and tints

Shades of #E7F1EA

#E7F1EA
(231,241,234)
#D2DCD5
(210,220,213)
#BDC7C0
(189,199,192)
#A8B2AB
(168,178,171)
#939D96
(147,157,150)
#7E8881
(126,136,129)
#69736C
(105,115,108)
#545E57
(84,94,87)
#3F4942
(63,73,66)
#2A342D
(42,52,45)
#151F18
(21,31,24)
#000000
(0,0,0)

Tints of #E7F1EA

#E7F1EA
(231,241,234)
#E9F2EB
(233,242,235)
#EBF3EC
(235,243,236)
#EDF4ED
(237,244,237)
#EFF5EE
(239,245,238)
#F1F6EF
(241,246,239)
#F3F7F0
(243,247,240)
#F5F8F1
(245,248,241)
#F7F9F2
(247,249,242)
#F9FAF3
(249,250,243)
#FBFBF4
(251,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F1EA; }

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

This text font color is #E7F1EA.


Background Color

.myBgColor { background-color: #E7F1EA; }

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

This div background color is #E7F1EA.


Border color

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

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

This div border color is #E7F1EA.


Opacity

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

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

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

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

This text has shadow with #E7F1EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F1EA on black background.


Color preview on white background

This text has color #E7F1EA on white background.



Black color preview on #E7F1EA background

This text has black color on #E7F1EA background.


White color preview on #E7F1EA background

This text has white color on #E7F1EA background.