COLOR #E7F0EC

HEX: #E7F0EC RGB: (231,240,236)

Color info

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

RGB color model

#E7F0EC color RGB value is (231,240,236).

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

RGB channels and saturation

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

231
240
236

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

Portions of RGB colors in percentages

R + G + B = 231 + 240 + 236 = 707 (100%)
R 231 of 707 ~ 32.67%
G 240 of 707 ~ 33.95%
B 236 of 707 ~ 33.38'%

%32.67
%33.95
%33.38

CMYK color model

#E7F0EC color CMYK value is (4,0,2,6).

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

CMYK: (4,0,2,6)
C4M0Y2K6 (4%, 0%, 2%, 6%)
(0.04 / 0.00 / 0.02 / 0.06)

CMYK percentages

%3.75
%0
%1.67
%5.88

Codes

Color #E7F0EC in popluar color models

E7 F0 EC
RGB 231 240 236
HSL 153° 23.08% 92.35%
HSB/HSV 153° 3.75% 94.12%
CMYK 3.75% 0.00% 1.67%
5.88%

Color #E7F0EC in popluar number systems.

HEX E7 F0 EC
Decimal 231 240 236
Binary 11100111 11110000 11101100
Octal 347 360 354

Shades and tints

Shades of #E7F0EC

#E7F0EC
(231,240,236)
#D2DBD7
(210,219,215)
#BDC6C2
(189,198,194)
#A8B1AD
(168,177,173)
#939C98
(147,156,152)
#7E8783
(126,135,131)
#69726E
(105,114,110)
#545D59
(84,93,89)
#3F4844
(63,72,68)
#2A332F
(42,51,47)
#151E1A
(21,30,26)
#000000
(0,0,0)

Tints of #E7F0EC

#E7F0EC
(231,240,236)
#E9F1ED
(233,241,237)
#EBF2EE
(235,242,238)
#EDF3EF
(237,243,239)
#EFF4F0
(239,244,240)
#F1F5F1
(241,245,241)
#F3F6F2
(243,246,242)
#F5F7F3
(245,247,243)
#F7F8F4
(247,248,244)
#F9F9F5
(249,249,245)
#FBFAF6
(251,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F0EC; }

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

This text font color is #E7F0EC.

Background Color

.myBgColor { background-color: #E7F0EC; }

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

This div background color is #E7F0EC.

Border color

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

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

This div border color is #E7F0EC.

Opacity

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

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

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

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

This text has shadow with #E7F0EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7F0EC.

Preview

Color preview on black background

This text has color #E7F0EC on black background.


Color preview on white background

This text has color #E7F0EC on white background.


Black color preview on #E7F0EC background

This text has black color on #E7F0EC background.


White color preview on #E7F0EC background

This text has white color on #E7F0EC background.


Related colors

Complementary color

Complementary color for #hex is #180F13.


I love getcolorcode.com

Triadic colors

1 #ECE7F0 and #F0ECE7 with #E7F0EC are triadic colors.

2 #ECF0E7 and #F0E7EC with #E7F0EC are triadic colors.