COLOR #E2FDDF

HEX: #E2FDDF
RGB: (226,253,223)

Color info

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

RGB color model

#E2FDDF color RGB value is (226,253,223).

  • red value is 226;
  • green value is 253;
  • blue value is 223.
RGB:
(226,253,223)
(89%,99%,87%)

RGB channels and saturation

R 226 of 255 = 89%
G 253 of 255 = 99%
B 223 of 255 = 87%

226
253
223

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

Portions of RGB colors in percentages

R + G + B =
226 + 253 + 223 = 702 (100%)
R 226 of 702 ~ 32.19%
G 253 of 702 ~ 36.04%
B 223 of 702 ~ 31.77%

%32.19
%36.04
%31.77

CMYK color model

#E2FDDF color CMYK value is (11,0,12,1).

  • cyan value is 10.67%
  • magenta value is 0.00%
  • yellow value is 11.86%
  • key color value is 0.78%
CMYK:
(11,0,12,1)
C11M0Y12K1 
(11%,0%,12%,1%)
(0.11/0.00/0.12/0.01)	

CMYK percentages

%10.67
%0
%11.86
%0.78

Codes

Color #E2FDDF in popluar color models

E2FDDF
RGB226253223
HSL114°88.24%93.33%
HSB/HSV114°11.86%99.22%
CMYK10.67%0.00%11.86%
0.78%

Color #E2FDDF in popluar number systems.

HEXE2FDDF
Decimal226253223
Binary111000101111110111011111
Octal342375337

Shades and tints

Shades of #E2FDDF

#E2FDDF
(226,253,223)
#CEE6CB
(206,230,203)
#BACFB7
(186,207,183)
#A6B8A3
(166,184,163)
#92A18F
(146,161,143)
#7E8A7B
(126,138,123)
#6A7367
(106,115,103)
#565C53
(86,92,83)
#42453F
(66,69,63)
#2E2E2B
(46,46,43)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #E2FDDF

#E2FDDF
(226,253,223)
#E4FDE1
(228,253,225)
#E6FDE3
(230,253,227)
#E8FDE5
(232,253,229)
#EAFDE7
(234,253,231)
#ECFDE9
(236,253,233)
#EEFDEB
(238,253,235)
#F0FDED
(240,253,237)
#F2FDEF
(242,253,239)
#F4FDF1
(244,253,241)
#F6FDF3
(246,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2FDDF color. Also use rgb(226,253,223) instead hex code.

Text Font Color

.myTextColor { color: #E2FDDF; }

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

This text font color is #E2FDDF.


Background Color

.myBgColor { background-color: #E2FDDF; }

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

This div background color is #E2FDDF.


Border color

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

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

This div border color is #E2FDDF.


Opacity

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

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

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

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

This text has shadow with #E2FDDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FDDF on black background.


Color preview on white background

This text has color #E2FDDF on white background.



Black color preview on #E2FDDF background

This text has black color on #E2FDDF background.


White color preview on #E2FDDF background

This text has white color on #E2FDDF background.