COLOR #E2F2E2

HEX: #E2F2E2
RGB: (226,242,226)

Color info

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

RGB color model

#E2F2E2 color RGB value is (226,242,226).

  • red value is 226;
  • green value is 242;
  • blue value is 226.
RGB:
(226,242,226)
(89%,95%,89%)

RGB channels and saturation

R 226 of 255 = 89%
G 242 of 255 = 95%
B 226 of 255 = 89%

226
242
226

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

Portions of RGB colors in percentages

R + G + B =
226 + 242 + 226 = 694 (100%)
R 226 of 694 ~ 32.56%
G 242 of 694 ~ 34.87%
B 226 of 694 ~ 32.56%

%32.56
%34.87
%32.56

CMYK color model

#E2F2E2 color CMYK value is (7,0,7,5).

  • cyan value is 6.61%
  • magenta value is 0.00%
  • yellow value is 6.61%
  • key color value is 5.10%
CMYK:
(7,0,7,5)
C7M0Y7K5 
(7%,0%,7%,5%)
(0.07/0.00/0.07/0.05)	

CMYK percentages

%6.61
%0
%6.61
%5.1

Codes

Color #E2F2E2 in popluar color models

E2F2E2
RGB226242226
HSL120°38.10%91.76%
HSB/HSV120°6.61%94.90%
CMYK6.61%0.00%6.61%
5.10%

Color #E2F2E2 in popluar number systems.

HEXE2F2E2
Decimal226242226
Binary111000101111001011100010
Octal342362342

Shades and tints

Shades of #E2F2E2

#E2F2E2
(226,242,226)
#CEDCCE
(206,220,206)
#BAC6BA
(186,198,186)
#A6B0A6
(166,176,166)
#929A92
(146,154,146)
#7E847E
(126,132,126)
#6A6E6A
(106,110,106)
#565856
(86,88,86)
#424242
(66,66,66)
#2E2C2E
(46,44,46)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #E2F2E2

#E2F2E2
(226,242,226)
#E4F3E4
(228,243,228)
#E6F4E6
(230,244,230)
#E8F5E8
(232,245,232)
#EAF6EA
(234,246,234)
#ECF7EC
(236,247,236)
#EEF8EE
(238,248,238)
#F0F9F0
(240,249,240)
#F2FAF2
(242,250,242)
#F4FBF4
(244,251,244)
#F6FCF6
(246,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F2E2; }

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

This text font color is #E2F2E2.


Background Color

.myBgColor { background-color: #E2F2E2; }

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

This div background color is #E2F2E2.


Border color

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

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

This div border color is #E2F2E2.


Opacity

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

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

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

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

This text has shadow with #E2F2E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F2E2 on black background.


Color preview on white background

This text has color #E2F2E2 on white background.



Black color preview on #E2F2E2 background

This text has black color on #E2F2E2 background.


White color preview on #E2F2E2 background

This text has white color on #E2F2E2 background.