COLOR #E7F6EC

HEX: #E7F6EC
RGB: (231,246,236)

Color info

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

RGB color model

#E7F6EC color RGB value is (231,246,236).

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

RGB channels and saturation

R 231 of 255 = 91%
G 246 of 255 = 96%
B 236 of 255 = 93%

231
246
236

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

Portions of RGB colors in percentages

R + G + B =
231 + 246 + 236 = 713 (100%)
R 231 of 713 ~ 32.4%
G 246 of 713 ~ 34.5%
B 236 of 713 ~ 33.1%

%32.4
%34.5
%33.1

CMYK color model

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

  • cyan value is 6.10%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 3.53%
CMYK:
(6,0,4,4)
C6M0Y4K4 
(6%,0%,4%,4%)
(0.06/0.00/0.04/0.04)	

CMYK percentages

%6.1
%0
%4.07
%3.53

Codes

Color #E7F6EC in popluar color models

E7F6EC
RGB231246236
HSL140°45.45%93.53%
HSB/HSV140°6.10%96.47%
CMYK6.10%0.00%4.07%
3.53%

Color #E7F6EC in popluar number systems.

HEXE7F6EC
Decimal231246236
Binary111001111111011011101100
Octal347366354

Shades and tints

Shades of #E7F6EC

#E7F6EC
(231,246,236)
#D2E0D7
(210,224,215)
#BDCAC2
(189,202,194)
#A8B4AD
(168,180,173)
#939E98
(147,158,152)
#7E8883
(126,136,131)
#69726E
(105,114,110)
#545C59
(84,92,89)
#3F4644
(63,70,68)
#2A302F
(42,48,47)
#151A1A
(21,26,26)
#000000
(0,0,0)

Tints of #E7F6EC

#E7F6EC
(231,246,236)
#E9F6ED
(233,246,237)
#EBF6EE
(235,246,238)
#EDF6EF
(237,246,239)
#EFF6F0
(239,246,240)
#F1F6F1
(241,246,241)
#F3F6F2
(243,246,242)
#F5F6F3
(245,246,243)
#F7F6F4
(247,246,244)
#F9F6F5
(249,246,245)
#FBF6F6
(251,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F6EC; }

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

This text font color is #E7F6EC.


Background Color

.myBgColor { background-color: #E7F6EC; }

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

This div background color is #E7F6EC.


Border color

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

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

This div border color is #E7F6EC.


Opacity

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

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

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

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

This text has shadow with #E7F6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F6EC on black background.


Color preview on white background

This text has color #E7F6EC on white background.



Black color preview on #E7F6EC background

This text has black color on #E7F6EC background.


White color preview on #E7F6EC background

This text has white color on #E7F6EC background.