COLOR #E2FFC9

HEX: #E2FFC9
RGB: (226,255,201)

Color info

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

RGB color model

#E2FFC9 color RGB value is (226,255,201).

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

RGB channels and saturation

R 226 of 255 = 89%
G 255 of 255 = 100%
B 201 of 255 = 79%

226
255
201

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

Portions of RGB colors in percentages

R + G + B =
226 + 255 + 201 = 682 (100%)
R 226 of 682 ~ 33.14%
G 255 of 682 ~ 37.39%
B 201 of 682 ~ 29.47%

%33.14
%37.39
%29.47

CMYK color model

#E2FFC9 color CMYK value is (11,0,21,0).

  • cyan value is 11.37%
  • magenta value is 0.00%
  • yellow value is 21.18%
  • key color value is 0.00%
CMYK:
(11,0,21,0)
C11M0Y21K0 
(11%,0%,21%,0%)
(0.11/0.00/0.21/0.00)	

CMYK percentages

%11.37
%0
%21.18
%0

Codes

Color #E2FFC9 in popluar color models

E2FFC9
RGB226255201
HSL92°100.00%89.41%
HSB/HSV92°21.18%100.00%
CMYK11.37%0.00%21.18%
0.00%

Color #E2FFC9 in popluar number systems.

HEXE2FFC9
Decimal226255201
Binary111000101111111111001001
Octal342377311

Shades and tints

Shades of #E2FFC9

#E2FFC9
(226,255,201)
#CEE8B7
(206,232,183)
#BAD1A5
(186,209,165)
#A6BA93
(166,186,147)
#92A381
(146,163,129)
#7E8C6F
(126,140,111)
#6A755D
(106,117,93)
#565E4B
(86,94,75)
#424739
(66,71,57)
#2E3027
(46,48,39)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #E2FFC9

#E2FFC9
(226,255,201)
#E4FFCD
(228,255,205)
#E6FFD1
(230,255,209)
#E8FFD5
(232,255,213)
#EAFFD9
(234,255,217)
#ECFFDD
(236,255,221)
#EEFFE1
(238,255,225)
#F0FFE5
(240,255,229)
#F2FFE9
(242,255,233)
#F4FFED
(244,255,237)
#F6FFF1
(246,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FFC9; }

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

This text font color is #E2FFC9.


Background Color

.myBgColor { background-color: #E2FFC9; }

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

This div background color is #E2FFC9.


Border color

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

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

This div border color is #E2FFC9.


Opacity

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

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

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

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

This text has shadow with #E2FFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FFC9 on black background.


Color preview on white background

This text has color #E2FFC9 on white background.



Black color preview on #E2FFC9 background

This text has black color on #E2FFC9 background.


White color preview on #E2FFC9 background

This text has white color on #E2FFC9 background.