COLOR #E2FCA6

HEX: #E2FCA6
RGB: (226,252,166)

Color info

#E2FCA6 contains mainly red and green colors. Web safe color of #E2FCA6 is #CCFF99 (or #CF9).

RGB color model

#E2FCA6 color RGB value is (226,252,166).

  • red value is 226;
  • green value is 252;
  • blue value is 166.
RGB:
(226,252,166)
(89%,99%,65%)

RGB channels and saturation

R 226 of 255 = 89%
G 252 of 255 = 99%
B 166 of 255 = 65%

226
252
166

R + G + B ~ 84%. #E2FCA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 252 + 166 = 644 (100%)
R 226 of 644 ~ 35.09%
G 252 of 644 ~ 39.13%
B 166 of 644 ~ 25.78%

%35.09
%39.13
%25.78

CMYK color model

#E2FCA6 color CMYK value is (10,0,34,1).

  • cyan value is 10.32%
  • magenta value is 0.00%
  • yellow value is 34.13%
  • key color value is 1.18%
CMYK:
(10,0,34,1)
C10M0Y34K1 
(10%,0%,34%,1%)
(0.10/0.00/0.34/0.01)	

CMYK percentages

%10.32
%0
%34.13
%1.18

Codes

Color #E2FCA6 in popluar color models

E2FCA6
RGB226252166
HSL78°93.48%81.96%
HSB/HSV78°34.13%98.82%
CMYK10.32%0.00%34.13%
1.18%

Color #E2FCA6 in popluar number systems.

HEXE2FCA6
Decimal226252166
Binary111000101111110010100110
Octal342374246

Shades and tints

Shades of #E2FCA6

#E2FCA6
(226,252,166)
#CEE697
(206,230,151)
#BAD088
(186,208,136)
#A6BA79
(166,186,121)
#92A46A
(146,164,106)
#7E8E5B
(126,142,91)
#6A784C
(106,120,76)
#56623D
(86,98,61)
#424C2E
(66,76,46)
#2E361F
(46,54,31)
#1A2010
(26,32,16)
#000000
(0,0,0)

Tints of #E2FCA6

#E2FCA6
(226,252,166)
#E4FCAE
(228,252,174)
#E6FCB6
(230,252,182)
#E8FCBE
(232,252,190)
#EAFCC6
(234,252,198)
#ECFCCE
(236,252,206)
#EEFCD6
(238,252,214)
#F0FCDE
(240,252,222)
#F2FCE6
(242,252,230)
#F4FCEE
(244,252,238)
#F6FCF6
(246,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2FCA6 color. Also use rgb(226,252,166) instead hex code.

Text Font Color

.myTextColor { color: #E2FCA6; }

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

This text font color is #E2FCA6.


Background Color

.myBgColor { background-color: #E2FCA6; }

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

This div background color is #E2FCA6.


Border color

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

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

This div border color is #E2FCA6.


Opacity

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

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

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

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

This text has shadow with #E2FCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FCA6 on black background.


Color preview on white background

This text has color #E2FCA6 on white background.



Black color preview on #E2FCA6 background

This text has black color on #E2FCA6 background.


White color preview on #E2FCA6 background

This text has white color on #E2FCA6 background.