COLOR #E7F6BF

HEX: #E7F6BF
RGB: (231,246,191)

Color info

#E7F6BF contains red, green and blue colors in about the same proportion. Web safe color of #E7F6BF is #FFFFCC (or #FFC).

RGB color model

#E7F6BF color RGB value is (231,246,191).

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

RGB channels and saturation

R 231 of 255 = 91%
G 246 of 255 = 96%
B 191 of 255 = 75%

231
246
191

R + G + B ~ 87%. #E7F6BF is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 246 + 191 = 668 (100%)
R 231 of 668 ~ 34.58%
G 246 of 668 ~ 36.83%
B 191 of 668 ~ 28.59%

%34.58
%36.83
%28.59

CMYK color model

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

  • cyan value is 6.10%
  • magenta value is 0.00%
  • yellow value is 22.36%
  • key color value is 3.53%
CMYK:
(6,0,22,4)
C6M0Y22K4 
(6%,0%,22%,4%)
(0.06/0.00/0.22/0.04)	

CMYK percentages

%6.1
%0
%22.36
%3.53

Codes

Color #E7F6BF in popluar color models

E7F6BF
RGB231246191
HSL76°75.34%85.69%
HSB/HSV76°22.36%96.47%
CMYK6.10%0.00%22.36%
3.53%

Color #E7F6BF in popluar number systems.

HEXE7F6BF
Decimal231246191
Binary111001111111011010111111
Octal347366277

Shades and tints

Shades of #E7F6BF

#E7F6BF
(231,246,191)
#D2E0AE
(210,224,174)
#BDCA9D
(189,202,157)
#A8B48C
(168,180,140)
#939E7B
(147,158,123)
#7E886A
(126,136,106)
#697259
(105,114,89)
#545C48
(84,92,72)
#3F4637
(63,70,55)
#2A3026
(42,48,38)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #E7F6BF

#E7F6BF
(231,246,191)
#E9F6C4
(233,246,196)
#EBF6C9
(235,246,201)
#EDF6CE
(237,246,206)
#EFF6D3
(239,246,211)
#F1F6D8
(241,246,216)
#F3F6DD
(243,246,221)
#F5F6E2
(245,246,226)
#F7F6E7
(247,246,231)
#F9F6EC
(249,246,236)
#FBF6F1
(251,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F6BF; }

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

This text font color is #E7F6BF.


Background Color

.myBgColor { background-color: #E7F6BF; }

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

This div background color is #E7F6BF.


Border color

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

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

This div border color is #E7F6BF.


Opacity

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

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

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

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

This text has shadow with #E7F6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F6BF on black background.


Color preview on white background

This text has color #E7F6BF on white background.



Black color preview on #E7F6BF background

This text has black color on #E7F6BF background.


White color preview on #E7F6BF background

This text has white color on #E7F6BF background.