COLOR #E0EEF1

HEX: #E0EEF1
RGB: (224,238,241)

Color info

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

RGB color model

#E0EEF1 color RGB value is (224,238,241).

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

RGB channels and saturation

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

224
238
241

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

Portions of RGB colors in percentages

R + G + B =
224 + 238 + 241 = 703 (100%)
R 224 of 703 ~ 31.86%
G 238 of 703 ~ 33.85%
B 241 of 703 ~ 34.28%

%31.86
%33.85
%34.28

CMYK color model

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

  • cyan value is 7.05%
  • 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

%7.05
%1.24
%0
%5.49

Codes

Color #E0EEF1 in popluar color models

E0EEF1
RGB224238241
HSL191°37.78%91.18%
HSB/HSV191°7.05%94.51%
CMYK7.05%1.24%0.00%
5.49%

Color #E0EEF1 in popluar number systems.

HEXE0EEF1
Decimal224238241
Binary111000001110111011110001
Octal340356361

Shades and tints

Shades of #E0EEF1

#E0EEF1
(224,238,241)
#CCD9DC
(204,217,220)
#B8C4C7
(184,196,199)
#A4AFB2
(164,175,178)
#909A9D
(144,154,157)
#7C8588
(124,133,136)
#687073
(104,112,115)
#545B5E
(84,91,94)
#404649
(64,70,73)
#2C3134
(44,49,52)
#181C1F
(24,28,31)
#000000
(0,0,0)

Tints of #E0EEF1

#E0EEF1
(224,238,241)
#E2EFF2
(226,239,242)
#E4F0F3
(228,240,243)
#E6F1F4
(230,241,244)
#E8F2F5
(232,242,245)
#EAF3F6
(234,243,246)
#ECF4F7
(236,244,247)
#EEF5F8
(238,245,248)
#F0F6F9
(240,246,249)
#F2F7FA
(242,247,250)
#F4F8FB
(244,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EEF1; }

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

This text font color is #E0EEF1.


Background Color

.myBgColor { background-color: #E0EEF1; }

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

This div background color is #E0EEF1.


Border color

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

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

This div border color is #E0EEF1.


Opacity

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

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

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

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

This text has shadow with #E0EEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EEF1 on black background.


Color preview on white background

This text has color #E0EEF1 on white background.



Black color preview on #E0EEF1 background

This text has black color on #E0EEF1 background.


White color preview on #E0EEF1 background

This text has white color on #E0EEF1 background.