COLOR #E7F4D1

HEX: #E7F4D1
RGB: (231,244,209)

Color info

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

RGB color model

#E7F4D1 color RGB value is (231,244,209).

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

RGB channels and saturation

R 231 of 255 = 91%
G 244 of 255 = 96%
B 209 of 255 = 82%

231
244
209

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

Portions of RGB colors in percentages

R + G + B =
231 + 244 + 209 = 684 (100%)
R 231 of 684 ~ 33.77%
G 244 of 684 ~ 35.67%
B 209 of 684 ~ 30.56%

%33.77
%35.67
%30.56

CMYK color model

#E7F4D1 color CMYK value is (5,0,14,4).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 14.34%
  • key color value is 4.31%
CMYK:
(5,0,14,4)
C5M0Y14K4 
(5%,0%,14%,4%)
(0.05/0.00/0.14/0.04)	

CMYK percentages

%5.33
%0
%14.34
%4.31

Codes

Color #E7F4D1 in popluar color models

E7F4D1
RGB231244209
HSL82°61.40%88.82%
HSB/HSV82°14.34%95.69%
CMYK5.33%0.00%14.34%
4.31%

Color #E7F4D1 in popluar number systems.

HEXE7F4D1
Decimal231244209
Binary111001111111010011010001
Octal347364321

Shades and tints

Shades of #E7F4D1

#E7F4D1
(231,244,209)
#D2DEBE
(210,222,190)
#BDC8AB
(189,200,171)
#A8B298
(168,178,152)
#939C85
(147,156,133)
#7E8672
(126,134,114)
#69705F
(105,112,95)
#545A4C
(84,90,76)
#3F4439
(63,68,57)
#2A2E26
(42,46,38)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #E7F4D1

#E7F4D1
(231,244,209)
#E9F5D5
(233,245,213)
#EBF6D9
(235,246,217)
#EDF7DD
(237,247,221)
#EFF8E1
(239,248,225)
#F1F9E5
(241,249,229)
#F3FAE9
(243,250,233)
#F5FBED
(245,251,237)
#F7FCF1
(247,252,241)
#F9FDF5
(249,253,245)
#FBFEF9
(251,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F4D1; }

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

This text font color is #E7F4D1.


Background Color

.myBgColor { background-color: #E7F4D1; }

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

This div background color is #E7F4D1.


Border color

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

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

This div border color is #E7F4D1.


Opacity

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

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

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

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

This text has shadow with #E7F4D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F4D1 on black background.


Color preview on white background

This text has color #E7F4D1 on white background.



Black color preview on #E7F4D1 background

This text has black color on #E7F4D1 background.


White color preview on #E7F4D1 background

This text has white color on #E7F4D1 background.