COLOR #E2F6ED

HEX: #E2F6ED
RGB: (226,246,237)

Color info

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

RGB color model

#E2F6ED color RGB value is (226,246,237).

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

RGB channels and saturation

R 226 of 255 = 89%
G 246 of 255 = 96%
B 237 of 255 = 93%

226
246
237

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

Portions of RGB colors in percentages

R + G + B =
226 + 246 + 237 = 709 (100%)
R 226 of 709 ~ 31.88%
G 246 of 709 ~ 34.7%
B 237 of 709 ~ 33.43%

%31.88
%34.7
%33.43

CMYK color model

#E2F6ED color CMYK value is (8,0,4,4).

  • cyan value is 8.13%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 3.53%
CMYK:
(8,0,4,4)
C8M0Y4K4 
(8%,0%,4%,4%)
(0.08/0.00/0.04/0.04)	

CMYK percentages

%8.13
%0
%3.66
%3.53

Codes

Color #E2F6ED in popluar color models

E2F6ED
RGB226246237
HSL153°52.63%92.55%
HSB/HSV153°8.13%96.47%
CMYK8.13%0.00%3.66%
3.53%

Color #E2F6ED in popluar number systems.

HEXE2F6ED
Decimal226246237
Binary111000101111011011101101
Octal342366355

Shades and tints

Shades of #E2F6ED

#E2F6ED
(226,246,237)
#CEE0D8
(206,224,216)
#BACAC3
(186,202,195)
#A6B4AE
(166,180,174)
#929E99
(146,158,153)
#7E8884
(126,136,132)
#6A726F
(106,114,111)
#565C5A
(86,92,90)
#424645
(66,70,69)
#2E3030
(46,48,48)
#1A1A1B
(26,26,27)
#000000
(0,0,0)

Tints of #E2F6ED

#E2F6ED
(226,246,237)
#E4F6EE
(228,246,238)
#E6F6EF
(230,246,239)
#E8F6F0
(232,246,240)
#EAF6F1
(234,246,241)
#ECF6F2
(236,246,242)
#EEF6F3
(238,246,243)
#F0F6F4
(240,246,244)
#F2F6F5
(242,246,245)
#F4F6F6
(244,246,246)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F6ED; }

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

This text font color is #E2F6ED.


Background Color

.myBgColor { background-color: #E2F6ED; }

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

This div background color is #E2F6ED.


Border color

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

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

This div border color is #E2F6ED.


Opacity

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

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

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

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

This text has shadow with #E2F6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F6ED on black background.


Color preview on white background

This text has color #E2F6ED on white background.



Black color preview on #E2F6ED background

This text has black color on #E2F6ED background.


White color preview on #E2F6ED background

This text has white color on #E2F6ED background.