COLOR #E0E7F0

HEX: #E0E7F0
RGB: (224,231,240)

Color info

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

RGB color model

#E0E7F0 color RGB value is (224,231,240).

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

RGB channels and saturation

R 224 of 255 = 88%
G 231 of 255 = 91%
B 240 of 255 = 94%

224
231
240

R + G + B ~ 91%. #E0E7F0 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 231 + 240 = 695 (100%)
R 224 of 695 ~ 32.23%
G 231 of 695 ~ 33.24%
B 240 of 695 ~ 34.53%

%32.23
%33.24
%34.53

CMYK color model

#E0E7F0 color CMYK value is (7,4,0,6).

  • cyan value is 6.67%
  • magenta value is 3.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(7,4,0,6)
C7M4Y0K6 
(7%,4%,0%,6%)
(0.07/0.04/0.00/0.06)	

CMYK percentages

%6.67
%3.75
%0
%5.88

Codes

Color #E0E7F0 in popluar color models

E0E7F0
RGB224231240
HSL214°34.78%90.98%
HSB/HSV214°6.67%94.12%
CMYK6.67%3.75%0.00%
5.88%

Color #E0E7F0 in popluar number systems.

HEXE0E7F0
Decimal224231240
Binary111000001110011111110000
Octal340347360

Shades and tints

Shades of #E0E7F0

#E0E7F0
(224,231,240)
#CCD2DB
(204,210,219)
#B8BDC6
(184,189,198)
#A4A8B1
(164,168,177)
#90939C
(144,147,156)
#7C7E87
(124,126,135)
#686972
(104,105,114)
#54545D
(84,84,93)
#403F48
(64,63,72)
#2C2A33
(44,42,51)
#18151E
(24,21,30)
#000000
(0,0,0)

Tints of #E0E7F0

#E0E7F0
(224,231,240)
#E2E9F1
(226,233,241)
#E4EBF2
(228,235,242)
#E6EDF3
(230,237,243)
#E8EFF4
(232,239,244)
#EAF1F5
(234,241,245)
#ECF3F6
(236,243,246)
#EEF5F7
(238,245,247)
#F0F7F8
(240,247,248)
#F2F9F9
(242,249,249)
#F4FBFA
(244,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E7F0; }

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

This text font color is #E0E7F0.


Background Color

.myBgColor { background-color: #E0E7F0; }

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

This div background color is #E0E7F0.


Border color

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

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

This div border color is #E0E7F0.


Opacity

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

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

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

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

This text has shadow with #E0E7F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E7F0 on black background.


Color preview on white background

This text has color #E0E7F0 on white background.



Black color preview on #E0E7F0 background

This text has black color on #E0E7F0 background.


White color preview on #E0E7F0 background

This text has white color on #E0E7F0 background.