COLOR #E2F86D

HEX: #E2F86D
RGB: (226,248,109)

Color info

#E2F86D contains mainly red and green colors. Web safe color of #E2F86D is #CCFF66 (or #CF6).

RGB color model

#E2F86D color RGB value is (226,248,109).

  • red value is 226;
  • green value is 248;
  • blue value is 109.
RGB:
(226,248,109)
(89%,97%,43%)

RGB channels and saturation

R 226 of 255 = 89%
G 248 of 255 = 97%
B 109 of 255 = 43%

226
248
109

R + G + B ~ 76%. #E2F86D is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 248 + 109 = 583 (100%)
R 226 of 583 ~ 38.77%
G 248 of 583 ~ 42.54%
B 109 of 583 ~ 18.7%

%38.77
%42.54
%18.7

CMYK color model

#E2F86D color CMYK value is (9,0,56,3).

  • cyan value is 8.87%
  • magenta value is 0.00%
  • yellow value is 56.05%
  • key color value is 2.75%
CMYK:
(9,0,56,3)
C9M0Y56K3 
(9%,0%,56%,3%)
(0.09/0.00/0.56/0.03)	

CMYK percentages

%8.87
%0
%56.05
%2.75

Codes

Color #E2F86D in popluar color models

E2F86D
RGB226248109
HSL69°90.85%70.00%
HSB/HSV69°56.05%97.25%
CMYK8.87%0.00%56.05%
2.75%

Color #E2F86D in popluar number systems.

HEXE2F86D
Decimal226248109
Binary11100010111110001101101
Octal342370155

Shades and tints

Shades of #E2F86D

#E2F86D
(226,248,109)
#CEE264
(206,226,100)
#BACC5B
(186,204,91)
#A6B652
(166,182,82)
#92A049
(146,160,73)
#7E8A40
(126,138,64)
#6A7437
(106,116,55)
#565E2E
(86,94,46)
#424825
(66,72,37)
#2E321C
(46,50,28)
#1A1C13
(26,28,19)
#000000
(0,0,0)

Tints of #E2F86D

#E2F86D
(226,248,109)
#E4F87A
(228,248,122)
#E6F887
(230,248,135)
#E8F894
(232,248,148)
#EAF8A1
(234,248,161)
#ECF8AE
(236,248,174)
#EEF8BB
(238,248,187)
#F0F8C8
(240,248,200)
#F2F8D5
(242,248,213)
#F4F8E2
(244,248,226)
#F6F8EF
(246,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2F86D color. Also use rgb(226,248,109) instead hex code.

Text Font Color

.myTextColor { color: #E2F86D; }

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

This text font color is #E2F86D.


Background Color

.myBgColor { background-color: #E2F86D; }

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

This div background color is #E2F86D.


Border color

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

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

This div border color is #E2F86D.


Opacity

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

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

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

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

This text has shadow with #E2F86D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F86D on black background.


Color preview on white background

This text has color #E2F86D on white background.



Black color preview on #E2F86D background

This text has black color on #E2F86D background.


White color preview on #E2F86D background

This text has white color on #E2F86D background.