COLOR #E2FFB6

HEX: #E2FFB6
RGB: (226,255,182)

Color info

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

RGB color model

#E2FFB6 color RGB value is (226,255,182).

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

RGB channels and saturation

R 226 of 255 = 89%
G 255 of 255 = 100%
B 182 of 255 = 71%

226
255
182

R + G + B ~ 87%. #E2FFB6 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 255 + 182 = 663 (100%)
R 226 of 663 ~ 34.09%
G 255 of 663 ~ 38.46%
B 182 of 663 ~ 27.45%

%34.09
%38.46
%27.45

CMYK color model

#E2FFB6 color CMYK value is (11,0,29,0).

  • cyan value is 11.37%
  • magenta value is 0.00%
  • yellow value is 28.63%
  • key color value is 0.00%
CMYK:
(11,0,29,0)
C11M0Y29K0 
(11%,0%,29%,0%)
(0.11/0.00/0.29/0.00)	

CMYK percentages

%11.37
%0
%28.63
%0

Codes

Color #E2FFB6 in popluar color models

E2FFB6
RGB226255182
HSL84°100.00%85.69%
HSB/HSV84°28.63%100.00%
CMYK11.37%0.00%28.63%
0.00%

Color #E2FFB6 in popluar number systems.

HEXE2FFB6
Decimal226255182
Binary111000101111111110110110
Octal342377266

Shades and tints

Shades of #E2FFB6

#E2FFB6
(226,255,182)
#CEE8A6
(206,232,166)
#BAD196
(186,209,150)
#A6BA86
(166,186,134)
#92A376
(146,163,118)
#7E8C66
(126,140,102)
#6A7556
(106,117,86)
#565E46
(86,94,70)
#424736
(66,71,54)
#2E3026
(46,48,38)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #E2FFB6

#E2FFB6
(226,255,182)
#E4FFBC
(228,255,188)
#E6FFC2
(230,255,194)
#E8FFC8
(232,255,200)
#EAFFCE
(234,255,206)
#ECFFD4
(236,255,212)
#EEFFDA
(238,255,218)
#F0FFE0
(240,255,224)
#F2FFE6
(242,255,230)
#F4FFEC
(244,255,236)
#F6FFF2
(246,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FFB6; }

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

This text font color is #E2FFB6.


Background Color

.myBgColor { background-color: #E2FFB6; }

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

This div background color is #E2FFB6.


Border color

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

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

This div border color is #E2FFB6.


Opacity

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

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

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

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

This text has shadow with #E2FFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FFB6 on black background.


Color preview on white background

This text has color #E2FFB6 on white background.



Black color preview on #E2FFB6 background

This text has black color on #E2FFB6 background.


White color preview on #E2FFB6 background

This text has white color on #E2FFB6 background.