COLOR #E7F6CF

HEX: #E7F6CF
RGB: (231,246,207)

Color info

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

RGB color model

#E7F6CF color RGB value is (231,246,207).

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

RGB channels and saturation

R 231 of 255 = 91%
G 246 of 255 = 96%
B 207 of 255 = 81%

231
246
207

R + G + B ~ 89%. #E7F6CF is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 246 + 207 = 684 (100%)
R 231 of 684 ~ 33.77%
G 246 of 684 ~ 35.96%
B 207 of 684 ~ 30.26%

%33.77
%35.96
%30.26

CMYK color model

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

  • cyan value is 6.10%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 3.53%
CMYK:
(6,0,16,4)
C6M0Y16K4 
(6%,0%,16%,4%)
(0.06/0.00/0.16/0.04)	

CMYK percentages

%6.1
%0
%15.85
%3.53

Codes

Color #E7F6CF in popluar color models

E7F6CF
RGB231246207
HSL83°68.42%88.82%
HSB/HSV83°15.85%96.47%
CMYK6.10%0.00%15.85%
3.53%

Color #E7F6CF in popluar number systems.

HEXE7F6CF
Decimal231246207
Binary111001111111011011001111
Octal347366317

Shades and tints

Shades of #E7F6CF

#E7F6CF
(231,246,207)
#D2E0BD
(210,224,189)
#BDCAAB
(189,202,171)
#A8B499
(168,180,153)
#939E87
(147,158,135)
#7E8875
(126,136,117)
#697263
(105,114,99)
#545C51
(84,92,81)
#3F463F
(63,70,63)
#2A302D
(42,48,45)
#151A1B
(21,26,27)
#000000
(0,0,0)

Tints of #E7F6CF

#E7F6CF
(231,246,207)
#E9F6D3
(233,246,211)
#EBF6D7
(235,246,215)
#EDF6DB
(237,246,219)
#EFF6DF
(239,246,223)
#F1F6E3
(241,246,227)
#F3F6E7
(243,246,231)
#F5F6EB
(245,246,235)
#F7F6EF
(247,246,239)
#F9F6F3
(249,246,243)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F6CF; }

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

This text font color is #E7F6CF.


Background Color

.myBgColor { background-color: #E7F6CF; }

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

This div background color is #E7F6CF.


Border color

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

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

This div border color is #E7F6CF.


Opacity

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

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

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

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

This text has shadow with #E7F6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F6CF on black background.


Color preview on white background

This text has color #E7F6CF on white background.



Black color preview on #E7F6CF background

This text has black color on #E7F6CF background.


White color preview on #E7F6CF background

This text has white color on #E7F6CF background.