COLOR #E2FF6B

HEX: #E2FF6B
RGB: (226,255,107)

Color info

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

RGB color model

#E2FF6B color RGB value is (226,255,107).

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

RGB channels and saturation

R 226 of 255 = 89%
G 255 of 255 = 100%
B 107 of 255 = 42%

226
255
107

R + G + B ~ 77%. #E2FF6B is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 255 + 107 = 588 (100%)
R 226 of 588 ~ 38.44%
G 255 of 588 ~ 43.37%
B 107 of 588 ~ 18.2%

%38.44
%43.37
%18.2

CMYK color model

#E2FF6B color CMYK value is (11,0,58,0).

  • cyan value is 11.37%
  • magenta value is 0.00%
  • yellow value is 58.04%
  • key color value is 0.00%
CMYK:
(11,0,58,0)
C11M0Y58K0 
(11%,0%,58%,0%)
(0.11/0.00/0.58/0.00)	

CMYK percentages

%11.37
%0
%58.04
%0

Codes

Color #E2FF6B in popluar color models

E2FF6B
RGB226255107
HSL72°100.00%70.98%
HSB/HSV72°58.04%100.00%
CMYK11.37%0.00%58.04%
0.00%

Color #E2FF6B in popluar number systems.

HEXE2FF6B
Decimal226255107
Binary11100010111111111101011
Octal342377153

Shades and tints

Shades of #E2FF6B

#E2FF6B
(226,255,107)
#CEE862
(206,232,98)
#BAD159
(186,209,89)
#A6BA50
(166,186,80)
#92A347
(146,163,71)
#7E8C3E
(126,140,62)
#6A7535
(106,117,53)
#565E2C
(86,94,44)
#424723
(66,71,35)
#2E301A
(46,48,26)
#1A1911
(26,25,17)
#000000
(0,0,0)

Tints of #E2FF6B

#E2FF6B
(226,255,107)
#E4FF78
(228,255,120)
#E6FF85
(230,255,133)
#E8FF92
(232,255,146)
#EAFF9F
(234,255,159)
#ECFFAC
(236,255,172)
#EEFFB9
(238,255,185)
#F0FFC6
(240,255,198)
#F2FFD3
(242,255,211)
#F4FFE0
(244,255,224)
#F6FFED
(246,255,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FF6B; }

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

This text font color is #E2FF6B.


Background Color

.myBgColor { background-color: #E2FF6B; }

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

This div background color is #E2FF6B.


Border color

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

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

This div border color is #E2FF6B.


Opacity

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

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

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

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

This text has shadow with #E2FF6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FF6B on black background.


Color preview on white background

This text has color #E2FF6B on white background.



Black color preview on #E2FF6B background

This text has black color on #E2FF6B background.


White color preview on #E2FF6B background

This text has white color on #E2FF6B background.