COLOR #E2F0E5

HEX: #E2F0E5
RGB: (226,240,229)

Color info

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

RGB color model

#E2F0E5 color RGB value is (226,240,229).

  • red value is 226;
  • green value is 240;
  • blue value is 229.
RGB:
(226,240,229)
(89%,94%,90%)

RGB channels and saturation

R 226 of 255 = 89%
G 240 of 255 = 94%
B 229 of 255 = 90%

226
240
229

R + G + B ~ 91%. #E2F0E5 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 240 + 229 = 695 (100%)
R 226 of 695 ~ 32.52%
G 240 of 695 ~ 34.53%
B 229 of 695 ~ 32.95%

%32.52
%34.53
%32.95

CMYK color model

#E2F0E5 color CMYK value is (6,0,5,6).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 4.58%
  • key color value is 5.88%
CMYK:
(6,0,5,6)
C6M0Y5K6 
(6%,0%,5%,6%)
(0.06/0.00/0.05/0.06)	

CMYK percentages

%5.83
%0
%4.58
%5.88

Codes

Color #E2F0E5 in popluar color models

E2F0E5
RGB226240229
HSL133°31.82%91.37%
HSB/HSV133°5.83%94.12%
CMYK5.83%0.00%4.58%
5.88%

Color #E2F0E5 in popluar number systems.

HEXE2F0E5
Decimal226240229
Binary111000101111000011100101
Octal342360345

Shades and tints

Shades of #E2F0E5

#E2F0E5
(226,240,229)
#CEDBD1
(206,219,209)
#BAC6BD
(186,198,189)
#A6B1A9
(166,177,169)
#929C95
(146,156,149)
#7E8781
(126,135,129)
#6A726D
(106,114,109)
#565D59
(86,93,89)
#424845
(66,72,69)
#2E3331
(46,51,49)
#1A1E1D
(26,30,29)
#000000
(0,0,0)

Tints of #E2F0E5

#E2F0E5
(226,240,229)
#E4F1E7
(228,241,231)
#E6F2E9
(230,242,233)
#E8F3EB
(232,243,235)
#EAF4ED
(234,244,237)
#ECF5EF
(236,245,239)
#EEF6F1
(238,246,241)
#F0F7F3
(240,247,243)
#F2F8F5
(242,248,245)
#F4F9F7
(244,249,247)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F0E5; }

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

This text font color is #E2F0E5.


Background Color

.myBgColor { background-color: #E2F0E5; }

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

This div background color is #E2F0E5.


Border color

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

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

This div border color is #E2F0E5.


Opacity

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

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

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

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

This text has shadow with #E2F0E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F0E5 on black background.


Color preview on white background

This text has color #E2F0E5 on white background.



Black color preview on #E2F0E5 background

This text has black color on #E2F0E5 background.


White color preview on #E2F0E5 background

This text has white color on #E2F0E5 background.