COLOR #E2FFDE

HEX: #E2FFDE
RGB: (226,255,222)

Color info

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

RGB color model

#E2FFDE color RGB value is (226,255,222).

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

RGB channels and saturation

R 226 of 255 = 89%
G 255 of 255 = 100%
B 222 of 255 = 87%

226
255
222

R + G + B ~ 92%. #E2FFDE is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 255 + 222 = 703 (100%)
R 226 of 703 ~ 32.15%
G 255 of 703 ~ 36.27%
B 222 of 703 ~ 31.58%

%32.15
%36.27
%31.58

CMYK color model

#E2FFDE color CMYK value is (11,0,13,0).

  • cyan value is 11.37%
  • magenta value is 0.00%
  • yellow value is 12.94%
  • key color value is 0.00%
CMYK:
(11,0,13,0)
C11M0Y13K0 
(11%,0%,13%,0%)
(0.11/0.00/0.13/0.00)	

CMYK percentages

%11.37
%0
%12.94
%0

Codes

Color #E2FFDE in popluar color models

E2FFDE
RGB226255222
HSL113°100.00%93.53%
HSB/HSV113°12.94%100.00%
CMYK11.37%0.00%12.94%
0.00%

Color #E2FFDE in popluar number systems.

HEXE2FFDE
Decimal226255222
Binary111000101111111111011110
Octal342377336

Shades and tints

Shades of #E2FFDE

#E2FFDE
(226,255,222)
#CEE8CA
(206,232,202)
#BAD1B6
(186,209,182)
#A6BAA2
(166,186,162)
#92A38E
(146,163,142)
#7E8C7A
(126,140,122)
#6A7566
(106,117,102)
#565E52
(86,94,82)
#42473E
(66,71,62)
#2E302A
(46,48,42)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #E2FFDE

#E2FFDE
(226,255,222)
#E4FFE1
(228,255,225)
#E6FFE4
(230,255,228)
#E8FFE7
(232,255,231)
#EAFFEA
(234,255,234)
#ECFFED
(236,255,237)
#EEFFF0
(238,255,240)
#F0FFF3
(240,255,243)
#F2FFF6
(242,255,246)
#F4FFF9
(244,255,249)
#F6FFFC
(246,255,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FFDE; }

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

This text font color is #E2FFDE.


Background Color

.myBgColor { background-color: #E2FFDE; }

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

This div background color is #E2FFDE.


Border color

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

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

This div border color is #E2FFDE.


Opacity

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

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

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

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

This text has shadow with #E2FFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FFDE on black background.


Color preview on white background

This text has color #E2FFDE on white background.



Black color preview on #E2FFDE background

This text has black color on #E2FFDE background.


White color preview on #E2FFDE background

This text has white color on #E2FFDE background.