COLOR #E7F6EA

HEX: #E7F6EA
RGB: (231,246,234)

Color info

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

RGB color model

#E7F6EA color RGB value is (231,246,234).

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

RGB channels and saturation

R 231 of 255 = 91%
G 246 of 255 = 96%
B 234 of 255 = 92%

231
246
234

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

Portions of RGB colors in percentages

R + G + B =
231 + 246 + 234 = 711 (100%)
R 231 of 711 ~ 32.49%
G 246 of 711 ~ 34.6%
B 234 of 711 ~ 32.91%

%32.49
%34.6
%32.91

CMYK color model

#E7F6EA color CMYK value is (6,0,5,4).

  • cyan value is 6.10%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 3.53%
CMYK:
(6,0,5,4)
C6M0Y5K4 
(6%,0%,5%,4%)
(0.06/0.00/0.05/0.04)	

CMYK percentages

%6.1
%0
%4.88
%3.53

Codes

Color #E7F6EA in popluar color models

E7F6EA
RGB231246234
HSL132°45.45%93.53%
HSB/HSV132°6.10%96.47%
CMYK6.10%0.00%4.88%
3.53%

Color #E7F6EA in popluar number systems.

HEXE7F6EA
Decimal231246234
Binary111001111111011011101010
Octal347366352

Shades and tints

Shades of #E7F6EA

#E7F6EA
(231,246,234)
#D2E0D5
(210,224,213)
#BDCAC0
(189,202,192)
#A8B4AB
(168,180,171)
#939E96
(147,158,150)
#7E8881
(126,136,129)
#69726C
(105,114,108)
#545C57
(84,92,87)
#3F4642
(63,70,66)
#2A302D
(42,48,45)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #E7F6EA

#E7F6EA
(231,246,234)
#E9F6EB
(233,246,235)
#EBF6EC
(235,246,236)
#EDF6ED
(237,246,237)
#EFF6EE
(239,246,238)
#F1F6EF
(241,246,239)
#F3F6F0
(243,246,240)
#F5F6F1
(245,246,241)
#F7F6F2
(247,246,242)
#F9F6F3
(249,246,243)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F6EA; }

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

This text font color is #E7F6EA.


Background Color

.myBgColor { background-color: #E7F6EA; }

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

This div background color is #E7F6EA.


Border color

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

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

This div border color is #E7F6EA.


Opacity

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

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

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

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

This text has shadow with #E7F6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F6EA on black background.


Color preview on white background

This text has color #E7F6EA on white background.



Black color preview on #E7F6EA background

This text has black color on #E7F6EA background.


White color preview on #E7F6EA background

This text has white color on #E7F6EA background.