COLOR #E7F0ED

HEX: #E7F0ED RGB: (231,240,237)

Color info

#E7F0ED contains red, green and blue colors in about the same proportion. Web safe color of #E7F0ED is #FFFFFF (or #FFF).

RGB color model

#E7F0ED color RGB value is (231,240,237).

RGB: (231,240,237) (91%, 94%, 93%)

RGB channels and saturation

R 231 of 255 = 91%
G 240 of 255 = 94%
B 237 of 255 = 93%

231
240
237

R + G + B ~ 93%. #E7F0ED is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 240 + 237 = 708 (100%)
R 231 of 708 ~ 32.63%
G 240 of 708 ~ 33.9%
B 237 of 708 ~ 33.47'%

%32.63
%33.9
%33.47

CMYK color model

#E7F0ED color CMYK value is (4,0,1,6).

  • cyan value is 3.75%
  • magenta value is 0.00%
  • yellow value is 1.25%
  • key color value is 5.88%

CMYK: (4,0,1,6)
C4M0Y1K6 (4%, 0%, 1%, 6%)
(0.04 / 0.00 / 0.01 / 0.06)

CMYK percentages

%3.75
%0
%1.25
%5.88

Codes

Color #E7F0ED in popluar color models

E7 F0 ED
RGB 231 240 237
HSL 160° 23.08% 92.35%
HSB/HSV 160° 3.75% 94.12%
CMYK 3.75% 0.00% 1.25%
5.88%

Color #E7F0ED in popluar number systems.

HEX E7 F0 ED
Decimal 231 240 237
Binary 11100111 11110000 11101101
Octal 347 360 355

Shades and tints

Shades of #E7F0ED

#E7F0ED
(231,240,237)
#D2DBD8
(210,219,216)
#BDC6C3
(189,198,195)
#A8B1AE
(168,177,174)
#939C99
(147,156,153)
#7E8784
(126,135,132)
#69726F
(105,114,111)
#545D5A
(84,93,90)
#3F4845
(63,72,69)
#2A3330
(42,51,48)
#151E1B
(21,30,27)
#000000
(0,0,0)

Tints of #E7F0ED

#E7F0ED
(231,240,237)
#E9F1EE
(233,241,238)
#EBF2EF
(235,242,239)
#EDF3F0
(237,243,240)
#EFF4F1
(239,244,241)
#F1F5F2
(241,245,242)
#F3F6F3
(243,246,243)
#F5F7F4
(245,247,244)
#F7F8F5
(247,248,245)
#F9F9F6
(249,249,246)
#FBFAF7
(251,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F0ED; }

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

This text font color is #E7F0ED.

Background Color

.myBgColor { background-color: #E7F0ED; }

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

This div background color is #E7F0ED.

Border color

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

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

This div border color is #E7F0ED.

Opacity

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

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

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

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

This text has shadow with #E7F0ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7F0ED.

Preview

Color preview on black background

This text has color #E7F0ED on black background.


Color preview on white background

This text has color #E7F0ED on white background.


Black color preview on #E7F0ED background

This text has black color on #E7F0ED background.


White color preview on #E7F0ED background

This text has white color on #E7F0ED background.


Related colors

Complementary color

Complementary color for #hex is #180F12.


I love getcolorcode.com

Triadic colors

1 #EDE7F0 and #F0EDE7 with #E7F0ED are triadic colors.

2 #EDF0E7 and #F0E7ED with #E7F0ED are triadic colors.