COLOR #E2FEC7

HEX: #E2FEC7
RGB: (226,254,199)

Color info

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

RGB color model

#E2FEC7 color RGB value is (226,254,199).

  • red value is 226;
  • green value is 254;
  • blue value is 199.
RGB:
(226,254,199)
(89%,100%,78%)

RGB channels and saturation

R 226 of 255 = 89%
G 254 of 255 = 100%
B 199 of 255 = 78%

226
254
199

R + G + B ~ 89%. #E2FEC7 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 254 + 199 = 679 (100%)
R 226 of 679 ~ 33.28%
G 254 of 679 ~ 37.41%
B 199 of 679 ~ 29.31%

%33.28
%37.41
%29.31

CMYK color model

#E2FEC7 color CMYK value is (11,0,22,0).

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 21.65%
  • key color value is 0.39%
CMYK:
(11,0,22,0)
C11M0Y22K0 
(11%,0%,22%,0%)
(0.11/0.00/0.22/0.00)	

CMYK percentages

%11.02
%0
%21.65
%0.39

Codes

Color #E2FEC7 in popluar color models

E2FEC7
RGB226254199
HSL91°96.49%88.82%
HSB/HSV91°21.65%99.61%
CMYK11.02%0.00%21.65%
0.39%

Color #E2FEC7 in popluar number systems.

HEXE2FEC7
Decimal226254199
Binary111000101111111011000111
Octal342376307

Shades and tints

Shades of #E2FEC7

#E2FEC7
(226,254,199)
#CEE7B5
(206,231,181)
#BAD0A3
(186,208,163)
#A6B991
(166,185,145)
#92A27F
(146,162,127)
#7E8B6D
(126,139,109)
#6A745B
(106,116,91)
#565D49
(86,93,73)
#424637
(66,70,55)
#2E2F25
(46,47,37)
#1A1813
(26,24,19)
#000000
(0,0,0)

Tints of #E2FEC7

#E2FEC7
(226,254,199)
#E4FECC
(228,254,204)
#E6FED1
(230,254,209)
#E8FED6
(232,254,214)
#EAFEDB
(234,254,219)
#ECFEE0
(236,254,224)
#EEFEE5
(238,254,229)
#F0FEEA
(240,254,234)
#F2FEEF
(242,254,239)
#F4FEF4
(244,254,244)
#F6FEF9
(246,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FEC7; }

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

This text font color is #E2FEC7.


Background Color

.myBgColor { background-color: #E2FEC7; }

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

This div background color is #E2FEC7.


Border color

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

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

This div border color is #E2FEC7.


Opacity

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

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

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

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

This text has shadow with #E2FEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FEC7 on black background.


Color preview on white background

This text has color #E2FEC7 on white background.



Black color preview on #E2FEC7 background

This text has black color on #E2FEC7 background.


White color preview on #E2FEC7 background

This text has white color on #E2FEC7 background.