COLOR #E7ECF1

HEX: #E7ECF1 RGB: (231,236,241)

Color info

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

RGB color model

#E7ECF1 color RGB value is (231,236,241).

RGB: (231,236,241) (91%, 93%, 95%)

RGB channels and saturation

R 231 of 255 = 91%
G 236 of 255 = 93%
B 241 of 255 = 95%

231
236
241

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

Portions of RGB colors in percentages

R + G + B = 231 + 236 + 241 = 708 (100%)
R 231 of 708 ~ 32.63%
G 236 of 708 ~ 33.33%
B 241 of 708 ~ 34.04'%

%32.63
%33.33
%34.04

CMYK color model

#E7ECF1 color CMYK value is (4,2,0,5).

  • cyan value is 4.15%
  • magenta value is 2.07%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (4,2,0,5)
C4M2Y0K5 (4%, 2%, 0%, 5%)
(0.04 / 0.02 / 0.00 / 0.05)

CMYK percentages

%4.15
%2.07
%0
%5.49

Codes

Color #E7ECF1 in popluar color models

E7 EC F1
RGB 231 236 241
HSL 210° 26.32% 92.55%
HSB/HSV 210° 4.15% 94.51%
CMYK 4.15% 2.07% 0.00%
5.49%

Color #E7ECF1 in popluar number systems.

HEX E7 EC F1
Decimal 231 236 241
Binary 11100111 11101100 11110001
Octal 347 354 361

Shades and tints

Shades of #E7ECF1

#E7ECF1
(231,236,241)
#D2D7DC
(210,215,220)
#BDC2C7
(189,194,199)
#A8ADB2
(168,173,178)
#93989D
(147,152,157)
#7E8388
(126,131,136)
#696E73
(105,110,115)
#54595E
(84,89,94)
#3F4449
(63,68,73)
#2A2F34
(42,47,52)
#151A1F
(21,26,31)
#000000
(0,0,0)

Tints of #E7ECF1

#E7ECF1
(231,236,241)
#E9EDF2
(233,237,242)
#EBEEF3
(235,238,243)
#EDEFF4
(237,239,244)
#EFF0F5
(239,240,245)
#F1F1F6
(241,241,246)
#F3F2F7
(243,242,247)
#F5F3F8
(245,243,248)
#F7F4F9
(247,244,249)
#F9F5FA
(249,245,250)
#FBF6FB
(251,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7ECF1; }

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

This text font color is #E7ECF1.

Background Color

.myBgColor { background-color: #E7ECF1; }

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

This div background color is #E7ECF1.

Border color

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

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

This div border color is #E7ECF1.

Opacity

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

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

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

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

This text has shadow with #E7ECF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7ECF1.

Preview

Color preview on black background

This text has color #E7ECF1 on black background.


Color preview on white background

This text has color #E7ECF1 on white background.


Black color preview on #E7ECF1 background

This text has black color on #E7ECF1 background.


White color preview on #E7ECF1 background

This text has white color on #E7ECF1 background.


Related colors

Complementary color

Complementary color for #hex is #18130E.


I love getcolorcode.com

Triadic colors

1 #F1E7EC and #ECF1E7 with #E7ECF1 are triadic colors.

2 #F1ECE7 and #ECE7F1 with #E7ECF1 are triadic colors.