COLOR #E2FCB6

HEX: #E2FCB6
RGB: (226,252,182)

Color info

#E2FCB6 contains mainly red and green colors. Web safe color of #E2FCB6 is #CCFFCC (or #CFC).

RGB color model

#E2FCB6 color RGB value is (226,252,182).

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

RGB channels and saturation

R 226 of 255 = 89%
G 252 of 255 = 99%
B 182 of 255 = 71%

226
252
182

R + G + B ~ 86%. #E2FCB6 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 252 + 182 = 660 (100%)
R 226 of 660 ~ 34.24%
G 252 of 660 ~ 38.18%
B 182 of 660 ~ 27.58%

%34.24
%38.18
%27.58

CMYK color model

#E2FCB6 color CMYK value is (10,0,28,1).

  • cyan value is 10.32%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 1.18%
CMYK:
(10,0,28,1)
C10M0Y28K1 
(10%,0%,28%,1%)
(0.10/0.00/0.28/0.01)	

CMYK percentages

%10.32
%0
%27.78
%1.18

Codes

Color #E2FCB6 in popluar color models

E2FCB6
RGB226252182
HSL82°92.11%85.10%
HSB/HSV82°27.78%98.82%
CMYK10.32%0.00%27.78%
1.18%

Color #E2FCB6 in popluar number systems.

HEXE2FCB6
Decimal226252182
Binary111000101111110010110110
Octal342374266

Shades and tints

Shades of #E2FCB6

#E2FCB6
(226,252,182)
#CEE6A6
(206,230,166)
#BAD096
(186,208,150)
#A6BA86
(166,186,134)
#92A476
(146,164,118)
#7E8E66
(126,142,102)
#6A7856
(106,120,86)
#566246
(86,98,70)
#424C36
(66,76,54)
#2E3626
(46,54,38)
#1A2016
(26,32,22)
#000000
(0,0,0)

Tints of #E2FCB6

#E2FCB6
(226,252,182)
#E4FCBC
(228,252,188)
#E6FCC2
(230,252,194)
#E8FCC8
(232,252,200)
#EAFCCE
(234,252,206)
#ECFCD4
(236,252,212)
#EEFCDA
(238,252,218)
#F0FCE0
(240,252,224)
#F2FCE6
(242,252,230)
#F4FCEC
(244,252,236)
#F6FCF2
(246,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FCB6; }

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

This text font color is #E2FCB6.


Background Color

.myBgColor { background-color: #E2FCB6; }

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

This div background color is #E2FCB6.


Border color

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

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

This div border color is #E2FCB6.


Opacity

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

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

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

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

This text has shadow with #E2FCB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FCB6 on black background.


Color preview on white background

This text has color #E2FCB6 on white background.



Black color preview on #E2FCB6 background

This text has black color on #E2FCB6 background.


White color preview on #E2FCB6 background

This text has white color on #E2FCB6 background.