COLOR #E7F5DC

HEX: #E7F5DC
RGB: (231,245,220)

Color info

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

RGB color model

#E7F5DC color RGB value is (231,245,220).

  • red value is 231;
  • green value is 245;
  • blue value is 220.
RGB:
(231,245,220)
(91%,96%,86%)

RGB channels and saturation

R 231 of 255 = 91%
G 245 of 255 = 96%
B 220 of 255 = 86%

231
245
220

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

Portions of RGB colors in percentages

R + G + B =
231 + 245 + 220 = 696 (100%)
R 231 of 696 ~ 33.19%
G 245 of 696 ~ 35.2%
B 220 of 696 ~ 31.61%

%33.19
%35.2
%31.61

CMYK color model

#E7F5DC color CMYK value is (6,0,10,4).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 3.92%
CMYK:
(6,0,10,4)
C6M0Y10K4 
(6%,0%,10%,4%)
(0.06/0.00/0.10/0.04)	

CMYK percentages

%5.71
%0
%10.2
%3.92

Codes

Color #E7F5DC in popluar color models

E7F5DC
RGB231245220
HSL94°55.56%91.18%
HSB/HSV94°10.20%96.08%
CMYK5.71%0.00%10.20%
3.92%

Color #E7F5DC in popluar number systems.

HEXE7F5DC
Decimal231245220
Binary111001111111010111011100
Octal347365334

Shades and tints

Shades of #E7F5DC

#E7F5DC
(231,245,220)
#D2DFC8
(210,223,200)
#BDC9B4
(189,201,180)
#A8B3A0
(168,179,160)
#939D8C
(147,157,140)
#7E8778
(126,135,120)
#697164
(105,113,100)
#545B50
(84,91,80)
#3F453C
(63,69,60)
#2A2F28
(42,47,40)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #E7F5DC

#E7F5DC
(231,245,220)
#E9F5DF
(233,245,223)
#EBF5E2
(235,245,226)
#EDF5E5
(237,245,229)
#EFF5E8
(239,245,232)
#F1F5EB
(241,245,235)
#F3F5EE
(243,245,238)
#F5F5F1
(245,245,241)
#F7F5F4
(247,245,244)
#F9F5F7
(249,245,247)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7F5DC color. Also use rgb(231,245,220) instead hex code.

Text Font Color

.myTextColor { color: #E7F5DC; }

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

This text font color is #E7F5DC.


Background Color

.myBgColor { background-color: #E7F5DC; }

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

This div background color is #E7F5DC.


Border color

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

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

This div border color is #E7F5DC.


Opacity

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

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

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

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

This text has shadow with #E7F5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F5DC on black background.


Color preview on white background

This text has color #E7F5DC on white background.



Black color preview on #E7F5DC background

This text has black color on #E7F5DC background.


White color preview on #E7F5DC background

This text has white color on #E7F5DC background.