COLOR #E2F4D4

HEX: #E2F4D4
RGB: (226,244,212)

Color info

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

RGB color model

#E2F4D4 color RGB value is (226,244,212).

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

RGB channels and saturation

R 226 of 255 = 89%
G 244 of 255 = 96%
B 212 of 255 = 83%

226
244
212

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

Portions of RGB colors in percentages

R + G + B =
226 + 244 + 212 = 682 (100%)
R 226 of 682 ~ 33.14%
G 244 of 682 ~ 35.78%
B 212 of 682 ~ 31.09%

%33.14
%35.78
%31.09

CMYK color model

#E2F4D4 color CMYK value is (7,0,13,4).

  • cyan value is 7.38%
  • magenta value is 0.00%
  • yellow value is 13.11%
  • key color value is 4.31%
CMYK:
(7,0,13,4)
C7M0Y13K4 
(7%,0%,13%,4%)
(0.07/0.00/0.13/0.04)	

CMYK percentages

%7.38
%0
%13.11
%4.31

Codes

Color #E2F4D4 in popluar color models

E2F4D4
RGB226244212
HSL94°59.26%89.41%
HSB/HSV94°13.11%95.69%
CMYK7.38%0.00%13.11%
4.31%

Color #E2F4D4 in popluar number systems.

HEXE2F4D4
Decimal226244212
Binary111000101111010011010100
Octal342364324

Shades and tints

Shades of #E2F4D4

#E2F4D4
(226,244,212)
#CEDEC1
(206,222,193)
#BAC8AE
(186,200,174)
#A6B29B
(166,178,155)
#929C88
(146,156,136)
#7E8675
(126,134,117)
#6A7062
(106,112,98)
#565A4F
(86,90,79)
#42443C
(66,68,60)
#2E2E29
(46,46,41)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #E2F4D4

#E2F4D4
(226,244,212)
#E4F5D7
(228,245,215)
#E6F6DA
(230,246,218)
#E8F7DD
(232,247,221)
#EAF8E0
(234,248,224)
#ECF9E3
(236,249,227)
#EEFAE6
(238,250,230)
#F0FBE9
(240,251,233)
#F2FCEC
(242,252,236)
#F4FDEF
(244,253,239)
#F6FEF2
(246,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F4D4; }

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

This text font color is #E2F4D4.


Background Color

.myBgColor { background-color: #E2F4D4; }

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

This div background color is #E2F4D4.


Border color

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

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

This div border color is #E2F4D4.


Opacity

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

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

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

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

This text has shadow with #E2F4D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F4D4 on black background.


Color preview on white background

This text has color #E2F4D4 on white background.



Black color preview on #E2F4D4 background

This text has black color on #E2F4D4 background.


White color preview on #E2F4D4 background

This text has white color on #E2F4D4 background.