COLOR #E0EFF7

HEX: #E0EFF7 RGB: (224,239,247)

Color info

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

RGB color model

#E0EFF7 color RGB value is (224,239,247).

RGB: (224,239,247) (88%, 94%, 97%)

RGB channels and saturation

R 224 of 255 = 88%
G 239 of 255 = 94%
B 247 of 255 = 97%

224
239
247

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

Portions of RGB colors in percentages

R + G + B = 224 + 239 + 247 = 710 (100%)
R 224 of 710 ~ 31.55%
G 239 of 710 ~ 33.66%
B 247 of 710 ~ 34.79'%

%31.55
%33.66
%34.79

CMYK color model

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

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

CMYK: (9,3,0,3)
C9M3Y0K3 (9%, 3%, 0%, 3%)
(0.09 / 0.03 / 0.00 / 0.03)

CMYK percentages

%9.31
%3.24
%0
%3.14

Codes

Color #E0EFF7 in popluar color models

E0 EF F7
RGB 224 239 247
HSL 201° 58.97% 92.35%
HSB/HSV 201° 9.31% 96.86%
CMYK 9.31% 3.24% 0.00%
3.14%

Color #E0EFF7 in popluar number systems.

HEX E0 EF F7
Decimal 224 239 247
Binary 11100000 11101111 11110111
Octal 340 357 367

Shades and tints

Shades of #E0EFF7

#E0EFF7
(224,239,247)
#CCDAE1
(204,218,225)
#B8C5CB
(184,197,203)
#A4B0B5
(164,176,181)
#909B9F
(144,155,159)
#7C8689
(124,134,137)
#687173
(104,113,115)
#545C5D
(84,92,93)
#404747
(64,71,71)
#2C3231
(44,50,49)
#181D1B
(24,29,27)
#000000
(0,0,0)

Tints of #E0EFF7

#E0EFF7
(224,239,247)
#E2F0F7
(226,240,247)
#E4F1F7
(228,241,247)
#E6F2F7
(230,242,247)
#E8F3F7
(232,243,247)
#EAF4F7
(234,244,247)
#ECF5F7
(236,245,247)
#EEF6F7
(238,246,247)
#F0F7F7
(240,247,247)
#F2F8F7
(242,248,247)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EFF7; }

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

This text font color is #E0EFF7.

Background Color

.myBgColor { background-color: #E0EFF7; }

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

This div background color is #E0EFF7.

Border color

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

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

This div border color is #E0EFF7.

Opacity

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

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

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

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

This text has shadow with #E0EFF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0EFF7.

Preview

Color preview on black background

This text has color #E0EFF7 on black background.


Color preview on white background

This text has color #E0EFF7 on white background.


Black color preview on #E0EFF7 background

This text has black color on #E0EFF7 background.


White color preview on #E0EFF7 background

This text has white color on #E0EFF7 background.


Related colors

Complementary color

Complementary color for #hex is #1F1008.


I love getcolorcode.com

Triadic colors

1 #F7E0EF and #EFF7E0 with #E0EFF7 are triadic colors.

2 #F7EFE0 and #EFE0F7 with #E0EFF7 are triadic colors.