COLOR #E2FADF

HEX: #E2FADF RGB: (226,250,223)

Color info

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

RGB color model

#E2FADF color RGB value is (226,250,223).

RGB: (226,250,223) (89%, 98%, 87%)

RGB channels and saturation

R 226 of 255 = 89%
G 250 of 255 = 98%
B 223 of 255 = 87%

226
250
223

R + G + B ~ 91%. #E2FADF is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 250 + 223 = 699 (100%)
R 226 of 699 ~ 32.33%
G 250 of 699 ~ 35.77%
B 223 of 699 ~ 31.9'%

%32.33
%35.77
%31.9

CMYK color model

#E2FADF color CMYK value is (10,0,11,2).

  • cyan value is 9.60%
  • magenta value is 0.00%
  • yellow value is 10.80%
  • key color value is 1.96%

CMYK: (10,0,11,2)
C10M0Y11K2 (10%, 0%, 11%, 2%)
(0.10 / 0.00 / 0.11 / 0.02)

CMYK percentages

%9.6
%0
%10.8
%1.96

Codes

Color #E2FADF in popluar color models

E2 FA DF
RGB 226 250 223
HSL 113° 72.97% 92.75%
HSB/HSV 113° 10.80% 98.04%
CMYK 9.60% 0.00% 10.80%
1.96%

Color #E2FADF in popluar number systems.

HEX E2 FA DF
Decimal 226 250 223
Binary 11100010 11111010 11011111
Octal 342 372 337

Shades and tints

Shades of #E2FADF

#E2FADF
(226,250,223)
#CEE4CB
(206,228,203)
#BACEB7
(186,206,183)
#A6B8A3
(166,184,163)
#92A28F
(146,162,143)
#7E8C7B
(126,140,123)
#6A7667
(106,118,103)
#566053
(86,96,83)
#424A3F
(66,74,63)
#2E342B
(46,52,43)
#1A1E17
(26,30,23)
#000000
(0,0,0)

Tints of #E2FADF

#E2FADF
(226,250,223)
#E4FAE1
(228,250,225)
#E6FAE3
(230,250,227)
#E8FAE5
(232,250,229)
#EAFAE7
(234,250,231)
#ECFAE9
(236,250,233)
#EEFAEB
(238,250,235)
#F0FAED
(240,250,237)
#F2FAEF
(242,250,239)
#F4FAF1
(244,250,241)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FADF; }

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

This text font color is #E2FADF.

Background Color

.myBgColor { background-color: #E2FADF; }

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

This div background color is #E2FADF.

Border color

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

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

This div border color is #E2FADF.

Opacity

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

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

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

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

This text has shadow with #E2FADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2FADF.

Preview

Color preview on black background

This text has color #E2FADF on black background.


Color preview on white background

This text has color #E2FADF on white background.


Black color preview on #E2FADF background

This text has black color on #E2FADF background.


White color preview on #E2FADF background

This text has white color on #E2FADF background.


Related colors

Complementary color

Complementary color for #hex is #1D0520.


I love getcolorcode.com

Triadic colors

1 #DFE2FA and #FADFE2 with #E2FADF are triadic colors.

2 #DFFAE2 and #FAE2DF with #E2FADF are triadic colors.