COLOR #E0EDF7

HEX: #E0EDF7 RGB: (224,237,247)

Color info

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

RGB color model

#E0EDF7 color RGB value is (224,237,247).

RGB: (224,237,247) (88%, 93%, 97%)

RGB channels and saturation

R 224 of 255 = 88%
G 237 of 255 = 93%
B 247 of 255 = 97%

224
237
247

R + G + B ~ 93%. #E0EDF7 is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 237 + 247 = 708 (100%)
R 224 of 708 ~ 31.64%
G 237 of 708 ~ 33.47%
B 247 of 708 ~ 34.89'%

%31.64
%33.47
%34.89

CMYK color model

#E0EDF7 color CMYK value is (9,4,0,3).

  • cyan value is 9.31%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (9,4,0,3)
C9M4Y0K3 (9%, 4%, 0%, 3%)
(0.09 / 0.04 / 0.00 / 0.03)

CMYK percentages

%9.31
%4.05
%0
%3.14

Codes

Color #E0EDF7 in popluar color models

E0 ED F7
RGB 224 237 247
HSL 206° 58.97% 92.35%
HSB/HSV 206° 9.31% 96.86%
CMYK 9.31% 4.05% 0.00%
3.14%

Color #E0EDF7 in popluar number systems.

HEX E0 ED F7
Decimal 224 237 247
Binary 11100000 11101101 11110111
Octal 340 355 367

Shades and tints

Shades of #E0EDF7

#E0EDF7
(224,237,247)
#CCD8E1
(204,216,225)
#B8C3CB
(184,195,203)
#A4AEB5
(164,174,181)
#90999F
(144,153,159)
#7C8489
(124,132,137)
#686F73
(104,111,115)
#545A5D
(84,90,93)
#404547
(64,69,71)
#2C3031
(44,48,49)
#181B1B
(24,27,27)
#000000
(0,0,0)

Tints of #E0EDF7

#E0EDF7
(224,237,247)
#E2EEF7
(226,238,247)
#E4EFF7
(228,239,247)
#E6F0F7
(230,240,247)
#E8F1F7
(232,241,247)
#EAF2F7
(234,242,247)
#ECF3F7
(236,243,247)
#EEF4F7
(238,244,247)
#F0F5F7
(240,245,247)
#F2F6F7
(242,246,247)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0EDF7 color. Also use rgb(224,237,247) instead hex code.

Text Font Color

.myTextColor { color: #E0EDF7; }

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

This text font color is #E0EDF7.

Background Color

.myBgColor { background-color: #E0EDF7; }

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

This div background color is #E0EDF7.

Border color

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

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

This div border color is #E0EDF7.

Opacity

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

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

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

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

This text has shadow with #E0EDF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0EDF7.

Preview

Color preview on black background

This text has color #E0EDF7 on black background.


Color preview on white background

This text has color #E0EDF7 on white background.


Black color preview on #E0EDF7 background

This text has black color on #E0EDF7 background.


White color preview on #E0EDF7 background

This text has white color on #E0EDF7 background.


Related colors

Complementary color

Complementary color for #hex is #1F1208.


I love getcolorcode.com

Triadic colors

1 #F7E0ED and #EDF7E0 with #E0EDF7 are triadic colors.

2 #F7EDE0 and #EDE0F7 with #E0EDF7 are triadic colors.