COLOR #E0EEF0

HEX: #E0EEF0
RGB: (224,238,240)

Color info

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

RGB color model

#E0EEF0 color RGB value is (224,238,240).

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

RGB channels and saturation

R 224 of 255 = 88%
G 238 of 255 = 93%
B 240 of 255 = 94%

224
238
240

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

Portions of RGB colors in percentages

R + G + B =
224 + 238 + 240 = 702 (100%)
R 224 of 702 ~ 31.91%
G 238 of 702 ~ 33.9%
B 240 of 702 ~ 34.19%

%31.91
%33.9
%34.19

CMYK color model

#E0EEF0 color CMYK value is (7,1,0,6).

  • cyan value is 6.67%
  • magenta value is 0.83%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(7,1,0,6)
C7M1Y0K6 
(7%,1%,0%,6%)
(0.07/0.01/0.00/0.06)	

CMYK percentages

%6.67
%0.83
%0
%5.88

Codes

Color #E0EEF0 in popluar color models

E0EEF0
RGB224238240
HSL188°34.78%90.98%
HSB/HSV188°6.67%94.12%
CMYK6.67%0.83%0.00%
5.88%

Color #E0EEF0 in popluar number systems.

HEXE0EEF0
Decimal224238240
Binary111000001110111011110000
Octal340356360

Shades and tints

Shades of #E0EEF0

#E0EEF0
(224,238,240)
#CCD9DB
(204,217,219)
#B8C4C6
(184,196,198)
#A4AFB1
(164,175,177)
#909A9C
(144,154,156)
#7C8587
(124,133,135)
#687072
(104,112,114)
#545B5D
(84,91,93)
#404648
(64,70,72)
#2C3133
(44,49,51)
#181C1E
(24,28,30)
#000000
(0,0,0)

Tints of #E0EEF0

#E0EEF0
(224,238,240)
#E2EFF1
(226,239,241)
#E4F0F2
(228,240,242)
#E6F1F3
(230,241,243)
#E8F2F4
(232,242,244)
#EAF3F5
(234,243,245)
#ECF4F6
(236,244,246)
#EEF5F7
(238,245,247)
#F0F6F8
(240,246,248)
#F2F7F9
(242,247,249)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EEF0; }

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

This text font color is #E0EEF0.


Background Color

.myBgColor { background-color: #E0EEF0; }

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

This div background color is #E0EEF0.


Border color

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

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

This div border color is #E0EEF0.


Opacity

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

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

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

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

This text has shadow with #E0EEF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EEF0 on black background.


Color preview on white background

This text has color #E0EEF0 on white background.



Black color preview on #E0EEF0 background

This text has black color on #E0EEF0 background.


White color preview on #E0EEF0 background

This text has white color on #E0EEF0 background.