COLOR #E7F7DC

HEX: #E7F7DC RGB: (231,247,220)

Color info

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

RGB color model

#E7F7DC color RGB value is (231,247,220).

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

RGB channels and saturation

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

231
247
220

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

Portions of RGB colors in percentages

R + G + B = 231 + 247 + 220 = 698 (100%)
R 231 of 698 ~ 33.09%
G 247 of 698 ~ 35.39%
B 220 of 698 ~ 31.52'%

%33.09
%35.39
%31.52

CMYK color model

#E7F7DC color CMYK value is (6,0,11,3).

  • cyan value is 6.48%
  • magenta value is 0.00%
  • yellow value is 10.93%
  • key color value is 3.14%

CMYK: (6,0,11,3)
C6M0Y11K3 (6%, 0%, 11%, 3%)
(0.06 / 0.00 / 0.11 / 0.03)

CMYK percentages

%6.48
%0
%10.93
%3.14

Codes

Color #E7F7DC in popluar color models

E7 F7 DC
RGB 231 247 220
HSL 96° 62.79% 91.57%
HSB/HSV 96° 10.93% 96.86%
CMYK 6.48% 0.00% 10.93%
3.14%

Color #E7F7DC in popluar number systems.

HEX E7 F7 DC
Decimal 231 247 220
Binary 11100111 11110111 11011100
Octal 347 367 334

Shades and tints

Shades of #E7F7DC

#E7F7DC
(231,247,220)
#D2E1C8
(210,225,200)
#BDCBB4
(189,203,180)
#A8B5A0
(168,181,160)
#939F8C
(147,159,140)
#7E8978
(126,137,120)
#697364
(105,115,100)
#545D50
(84,93,80)
#3F473C
(63,71,60)
#2A3128
(42,49,40)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #E7F7DC

#E7F7DC
(231,247,220)
#E9F7DF
(233,247,223)
#EBF7E2
(235,247,226)
#EDF7E5
(237,247,229)
#EFF7E8
(239,247,232)
#F1F7EB
(241,247,235)
#F3F7EE
(243,247,238)
#F5F7F1
(245,247,241)
#F7F7F4
(247,247,244)
#F9F7F7
(249,247,247)
#FBF7FA
(251,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F7DC; }

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

This text font color is #E7F7DC.

Background Color

.myBgColor { background-color: #E7F7DC; }

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

This div background color is #E7F7DC.

Border color

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

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

This div border color is #E7F7DC.

Opacity

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

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

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

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

This text has shadow with #E7F7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7F7DC.

Preview

Color preview on black background

This text has color #E7F7DC on black background.


Color preview on white background

This text has color #E7F7DC on white background.


Black color preview on #E7F7DC background

This text has black color on #E7F7DC background.


White color preview on #E7F7DC background

This text has white color on #E7F7DC background.


Related colors

Complementary color

Complementary color for #hex is #180823.


I love getcolorcode.com

Triadic colors

1 #DCE7F7 and #F7DCE7 with #E7F7DC are triadic colors.

2 #DCF7E7 and #F7E7DC with #E7F7DC are triadic colors.