COLOR #E1ECF1

HEX: #E1ECF1
RGB: (225,236,241)

Color info

#E1ECF1 contains red, green and blue colors in about the same proportion. Web safe color of #E1ECF1 is #CCFFFF (or #CFF).

RGB color model

#E1ECF1 color RGB value is (225,236,241).

  • red value is 225;
  • green value is 236;
  • blue value is 241.
RGB: (225,236,241) (88%,93%,95%)

RGB channels and saturation

R 225 of 255 = 88%
G 236 of 255 = 93%
B 241 of 255 = 95%

225
236
241

R + G + B ~ 92%. #E1ECF1 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 236 + 241 = 702 (100%)
R 225 of 702 ~ 32.05%
G 236 of 702 ~ 33.62%
B 241 of 702 ~ 34.33%

%32.05
%33.62
%34.33

CMYK color model

#E1ECF1 color CMYK value is (7,2,0,5).

  • cyan value is 6.64%
  • magenta value is 2.07%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK: (7,2,0,5) C7M2Y0K5 (7%,2%,0%,5%) (0.07/0.02/0.00/0.05)

CMYK percentages

%6.64
%2.07
%0
%5.49

Codes

Color #E1ECF1 in popluar color models

E1ECF1
RGB225236241
HSL199°36.36%91.37%
HSB/HSV199°6.64%94.51%
CMYK6.64%2.07%0.00%
5.49%

Color #E1ECF1 in popluar number systems.

HEXE1ECF1
Decimal225236241
Binary111000011110110011110001
Octal341354361

Shades and tints

Shades of #E1ECF1

#E1ECF1
(225,236,241)
#CDD7DC
(205,215,220)
#B9C2C7
(185,194,199)
#A5ADB2
(165,173,178)
#91989D
(145,152,157)
#7D8388
(125,131,136)
#696E73
(105,110,115)
#55595E
(85,89,94)
#414449
(65,68,73)
#2D2F34
(45,47,52)
#191A1F
(25,26,31)
#000000
(0,0,0)

Tints of #E1ECF1

#E1ECF1
(225,236,241)
#E3EDF2
(227,237,242)
#E5EEF3
(229,238,243)
#E7EFF4
(231,239,244)
#E9F0F5
(233,240,245)
#EBF1F6
(235,241,246)
#EDF2F7
(237,242,247)
#EFF3F8
(239,243,248)
#F1F4F9
(241,244,249)
#F3F5FA
(243,245,250)
#F5F6FB
(245,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1ECF1; }

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

This text font color is #E1ECF1.


Background Color

.myBgColor { background-color: #E1ECF1; }

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

This div background color is #E1ECF1.


Border color

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

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

This div border color is #E1ECF1.


Opacity

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

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

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

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

This text has shadow with #E1ECF1 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #E1ECF1; -webkit-box-shadow:	1px 1px 3px 2px #E1ECF1; box-shadow:	1px 1px 3px 2px #E1ECF1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E1ECF1; -webkit-box-shadow: 1px 1px 3px 2px #E1ECF1; box-shadow:1px 1px 3px 2px #E1ECF1;">
Div content here</div>
This div box has shadow with color #E1ECF1.

Preview

Color preview on black background

This text has color #E1ECF1 on black background.


Color preview on white background

This text has color #E1ECF1 on white background.



Black color preview on #E1ECF1 background

This text has black color on #E1ECF1 background.


White color preview on #E1ECF1 background

This text has white color on #E1ECF1 background.