COLOR #E2FEB3

HEX: #E2FEB3
RGB: (226,254,179)

Color info

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

RGB color model

#E2FEB3 color RGB value is (226,254,179).

  • red value is 226;
  • green value is 254;
  • blue value is 179.
RGB:
(226,254,179)
(89%,100%,70%)

RGB channels and saturation

R 226 of 255 = 89%
G 254 of 255 = 100%
B 179 of 255 = 70%

226
254
179

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

Portions of RGB colors in percentages

R + G + B =
226 + 254 + 179 = 659 (100%)
R 226 of 659 ~ 34.29%
G 254 of 659 ~ 38.54%
B 179 of 659 ~ 27.16%

%34.29
%38.54
%27.16

CMYK color model

#E2FEB3 color CMYK value is (11,0,30,0).

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 29.53%
  • key color value is 0.39%
CMYK:
(11,0,30,0)
C11M0Y30K0 
(11%,0%,30%,0%)
(0.11/0.00/0.30/0.00)	

CMYK percentages

%11.02
%0
%29.53
%0.39

Codes

Color #E2FEB3 in popluar color models

E2FEB3
RGB226254179
HSL82°97.40%84.90%
HSB/HSV82°29.53%99.61%
CMYK11.02%0.00%29.53%
0.39%

Color #E2FEB3 in popluar number systems.

HEXE2FEB3
Decimal226254179
Binary111000101111111010110011
Octal342376263

Shades and tints

Shades of #E2FEB3

#E2FEB3
(226,254,179)
#CEE7A3
(206,231,163)
#BAD093
(186,208,147)
#A6B983
(166,185,131)
#92A273
(146,162,115)
#7E8B63
(126,139,99)
#6A7453
(106,116,83)
#565D43
(86,93,67)
#424633
(66,70,51)
#2E2F23
(46,47,35)
#1A1813
(26,24,19)
#000000
(0,0,0)

Tints of #E2FEB3

#E2FEB3
(226,254,179)
#E4FEB9
(228,254,185)
#E6FEBF
(230,254,191)
#E8FEC5
(232,254,197)
#EAFECB
(234,254,203)
#ECFED1
(236,254,209)
#EEFED7
(238,254,215)
#F0FEDD
(240,254,221)
#F2FEE3
(242,254,227)
#F4FEE9
(244,254,233)
#F6FEEF
(246,254,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2FEB3 color. Also use rgb(226,254,179) instead hex code.

Text Font Color

.myTextColor { color: #E2FEB3; }

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

This text font color is #E2FEB3.


Background Color

.myBgColor { background-color: #E2FEB3; }

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

This div background color is #E2FEB3.


Border color

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

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

This div border color is #E2FEB3.


Opacity

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

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

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

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

This text has shadow with #E2FEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FEB3 on black background.


Color preview on white background

This text has color #E2FEB3 on white background.



Black color preview on #E2FEB3 background

This text has black color on #E2FEB3 background.


White color preview on #E2FEB3 background

This text has white color on #E2FEB3 background.