COLOR #E0F0E2

HEX: #E0F0E2 RGB: (224,240,226)

Color info

#E0F0E2 contains red, green and blue colors in about the same proportion. Web safe color of #E0F0E2 is #CCFFCC (or #CFC).

RGB color model

#E0F0E2 color RGB value is (224,240,226).

RGB: (224,240,226) (88%, 94%, 89%)

RGB channels and saturation

R 224 of 255 = 88%
G 240 of 255 = 94%
B 226 of 255 = 89%

224
240
226

R + G + B ~ 90%. #E0F0E2 is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 240 + 226 = 690 (100%)
R 224 of 690 ~ 32.46%
G 240 of 690 ~ 34.78%
B 226 of 690 ~ 32.75'%

%32.46
%34.78
%32.75

CMYK color model

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

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 5.83%
  • key color value is 5.88%
CMYK: (7,0,6,6) C7M0Y6K6 (7%,0%,6%,6%) (0.07/0.00/0.06/0.06) 

CMYK percentages

%6.67
%0
%5.83
%5.88

Codes

Color #E0F0E2 in popluar color models

E0 F0 E2
RGB 224 240 226
HSL 128° 34.78% 90.98%
HSB/HSV 128° 6.67% 94.12%
CMYK 6.67% 0.00% 5.83%
5.88%

Color #E0F0E2 in popluar number systems.

HEX E0 F0 E2
Decimal 224 240 226
Binary 11100000 11110000 11100010
Octal 340 360 342

Shades and tints

Shades of #E0F0E2

#E0F0E2
(224,240,226)
#CCDBCE
(204,219,206)
#B8C6BA
(184,198,186)
#A4B1A6
(164,177,166)
#909C92
(144,156,146)
#7C877E
(124,135,126)
#68726A
(104,114,106)
#545D56
(84,93,86)
#404842
(64,72,66)
#2C332E
(44,51,46)
#181E1A
(24,30,26)
#000000
(0,0,0)

Tints of #E0F0E2

#E0F0E2
(224,240,226)
#E2F1E4
(226,241,228)
#E4F2E6
(228,242,230)
#E6F3E8
(230,243,232)
#E8F4EA
(232,244,234)
#EAF5EC
(234,245,236)
#ECF6EE
(236,246,238)
#EEF7F0
(238,247,240)
#F0F8F2
(240,248,242)
#F2F9F4
(242,249,244)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F0E2; }

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

This text font color is #E0F0E2.

Background Color

.myBgColor { background-color: #E0F0E2; }

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

This div background color is #E0F0E2.

Border color

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

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

This div border color is #E0F0E2.

Opacity

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

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

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

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

This text has shadow with #E0F0E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F0E2.

Preview

Color preview on black background

This text has color #E0F0E2 on black background.


Color preview on white background

This text has color #E0F0E2 on white background.


Black color preview on #E0F0E2 background

This text has black color on #E0F0E2 background.


White color preview on #E0F0E2 background

This text has white color on #E0F0E2 background.


Related colors

Complementary color

Complementary color for #hex is #1F0F1D.


I love getcolorcode.com

Triadic colors

1 #E2E0F0 and #F0E2E0 with #E0F0E2 are triadic colors.

2 #E2F0E0 and #F0E0E2 with #E0F0E2 are triadic colors.