COLOR #E7F8DA

HEX: #E7F8DA
RGB: (231,248,218)

Color info

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

RGB color model

#E7F8DA color RGB value is (231,248,218).

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

RGB channels and saturation

R 231 of 255 = 91%
G 248 of 255 = 97%
B 218 of 255 = 85%

231
248
218

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

Portions of RGB colors in percentages

R + G + B =
231 + 248 + 218 = 697 (100%)
R 231 of 697 ~ 33.14%
G 248 of 697 ~ 35.58%
B 218 of 697 ~ 31.28%

%33.14
%35.58
%31.28

CMYK color model

#E7F8DA color CMYK value is (7,0,12,3).

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 12.10%
  • key color value is 2.75%
CMYK:
(7,0,12,3)
C7M0Y12K3 
(7%,0%,12%,3%)
(0.07/0.00/0.12/0.03)	

CMYK percentages

%6.85
%0
%12.1
%2.75

Codes

Color #E7F8DA in popluar color models

E7F8DA
RGB231248218
HSL94°68.18%91.37%
HSB/HSV94°12.10%97.25%
CMYK6.85%0.00%12.10%
2.75%

Color #E7F8DA in popluar number systems.

HEXE7F8DA
Decimal231248218
Binary111001111111100011011010
Octal347370332

Shades and tints

Shades of #E7F8DA

#E7F8DA
(231,248,218)
#D2E2C7
(210,226,199)
#BDCCB4
(189,204,180)
#A8B6A1
(168,182,161)
#93A08E
(147,160,142)
#7E8A7B
(126,138,123)
#697468
(105,116,104)
#545E55
(84,94,85)
#3F4842
(63,72,66)
#2A322F
(42,50,47)
#151C1C
(21,28,28)
#000000
(0,0,0)

Tints of #E7F8DA

#E7F8DA
(231,248,218)
#E9F8DD
(233,248,221)
#EBF8E0
(235,248,224)
#EDF8E3
(237,248,227)
#EFF8E6
(239,248,230)
#F1F8E9
(241,248,233)
#F3F8EC
(243,248,236)
#F5F8EF
(245,248,239)
#F7F8F2
(247,248,242)
#F9F8F5
(249,248,245)
#FBF8F8
(251,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F8DA; }

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

This text font color is #E7F8DA.


Background Color

.myBgColor { background-color: #E7F8DA; }

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

This div background color is #E7F8DA.


Border color

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

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

This div border color is #E7F8DA.


Opacity

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

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

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

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

This text has shadow with #E7F8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F8DA on black background.


Color preview on white background

This text has color #E7F8DA on white background.



Black color preview on #E7F8DA background

This text has black color on #E7F8DA background.


White color preview on #E7F8DA background

This text has white color on #E7F8DA background.