COLOR #E2FFEF

HEX: #E2FFEF
RGB: (226,255,239)

Color info

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

RGB color model

#E2FFEF color RGB value is (226,255,239).

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

RGB channels and saturation

R 226 of 255 = 89%
G 255 of 255 = 100%
B 239 of 255 = 94%

226
255
239

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

Portions of RGB colors in percentages

R + G + B =
226 + 255 + 239 = 720 (100%)
R 226 of 720 ~ 31.39%
G 255 of 720 ~ 35.42%
B 239 of 720 ~ 33.19%

%31.39
%35.42
%33.19

CMYK color model

#E2FFEF color CMYK value is (11,0,6,0).

  • cyan value is 11.37%
  • magenta value is 0.00%
  • yellow value is 6.27%
  • key color value is 0.00%
CMYK:
(11,0,6,0)
C11M0Y6K0 
(11%,0%,6%,0%)
(0.11/0.00/0.06/0.00)	

CMYK percentages

%11.37
%0
%6.27
%0

Codes

Color #E2FFEF in popluar color models

E2FFEF
RGB226255239
HSL147°100.00%94.31%
HSB/HSV147°11.37%100.00%
CMYK11.37%0.00%6.27%
0.00%

Color #E2FFEF in popluar number systems.

HEXE2FFEF
Decimal226255239
Binary111000101111111111101111
Octal342377357

Shades and tints

Shades of #E2FFEF

#E2FFEF
(226,255,239)
#CEE8DA
(206,232,218)
#BAD1C5
(186,209,197)
#A6BAB0
(166,186,176)
#92A39B
(146,163,155)
#7E8C86
(126,140,134)
#6A7571
(106,117,113)
#565E5C
(86,94,92)
#424747
(66,71,71)
#2E3032
(46,48,50)
#1A191D
(26,25,29)
#000000
(0,0,0)

Tints of #E2FFEF

#E2FFEF
(226,255,239)
#E4FFF0
(228,255,240)
#E6FFF1
(230,255,241)
#E8FFF2
(232,255,242)
#EAFFF3
(234,255,243)
#ECFFF4
(236,255,244)
#EEFFF5
(238,255,245)
#F0FFF6
(240,255,246)
#F2FFF7
(242,255,247)
#F4FFF8
(244,255,248)
#F6FFF9
(246,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FFEF; }

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

This text font color is #E2FFEF.


Background Color

.myBgColor { background-color: #E2FFEF; }

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

This div background color is #E2FFEF.


Border color

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

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

This div border color is #E2FFEF.


Opacity

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

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

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

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

This text has shadow with #E2FFEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FFEF on black background.


Color preview on white background

This text has color #E2FFEF on white background.



Black color preview on #E2FFEF background

This text has black color on #E2FFEF background.


White color preview on #E2FFEF background

This text has white color on #E2FFEF background.