COLOR #E2F4C9

HEX: #E2F4C9
RGB: (226,244,201)

Color info

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

RGB color model

#E2F4C9 color RGB value is (226,244,201).

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

RGB channels and saturation

R 226 of 255 = 89%
G 244 of 255 = 96%
B 201 of 255 = 79%

226
244
201

R + G + B ~ 88%. #E2F4C9 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 244 + 201 = 671 (100%)
R 226 of 671 ~ 33.68%
G 244 of 671 ~ 36.36%
B 201 of 671 ~ 29.96%

%33.68
%36.36
%29.96

CMYK color model

#E2F4C9 color CMYK value is (7,0,18,4).

  • cyan value is 7.38%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 4.31%
CMYK:
(7,0,18,4)
C7M0Y18K4 
(7%,0%,18%,4%)
(0.07/0.00/0.18/0.04)	

CMYK percentages

%7.38
%0
%17.62
%4.31

Codes

Color #E2F4C9 in popluar color models

E2F4C9
RGB226244201
HSL85°66.15%87.25%
HSB/HSV85°17.62%95.69%
CMYK7.38%0.00%17.62%
4.31%

Color #E2F4C9 in popluar number systems.

HEXE2F4C9
Decimal226244201
Binary111000101111010011001001
Octal342364311

Shades and tints

Shades of #E2F4C9

#E2F4C9
(226,244,201)
#CEDEB7
(206,222,183)
#BAC8A5
(186,200,165)
#A6B293
(166,178,147)
#929C81
(146,156,129)
#7E866F
(126,134,111)
#6A705D
(106,112,93)
#565A4B
(86,90,75)
#424439
(66,68,57)
#2E2E27
(46,46,39)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #E2F4C9

#E2F4C9
(226,244,201)
#E4F5CD
(228,245,205)
#E6F6D1
(230,246,209)
#E8F7D5
(232,247,213)
#EAF8D9
(234,248,217)
#ECF9DD
(236,249,221)
#EEFAE1
(238,250,225)
#F0FBE5
(240,251,229)
#F2FCE9
(242,252,233)
#F4FDED
(244,253,237)
#F6FEF1
(246,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F4C9; }

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

This text font color is #E2F4C9.


Background Color

.myBgColor { background-color: #E2F4C9; }

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

This div background color is #E2F4C9.


Border color

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

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

This div border color is #E2F4C9.


Opacity

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

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

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

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

This text has shadow with #E2F4C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F4C9 on black background.


Color preview on white background

This text has color #E2F4C9 on white background.



Black color preview on #E2F4C9 background

This text has black color on #E2F4C9 background.


White color preview on #E2F4C9 background

This text has white color on #E2F4C9 background.