COLOR #E0F7E8

HEX: #E0F7E8 RGB: (224,247,232)

Color info

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

RGB color model

#E0F7E8 color RGB value is (224,247,232).

RGB: (224,247,232) (88%, 97%, 91%)

RGB channels and saturation

R 224 of 255 = 88%
G 247 of 255 = 97%
B 232 of 255 = 91%

224
247
232

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

Portions of RGB colors in percentages

R + G + B = 224 + 247 + 232 = 703 (100%)
R 224 of 703 ~ 31.86%
G 247 of 703 ~ 35.14%
B 232 of 703 ~ 33'%

%31.86
%35.14
%33

CMYK color model

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

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

CMYK: (9,0,6,3)
C9M0Y6K3 (9%, 0%, 6%, 3%)
(0.09 / 0.00 / 0.06 / 0.03)

CMYK percentages

%9.31
%0
%6.07
%3.14

Codes

Color #E0F7E8 in popluar color models

E0 F7 E8
RGB 224 247 232
HSL 141° 58.97% 92.35%
HSB/HSV 141° 9.31% 96.86%
CMYK 9.31% 0.00% 6.07%
3.14%

Color #E0F7E8 in popluar number systems.

HEX E0 F7 E8
Decimal 224 247 232
Binary 11100000 11110111 11101000
Octal 340 367 350

Shades and tints

Shades of #E0F7E8

#E0F7E8
(224,247,232)
#CCE1D3
(204,225,211)
#B8CBBE
(184,203,190)
#A4B5A9
(164,181,169)
#909F94
(144,159,148)
#7C897F
(124,137,127)
#68736A
(104,115,106)
#545D55
(84,93,85)
#404740
(64,71,64)
#2C312B
(44,49,43)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #E0F7E8

#E0F7E8
(224,247,232)
#E2F7EA
(226,247,234)
#E4F7EC
(228,247,236)
#E6F7EE
(230,247,238)
#E8F7F0
(232,247,240)
#EAF7F2
(234,247,242)
#ECF7F4
(236,247,244)
#EEF7F6
(238,247,246)
#F0F7F8
(240,247,248)
#F2F7FA
(242,247,250)
#F4F7FC
(244,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F7E8; }

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

This text font color is #E0F7E8.

Background Color

.myBgColor { background-color: #E0F7E8; }

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

This div background color is #E0F7E8.

Border color

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

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

This div border color is #E0F7E8.

Opacity

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

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

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

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

This text has shadow with #E0F7E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F7E8.

Preview

Color preview on black background

This text has color #E0F7E8 on black background.


Color preview on white background

This text has color #E0F7E8 on white background.


Black color preview on #E0F7E8 background

This text has black color on #E0F7E8 background.


White color preview on #E0F7E8 background

This text has white color on #E0F7E8 background.


Related colors

Complementary color

Complementary color for #hex is #1F0817.


I love getcolorcode.com

Triadic colors

1 #E8E0F7 and #F7E8E0 with #E0F7E8 are triadic colors.

2 #E8F7E0 and #F7E0E8 with #E0F7E8 are triadic colors.