COLOR #E7F0DF

HEX: #E7F0DF RGB: (231,240,223)

Color info

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

RGB color model

#E7F0DF color RGB value is (231,240,223).

RGB: (231,240,223) (91%, 94%, 87%)

RGB channels and saturation

R 231 of 255 = 91%
G 240 of 255 = 94%
B 223 of 255 = 87%

231
240
223

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

Portions of RGB colors in percentages

R + G + B = 231 + 240 + 223 = 694 (100%)
R 231 of 694 ~ 33.29%
G 240 of 694 ~ 34.58%
B 223 of 694 ~ 32.13'%

%33.29
%34.58
%32.13

CMYK color model

#E7F0DF color CMYK value is (4,0,7,6).

  • cyan value is 3.75%
  • magenta value is 0.00%
  • yellow value is 7.08%
  • key color value is 5.88%
CMYK: (4,0,7,6) C4M0Y7K6 (4%,0%,7%,6%) (0.04/0.00/0.07/0.06) 

CMYK percentages

%3.75
%0
%7.08
%5.88

Codes

Color #E7F0DF in popluar color models

E7 F0 DF
RGB 231 240 223
HSL 92° 36.17% 90.78%
HSB/HSV 92° 7.08% 94.12%
CMYK 3.75% 0.00% 7.08%
5.88%

Color #E7F0DF in popluar number systems.

HEX E7 F0 DF
Decimal 231 240 223
Binary 11100111 11110000 11011111
Octal 347 360 337

Shades and tints

Shades of #E7F0DF

#E7F0DF
(231,240,223)
#D2DBCB
(210,219,203)
#BDC6B7
(189,198,183)
#A8B1A3
(168,177,163)
#939C8F
(147,156,143)
#7E877B
(126,135,123)
#697267
(105,114,103)
#545D53
(84,93,83)
#3F483F
(63,72,63)
#2A332B
(42,51,43)
#151E17
(21,30,23)
#000000
(0,0,0)

Tints of #E7F0DF

#E7F0DF
(231,240,223)
#E9F1E1
(233,241,225)
#EBF2E3
(235,242,227)
#EDF3E5
(237,243,229)
#EFF4E7
(239,244,231)
#F1F5E9
(241,245,233)
#F3F6EB
(243,246,235)
#F5F7ED
(245,247,237)
#F7F8EF
(247,248,239)
#F9F9F1
(249,249,241)
#FBFAF3
(251,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7F0DF color. Also use rgb(231,240,223) instead hex code.

Text Font Color

.myTextColor { color: #E7F0DF; }

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

This text font color is #E7F0DF.

Background Color

.myBgColor { background-color: #E7F0DF; }

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

This div background color is #E7F0DF.

Border color

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

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

This div border color is #E7F0DF.

Opacity

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

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

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

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

This text has shadow with #E7F0DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7F0DF.

Preview

Color preview on black background

This text has color #E7F0DF on black background.


Color preview on white background

This text has color #E7F0DF on white background.


Black color preview on #E7F0DF background

This text has black color on #E7F0DF background.


White color preview on #E7F0DF background

This text has white color on #E7F0DF background.


Related colors

Complementary color

Complementary color for #hex is #180F20.


I love getcolorcode.com

Triadic colors

1 #DFE7F0 and #F0DFE7 with #E7F0DF are triadic colors.

2 #DFF0E7 and #F0E7DF with #E7F0DF are triadic colors.