COLOR #E2F9D2

HEX: #E2F9D2
RGB: (226,249,210)

Color info

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

RGB color model

#E2F9D2 color RGB value is (226,249,210).

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

RGB channels and saturation

R 226 of 255 = 89%
G 249 of 255 = 98%
B 210 of 255 = 82%

226
249
210

R + G + B ~ 90%. #E2F9D2 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 249 + 210 = 685 (100%)
R 226 of 685 ~ 32.99%
G 249 of 685 ~ 36.35%
B 210 of 685 ~ 30.66%

%32.99
%36.35
%30.66

CMYK color model

#E2F9D2 color CMYK value is (9,0,16,2).

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 15.66%
  • key color value is 2.35%
CMYK:
(9,0,16,2)
C9M0Y16K2 
(9%,0%,16%,2%)
(0.09/0.00/0.16/0.02)	

CMYK percentages

%9.24
%0
%15.66
%2.35

Codes

Color #E2F9D2 in popluar color models

E2F9D2
RGB226249210
HSL95°76.47%90.00%
HSB/HSV95°15.66%97.65%
CMYK9.24%0.00%15.66%
2.35%

Color #E2F9D2 in popluar number systems.

HEXE2F9D2
Decimal226249210
Binary111000101111100111010010
Octal342371322

Shades and tints

Shades of #E2F9D2

#E2F9D2
(226,249,210)
#CEE3BF
(206,227,191)
#BACDAC
(186,205,172)
#A6B799
(166,183,153)
#92A186
(146,161,134)
#7E8B73
(126,139,115)
#6A7560
(106,117,96)
#565F4D
(86,95,77)
#42493A
(66,73,58)
#2E3327
(46,51,39)
#1A1D14
(26,29,20)
#000000
(0,0,0)

Tints of #E2F9D2

#E2F9D2
(226,249,210)
#E4F9D6
(228,249,214)
#E6F9DA
(230,249,218)
#E8F9DE
(232,249,222)
#EAF9E2
(234,249,226)
#ECF9E6
(236,249,230)
#EEF9EA
(238,249,234)
#F0F9EE
(240,249,238)
#F2F9F2
(242,249,242)
#F4F9F6
(244,249,246)
#F6F9FA
(246,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F9D2; }

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

This text font color is #E2F9D2.


Background Color

.myBgColor { background-color: #E2F9D2; }

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

This div background color is #E2F9D2.


Border color

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

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

This div border color is #E2F9D2.


Opacity

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

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

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

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

This text has shadow with #E2F9D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F9D2 on black background.


Color preview on white background

This text has color #E2F9D2 on white background.



Black color preview on #E2F9D2 background

This text has black color on #E2F9D2 background.


White color preview on #E2F9D2 background

This text has white color on #E2F9D2 background.