COLOR #E3FED1

HEX: #E3FED1
RGB: (227,254,209)

Color info

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

RGB color model

#E3FED1 color RGB value is (227,254,209).

  • red value is 227;
  • green value is 254;
  • blue value is 209.
RGB:
(227,254,209)
(89%,100%,82%)

RGB channels and saturation

R 227 of 255 = 89%
G 254 of 255 = 100%
B 209 of 255 = 82%

227
254
209

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

Portions of RGB colors in percentages

R + G + B =
227 + 254 + 209 = 690 (100%)
R 227 of 690 ~ 32.9%
G 254 of 690 ~ 36.81%
B 209 of 690 ~ 30.29%

%32.9
%36.81
%30.29

CMYK color model

#E3FED1 color CMYK value is (11,0,18,0).

  • cyan value is 10.63%
  • magenta value is 0.00%
  • yellow value is 17.72%
  • key color value is 0.39%
CMYK:
(11,0,18,0)
C11M0Y18K0 
(11%,0%,18%,0%)
(0.11/0.00/0.18/0.00)	

CMYK percentages

%10.63
%0
%17.72
%0.39

Codes

Color #E3FED1 in popluar color models

E3FED1
RGB227254209
HSL96°95.74%90.78%
HSB/HSV96°17.72%99.61%
CMYK10.63%0.00%17.72%
0.39%

Color #E3FED1 in popluar number systems.

HEXE3FED1
Decimal227254209
Binary111000111111111011010001
Octal343376321

Shades and tints

Shades of #E3FED1

#E3FED1
(227,254,209)
#CFE7BE
(207,231,190)
#BBD0AB
(187,208,171)
#A7B998
(167,185,152)
#93A285
(147,162,133)
#7F8B72
(127,139,114)
#6B745F
(107,116,95)
#575D4C
(87,93,76)
#434639
(67,70,57)
#2F2F26
(47,47,38)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #E3FED1

#E3FED1
(227,254,209)
#E5FED5
(229,254,213)
#E7FED9
(231,254,217)
#E9FEDD
(233,254,221)
#EBFEE1
(235,254,225)
#EDFEE5
(237,254,229)
#EFFEE9
(239,254,233)
#F1FEED
(241,254,237)
#F3FEF1
(243,254,241)
#F5FEF5
(245,254,245)
#F7FEF9
(247,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3FED1 color. Also use rgb(227,254,209) instead hex code.

Text Font Color

.myTextColor { color: #E3FED1; }

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

This text font color is #E3FED1.


Background Color

.myBgColor { background-color: #E3FED1; }

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

This div background color is #E3FED1.


Border color

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

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

This div border color is #E3FED1.


Opacity

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

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

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

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

This text has shadow with #E3FED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3FED1 on black background.


Color preview on white background

This text has color #E3FED1 on white background.



Black color preview on #E3FED1 background

This text has black color on #E3FED1 background.


White color preview on #E3FED1 background

This text has white color on #E3FED1 background.