COLOR #E2FFEC

HEX: #E2FFEC
RGB: (226,255,236)

Color info

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

RGB color model

#E2FFEC color RGB value is (226,255,236).

  • red value is 226;
  • green value is 255;
  • blue value is 236.
RGB:
(226,255,236)
(89%,100%,93%)

RGB channels and saturation

R 226 of 255 = 89%
G 255 of 255 = 100%
B 236 of 255 = 93%

226
255
236

R + G + B ~ 94%. #E2FFEC is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 255 + 236 = 717 (100%)
R 226 of 717 ~ 31.52%
G 255 of 717 ~ 35.56%
B 236 of 717 ~ 32.91%

%31.52
%35.56
%32.91

CMYK color model

#E2FFEC color CMYK value is (11,0,7,0).

  • cyan value is 11.37%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 0.00%
CMYK:
(11,0,7,0)
C11M0Y7K0 
(11%,0%,7%,0%)
(0.11/0.00/0.07/0.00)	

CMYK percentages

%11.37
%0
%7.45
%0

Codes

Color #E2FFEC in popluar color models

E2FFEC
RGB226255236
HSL141°100.00%94.31%
HSB/HSV141°11.37%100.00%
CMYK11.37%0.00%7.45%
0.00%

Color #E2FFEC in popluar number systems.

HEXE2FFEC
Decimal226255236
Binary111000101111111111101100
Octal342377354

Shades and tints

Shades of #E2FFEC

#E2FFEC
(226,255,236)
#CEE8D7
(206,232,215)
#BAD1C2
(186,209,194)
#A6BAAD
(166,186,173)
#92A398
(146,163,152)
#7E8C83
(126,140,131)
#6A756E
(106,117,110)
#565E59
(86,94,89)
#424744
(66,71,68)
#2E302F
(46,48,47)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #E2FFEC

#E2FFEC
(226,255,236)
#E4FFED
(228,255,237)
#E6FFEE
(230,255,238)
#E8FFEF
(232,255,239)
#EAFFF0
(234,255,240)
#ECFFF1
(236,255,241)
#EEFFF2
(238,255,242)
#F0FFF3
(240,255,243)
#F2FFF4
(242,255,244)
#F4FFF5
(244,255,245)
#F6FFF6
(246,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FFEC; }

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

This text font color is #E2FFEC.


Background Color

.myBgColor { background-color: #E2FFEC; }

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

This div background color is #E2FFEC.


Border color

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

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

This div border color is #E2FFEC.


Opacity

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

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

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

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

This text has shadow with #E2FFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FFEC on black background.


Color preview on white background

This text has color #E2FFEC on white background.



Black color preview on #E2FFEC background

This text has black color on #E2FFEC background.


White color preview on #E2FFEC background

This text has white color on #E2FFEC background.