COLOR #E7F6DA

HEX: #E7F6DA
RGB: (231,246,218)

Color info

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

RGB color model

#E7F6DA color RGB value is (231,246,218).

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

RGB channels and saturation

R 231 of 255 = 91%
G 246 of 255 = 96%
B 218 of 255 = 85%

231
246
218

R + G + B ~ 91%. #E7F6DA is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 246 + 218 = 695 (100%)
R 231 of 695 ~ 33.24%
G 246 of 695 ~ 35.4%
B 218 of 695 ~ 31.37%

%33.24
%35.4
%31.37

CMYK color model

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

  • cyan value is 6.10%
  • magenta value is 0.00%
  • yellow value is 11.38%
  • key color value is 3.53%
CMYK:
(6,0,11,4)
C6M0Y11K4 
(6%,0%,11%,4%)
(0.06/0.00/0.11/0.04)	

CMYK percentages

%6.1
%0
%11.38
%3.53

Codes

Color #E7F6DA in popluar color models

E7F6DA
RGB231246218
HSL92°60.87%90.98%
HSB/HSV92°11.38%96.47%
CMYK6.10%0.00%11.38%
3.53%

Color #E7F6DA in popluar number systems.

HEXE7F6DA
Decimal231246218
Binary111001111111011011011010
Octal347366332

Shades and tints

Shades of #E7F6DA

#E7F6DA
(231,246,218)
#D2E0C7
(210,224,199)
#BDCAB4
(189,202,180)
#A8B4A1
(168,180,161)
#939E8E
(147,158,142)
#7E887B
(126,136,123)
#697268
(105,114,104)
#545C55
(84,92,85)
#3F4642
(63,70,66)
#2A302F
(42,48,47)
#151A1C
(21,26,28)
#000000
(0,0,0)

Tints of #E7F6DA

#E7F6DA
(231,246,218)
#E9F6DD
(233,246,221)
#EBF6E0
(235,246,224)
#EDF6E3
(237,246,227)
#EFF6E6
(239,246,230)
#F1F6E9
(241,246,233)
#F3F6EC
(243,246,236)
#F5F6EF
(245,246,239)
#F7F6F2
(247,246,242)
#F9F6F5
(249,246,245)
#FBF6F8
(251,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F6DA; }

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

This text font color is #E7F6DA.


Background Color

.myBgColor { background-color: #E7F6DA; }

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

This div background color is #E7F6DA.


Border color

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

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

This div border color is #E7F6DA.


Opacity

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

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

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

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

This text has shadow with #E7F6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F6DA on black background.


Color preview on white background

This text has color #E7F6DA on white background.



Black color preview on #E7F6DA background

This text has black color on #E7F6DA background.


White color preview on #E7F6DA background

This text has white color on #E7F6DA background.