COLOR #E2F9CF

HEX: #E2F9CF
RGB: (226,249,207)

Color info

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

RGB color model

#E2F9CF color RGB value is (226,249,207).

  • red value is 226;
  • green value is 249;
  • blue value is 207.
RGB:
(226,249,207)
(89%,98%,81%)

RGB channels and saturation

R 226 of 255 = 89%
G 249 of 255 = 98%
B 207 of 255 = 81%

226
249
207

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

Portions of RGB colors in percentages

R + G + B =
226 + 249 + 207 = 682 (100%)
R 226 of 682 ~ 33.14%
G 249 of 682 ~ 36.51%
B 207 of 682 ~ 30.35%

%33.14
%36.51
%30.35

CMYK color model

#E2F9CF color CMYK value is (9,0,17,2).

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 16.87%
  • key color value is 2.35%
CMYK:
(9,0,17,2)
C9M0Y17K2 
(9%,0%,17%,2%)
(0.09/0.00/0.17/0.02)	

CMYK percentages

%9.24
%0
%16.87
%2.35

Codes

Color #E2F9CF in popluar color models

E2F9CF
RGB226249207
HSL93°77.78%89.41%
HSB/HSV93°16.87%97.65%
CMYK9.24%0.00%16.87%
2.35%

Color #E2F9CF in popluar number systems.

HEXE2F9CF
Decimal226249207
Binary111000101111100111001111
Octal342371317

Shades and tints

Shades of #E2F9CF

#E2F9CF
(226,249,207)
#CEE3BD
(206,227,189)
#BACDAB
(186,205,171)
#A6B799
(166,183,153)
#92A187
(146,161,135)
#7E8B75
(126,139,117)
#6A7563
(106,117,99)
#565F51
(86,95,81)
#42493F
(66,73,63)
#2E332D
(46,51,45)
#1A1D1B
(26,29,27)
#000000
(0,0,0)

Tints of #E2F9CF

#E2F9CF
(226,249,207)
#E4F9D3
(228,249,211)
#E6F9D7
(230,249,215)
#E8F9DB
(232,249,219)
#EAF9DF
(234,249,223)
#ECF9E3
(236,249,227)
#EEF9E7
(238,249,231)
#F0F9EB
(240,249,235)
#F2F9EF
(242,249,239)
#F4F9F3
(244,249,243)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2F9CF color. Also use rgb(226,249,207) instead hex code.

Text Font Color

.myTextColor { color: #E2F9CF; }

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

This text font color is #E2F9CF.


Background Color

.myBgColor { background-color: #E2F9CF; }

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

This div background color is #E2F9CF.


Border color

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

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

This div border color is #E2F9CF.


Opacity

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

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

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

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

This text has shadow with #E2F9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F9CF on black background.


Color preview on white background

This text has color #E2F9CF on white background.



Black color preview on #E2F9CF background

This text has black color on #E2F9CF background.


White color preview on #E2F9CF background

This text has white color on #E2F9CF background.