COLOR #E7F8DC

HEX: #E7F8DC RGB: (231,248,220)

Color info

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

RGB color model

#E7F8DC color RGB value is (231,248,220).

RGB: (231,248,220) (91%, 97%, 86%)

RGB channels and saturation

R 231 of 255 = 91%
G 248 of 255 = 97%
B 220 of 255 = 86%

231
248
220

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

Portions of RGB colors in percentages

R + G + B = 231 + 248 + 220 = 699 (100%)
R 231 of 699 ~ 33.05%
G 248 of 699 ~ 35.48%
B 220 of 699 ~ 31.47'%

%33.05
%35.48
%31.47

CMYK color model

#E7F8DC color CMYK value is (7,0,11,3).

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 11.29%
  • key color value is 2.75%

CMYK: (7,0,11,3)
C7M0Y11K3 (7%, 0%, 11%, 3%)
(0.07 / 0.00 / 0.11 / 0.03)

CMYK percentages

%6.85
%0
%11.29
%2.75

Codes

Color #E7F8DC in popluar color models

E7 F8 DC
RGB 231 248 220
HSL 96° 66.67% 91.76%
HSB/HSV 96° 11.29% 97.25%
CMYK 6.85% 0.00% 11.29%
2.75%

Color #E7F8DC in popluar number systems.

HEX E7 F8 DC
Decimal 231 248 220
Binary 11100111 11111000 11011100
Octal 347 370 334

Shades and tints

Shades of #E7F8DC

#E7F8DC
(231,248,220)
#D2E2C8
(210,226,200)
#BDCCB4
(189,204,180)
#A8B6A0
(168,182,160)
#93A08C
(147,160,140)
#7E8A78
(126,138,120)
#697464
(105,116,100)
#545E50
(84,94,80)
#3F483C
(63,72,60)
#2A3228
(42,50,40)
#151C14
(21,28,20)
#000000
(0,0,0)

Tints of #E7F8DC

#E7F8DC
(231,248,220)
#E9F8DF
(233,248,223)
#EBF8E2
(235,248,226)
#EDF8E5
(237,248,229)
#EFF8E8
(239,248,232)
#F1F8EB
(241,248,235)
#F3F8EE
(243,248,238)
#F5F8F1
(245,248,241)
#F7F8F4
(247,248,244)
#F9F8F7
(249,248,247)
#FBF8FA
(251,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F8DC; }

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

This text font color is #E7F8DC.

Background Color

.myBgColor { background-color: #E7F8DC; }

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

This div background color is #E7F8DC.

Border color

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

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

This div border color is #E7F8DC.

Opacity

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

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

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

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

This text has shadow with #E7F8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7F8DC.

Preview

Color preview on black background

This text has color #E7F8DC on black background.


Color preview on white background

This text has color #E7F8DC on white background.


Black color preview on #E7F8DC background

This text has black color on #E7F8DC background.


White color preview on #E7F8DC background

This text has white color on #E7F8DC background.


Related colors

Complementary color

Complementary color for #hex is #180723.


I love getcolorcode.com

Triadic colors

1 #DCE7F8 and #F8DCE7 with #E7F8DC are triadic colors.

2 #DCF8E7 and #F8E7DC with #E7F8DC are triadic colors.