COLOR #E1EEF1

HEX: #E1EEF1
RGB: (225,238,241)

Color info

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

RGB color model

#E1EEF1 color RGB value is (225,238,241).

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

RGB channels and saturation

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

225
238
241

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

Portions of RGB colors in percentages

R + G + B =
225 + 238 + 241 = 704 (100%)
R 225 of 704 ~ 31.96%
G 238 of 704 ~ 33.81%
B 241 of 704 ~ 34.23%

%31.96
%33.81
%34.23

CMYK color model

#E1EEF1 color CMYK value is (7,1,0,5).

  • cyan value is 6.64%
  • magenta value is 1.24%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(7,1,0,5)
C7M1Y0K5 
(7%,1%,0%,5%)
(0.07/0.01/0.00/0.05)	

CMYK percentages

%6.64
%1.24
%0
%5.49

Codes

Color #E1EEF1 in popluar color models

E1EEF1
RGB225238241
HSL191°36.36%91.37%
HSB/HSV191°6.64%94.51%
CMYK6.64%1.24%0.00%
5.49%

Color #E1EEF1 in popluar number systems.

HEXE1EEF1
Decimal225238241
Binary111000011110111011110001
Octal341356361

Shades and tints

Shades of #E1EEF1

#E1EEF1
(225,238,241)
#CDD9DC
(205,217,220)
#B9C4C7
(185,196,199)
#A5AFB2
(165,175,178)
#919A9D
(145,154,157)
#7D8588
(125,133,136)
#697073
(105,112,115)
#555B5E
(85,91,94)
#414649
(65,70,73)
#2D3134
(45,49,52)
#191C1F
(25,28,31)
#000000
(0,0,0)

Tints of #E1EEF1

#E1EEF1
(225,238,241)
#E3EFF2
(227,239,242)
#E5F0F3
(229,240,243)
#E7F1F4
(231,241,244)
#E9F2F5
(233,242,245)
#EBF3F6
(235,243,246)
#EDF4F7
(237,244,247)
#EFF5F8
(239,245,248)
#F1F6F9
(241,246,249)
#F3F7FA
(243,247,250)
#F5F8FB
(245,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EEF1; }

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

This text font color is #E1EEF1.


Background Color

.myBgColor { background-color: #E1EEF1; }

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

This div background color is #E1EEF1.


Border color

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

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

This div border color is #E1EEF1.


Opacity

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

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

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

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

This text has shadow with #E1EEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EEF1 on black background.


Color preview on white background

This text has color #E1EEF1 on white background.



Black color preview on #E1EEF1 background

This text has black color on #E1EEF1 background.


White color preview on #E1EEF1 background

This text has white color on #E1EEF1 background.