COLOR #E2F0EA

HEX: #E2F0EA RGB: (226,240,234)

Color info

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

RGB color model

#E2F0EA color RGB value is (226,240,234).

RGB: (226,240,234) (89%, 94%, 92%)

RGB channels and saturation

R 226 of 255 = 89%
G 240 of 255 = 94%
B 234 of 255 = 92%

226
240
234

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

Portions of RGB colors in percentages

R + G + B = 226 + 240 + 234 = 700 (100%)
R 226 of 700 ~ 32.29%
G 240 of 700 ~ 34.29%
B 234 of 700 ~ 33.43'%

%32.29
%34.29
%33.43

CMYK color model

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

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 5.88%

CMYK: (6,0,3,6)
C6M0Y3K6 (6%, 0%, 3%, 6%)
(0.06 / 0.00 / 0.03 / 0.06)

CMYK percentages

%5.83
%0
%2.5
%5.88

Codes

Color #E2F0EA in popluar color models

E2 F0 EA
RGB 226 240 234
HSL 154° 31.82% 91.37%
HSB/HSV 154° 5.83% 94.12%
CMYK 5.83% 0.00% 2.50%
5.88%

Color #E2F0EA in popluar number systems.

HEX E2 F0 EA
Decimal 226 240 234
Binary 11100010 11110000 11101010
Octal 342 360 352

Shades and tints

Shades of #E2F0EA

#E2F0EA
(226,240,234)
#CEDBD5
(206,219,213)
#BAC6C0
(186,198,192)
#A6B1AB
(166,177,171)
#929C96
(146,156,150)
#7E8781
(126,135,129)
#6A726C
(106,114,108)
#565D57
(86,93,87)
#424842
(66,72,66)
#2E332D
(46,51,45)
#1A1E18
(26,30,24)
#000000
(0,0,0)

Tints of #E2F0EA

#E2F0EA
(226,240,234)
#E4F1EB
(228,241,235)
#E6F2EC
(230,242,236)
#E8F3ED
(232,243,237)
#EAF4EE
(234,244,238)
#ECF5EF
(236,245,239)
#EEF6F0
(238,246,240)
#F0F7F1
(240,247,241)
#F2F8F2
(242,248,242)
#F4F9F3
(244,249,243)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F0EA; }

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

This text font color is #E2F0EA.

Background Color

.myBgColor { background-color: #E2F0EA; }

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

This div background color is #E2F0EA.

Border color

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

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

This div border color is #E2F0EA.

Opacity

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

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

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

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

This text has shadow with #E2F0EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2F0EA.

Preview

Color preview on black background

This text has color #E2F0EA on black background.


Color preview on white background

This text has color #E2F0EA on white background.


Black color preview on #E2F0EA background

This text has black color on #E2F0EA background.


White color preview on #E2F0EA background

This text has white color on #E2F0EA background.


Related colors

Complementary color

Complementary color for #hex is #1D0F15.


I love getcolorcode.com

Triadic colors

1 #EAE2F0 and #F0EAE2 with #E2F0EA are triadic colors.

2 #EAF0E2 and #F0E2EA with #E2F0EA are triadic colors.