COLOR #E0EEEF

HEX: #E0EEEF
RGB: (224,238,239)

Color info

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

RGB color model

#E0EEEF color RGB value is (224,238,239).

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

RGB channels and saturation

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

224
238
239

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

Portions of RGB colors in percentages

R + G + B =
224 + 238 + 239 = 701 (100%)
R 224 of 701 ~ 31.95%
G 238 of 701 ~ 33.95%
B 239 of 701 ~ 34.09%

%31.95
%33.95
%34.09

CMYK color model

#E0EEEF color CMYK value is (6,0,0,6).

  • cyan value is 6.28%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(6,0,0,6)
C6M0Y0K6 
(6%,0%,0%,6%)
(0.06/0.00/0.00/0.06)	

CMYK percentages

%6.28
%0.42
%0
%6.27

Codes

Color #E0EEEF in popluar color models

E0EEEF
RGB224238239
HSL184°31.91%90.78%
HSB/HSV184°6.28%93.73%
CMYK6.28%0.42%0.00%
6.27%

Color #E0EEEF in popluar number systems.

HEXE0EEEF
Decimal224238239
Binary111000001110111011101111
Octal340356357

Shades and tints

Shades of #E0EEEF

#E0EEEF
(224,238,239)
#CCD9DA
(204,217,218)
#B8C4C5
(184,196,197)
#A4AFB0
(164,175,176)
#909A9B
(144,154,155)
#7C8586
(124,133,134)
#687071
(104,112,113)
#545B5C
(84,91,92)
#404647
(64,70,71)
#2C3132
(44,49,50)
#181C1D
(24,28,29)
#000000
(0,0,0)

Tints of #E0EEEF

#E0EEEF
(224,238,239)
#E2EFF0
(226,239,240)
#E4F0F1
(228,240,241)
#E6F1F2
(230,241,242)
#E8F2F3
(232,242,243)
#EAF3F4
(234,243,244)
#ECF4F5
(236,244,245)
#EEF5F6
(238,245,246)
#F0F6F7
(240,246,247)
#F2F7F8
(242,247,248)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EEEF; }

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

This text font color is #E0EEEF.


Background Color

.myBgColor { background-color: #E0EEEF; }

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

This div background color is #E0EEEF.


Border color

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

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

This div border color is #E0EEEF.


Opacity

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

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

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

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

This text has shadow with #E0EEEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EEEF on black background.


Color preview on white background

This text has color #E0EEEF on white background.



Black color preview on #E0EEEF background

This text has black color on #E0EEEF background.


White color preview on #E0EEEF background

This text has white color on #E0EEEF background.