COLOR #E7F8D1

HEX: #E7F8D1
RGB: (231,248,209)

Color info

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

RGB color model

#E7F8D1 color RGB value is (231,248,209).

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

RGB channels and saturation

R 231 of 255 = 91%
G 248 of 255 = 97%
B 209 of 255 = 82%

231
248
209

R + G + B ~ 90%. #E7F8D1 is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 248 + 209 = 688 (100%)
R 231 of 688 ~ 33.58%
G 248 of 688 ~ 36.05%
B 209 of 688 ~ 30.38%

%33.58
%36.05
%30.38

CMYK color model

#E7F8D1 color CMYK value is (7,0,16,3).

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 15.73%
  • key color value is 2.75%
CMYK:
(7,0,16,3)
C7M0Y16K3 
(7%,0%,16%,3%)
(0.07/0.00/0.16/0.03)	

CMYK percentages

%6.85
%0
%15.73
%2.75

Codes

Color #E7F8D1 in popluar color models

E7F8D1
RGB231248209
HSL86°73.58%89.61%
HSB/HSV86°15.73%97.25%
CMYK6.85%0.00%15.73%
2.75%

Color #E7F8D1 in popluar number systems.

HEXE7F8D1
Decimal231248209
Binary111001111111100011010001
Octal347370321

Shades and tints

Shades of #E7F8D1

#E7F8D1
(231,248,209)
#D2E2BE
(210,226,190)
#BDCCAB
(189,204,171)
#A8B698
(168,182,152)
#93A085
(147,160,133)
#7E8A72
(126,138,114)
#69745F
(105,116,95)
#545E4C
(84,94,76)
#3F4839
(63,72,57)
#2A3226
(42,50,38)
#151C13
(21,28,19)
#000000
(0,0,0)

Tints of #E7F8D1

#E7F8D1
(231,248,209)
#E9F8D5
(233,248,213)
#EBF8D9
(235,248,217)
#EDF8DD
(237,248,221)
#EFF8E1
(239,248,225)
#F1F8E5
(241,248,229)
#F3F8E9
(243,248,233)
#F5F8ED
(245,248,237)
#F7F8F1
(247,248,241)
#F9F8F5
(249,248,245)
#FBF8F9
(251,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F8D1; }

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

This text font color is #E7F8D1.


Background Color

.myBgColor { background-color: #E7F8D1; }

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

This div background color is #E7F8D1.


Border color

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

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

This div border color is #E7F8D1.


Opacity

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

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

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

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

This text has shadow with #E7F8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F8D1 on black background.


Color preview on white background

This text has color #E7F8D1 on white background.



Black color preview on #E7F8D1 background

This text has black color on #E7F8D1 background.


White color preview on #E7F8D1 background

This text has white color on #E7F8D1 background.