COLOR #E2F9ED

HEX: #E2F9ED
RGB: (226,249,237)

Color info

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

RGB color model

#E2F9ED color RGB value is (226,249,237).

  • red value is 226;
  • green value is 249;
  • blue value is 237.
RGB:
(226,249,237)
(89%,98%,93%)

RGB channels and saturation

R 226 of 255 = 89%
G 249 of 255 = 98%
B 237 of 255 = 93%

226
249
237

R + G + B ~ 93%. #E2F9ED is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 249 + 237 = 712 (100%)
R 226 of 712 ~ 31.74%
G 249 of 712 ~ 34.97%
B 237 of 712 ~ 33.29%

%31.74
%34.97
%33.29

CMYK color model

#E2F9ED color CMYK value is (9,0,5,2).

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 2.35%
CMYK:
(9,0,5,2)
C9M0Y5K2 
(9%,0%,5%,2%)
(0.09/0.00/0.05/0.02)	

CMYK percentages

%9.24
%0
%4.82
%2.35

Codes

Color #E2F9ED in popluar color models

E2F9ED
RGB226249237
HSL149°65.71%93.14%
HSB/HSV149°9.24%97.65%
CMYK9.24%0.00%4.82%
2.35%

Color #E2F9ED in popluar number systems.

HEXE2F9ED
Decimal226249237
Binary111000101111100111101101
Octal342371355

Shades and tints

Shades of #E2F9ED

#E2F9ED
(226,249,237)
#CEE3D8
(206,227,216)
#BACDC3
(186,205,195)
#A6B7AE
(166,183,174)
#92A199
(146,161,153)
#7E8B84
(126,139,132)
#6A756F
(106,117,111)
#565F5A
(86,95,90)
#424945
(66,73,69)
#2E3330
(46,51,48)
#1A1D1B
(26,29,27)
#000000
(0,0,0)

Tints of #E2F9ED

#E2F9ED
(226,249,237)
#E4F9EE
(228,249,238)
#E6F9EF
(230,249,239)
#E8F9F0
(232,249,240)
#EAF9F1
(234,249,241)
#ECF9F2
(236,249,242)
#EEF9F3
(238,249,243)
#F0F9F4
(240,249,244)
#F2F9F5
(242,249,245)
#F4F9F6
(244,249,246)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F9ED; }

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

This text font color is #E2F9ED.


Background Color

.myBgColor { background-color: #E2F9ED; }

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

This div background color is #E2F9ED.


Border color

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

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

This div border color is #E2F9ED.


Opacity

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

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

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

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

This text has shadow with #E2F9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F9ED on black background.


Color preview on white background

This text has color #E2F9ED on white background.



Black color preview on #E2F9ED background

This text has black color on #E2F9ED background.


White color preview on #E2F9ED background

This text has white color on #E2F9ED background.