COLOR #E7F1D1

HEX: #E7F1D1
RGB: (231,241,209)

Color info

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

RGB color model

#E7F1D1 color RGB value is (231,241,209).

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

RGB channels and saturation

R 231 of 255 = 91%
G 241 of 255 = 95%
B 209 of 255 = 82%

231
241
209

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

Portions of RGB colors in percentages

R + G + B =
231 + 241 + 209 = 681 (100%)
R 231 of 681 ~ 33.92%
G 241 of 681 ~ 35.39%
B 209 of 681 ~ 30.69%

%33.92
%35.39
%30.69

CMYK color model

#E7F1D1 color CMYK value is (4,0,13,5).

  • cyan value is 4.15%
  • magenta value is 0.00%
  • yellow value is 13.28%
  • key color value is 5.49%
CMYK:
(4,0,13,5)
C4M0Y13K5 
(4%,0%,13%,5%)
(0.04/0.00/0.13/0.05)	

CMYK percentages

%4.15
%0
%13.28
%5.49

Codes

Color #E7F1D1 in popluar color models

E7F1D1
RGB231241209
HSL79°53.33%88.24%
HSB/HSV79°13.28%94.51%
CMYK4.15%0.00%13.28%
5.49%

Color #E7F1D1 in popluar number systems.

HEXE7F1D1
Decimal231241209
Binary111001111111000111010001
Octal347361321

Shades and tints

Shades of #E7F1D1

#E7F1D1
(231,241,209)
#D2DCBE
(210,220,190)
#BDC7AB
(189,199,171)
#A8B298
(168,178,152)
#939D85
(147,157,133)
#7E8872
(126,136,114)
#69735F
(105,115,95)
#545E4C
(84,94,76)
#3F4939
(63,73,57)
#2A3426
(42,52,38)
#151F13
(21,31,19)
#000000
(0,0,0)

Tints of #E7F1D1

#E7F1D1
(231,241,209)
#E9F2D5
(233,242,213)
#EBF3D9
(235,243,217)
#EDF4DD
(237,244,221)
#EFF5E1
(239,245,225)
#F1F6E5
(241,246,229)
#F3F7E9
(243,247,233)
#F5F8ED
(245,248,237)
#F7F9F1
(247,249,241)
#F9FAF5
(249,250,245)
#FBFBF9
(251,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F1D1; }

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

This text font color is #E7F1D1.


Background Color

.myBgColor { background-color: #E7F1D1; }

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

This div background color is #E7F1D1.


Border color

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

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

This div border color is #E7F1D1.


Opacity

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

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

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

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

This text has shadow with #E7F1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F1D1 on black background.


Color preview on white background

This text has color #E7F1D1 on white background.



Black color preview on #E7F1D1 background

This text has black color on #E7F1D1 background.


White color preview on #E7F1D1 background

This text has white color on #E7F1D1 background.