COLOR #E2FBA7

HEX: #E2FBA7
RGB: (226,251,167)

Color info

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

RGB color model

#E2FBA7 color RGB value is (226,251,167).

  • red value is 226;
  • green value is 251;
  • blue value is 167.
RGB:
(226,251,167)
(89%,98%,65%)

RGB channels and saturation

R 226 of 255 = 89%
G 251 of 255 = 98%
B 167 of 255 = 65%

226
251
167

R + G + B ~ 84%. #E2FBA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 251 + 167 = 644 (100%)
R 226 of 644 ~ 35.09%
G 251 of 644 ~ 38.98%
B 167 of 644 ~ 25.93%

%35.09
%38.98
%25.93

CMYK color model

#E2FBA7 color CMYK value is (10,0,33,2).

  • cyan value is 9.96%
  • magenta value is 0.00%
  • yellow value is 33.47%
  • key color value is 1.57%
CMYK:
(10,0,33,2)
C10M0Y33K2 
(10%,0%,33%,2%)
(0.10/0.00/0.33/0.02)	

CMYK percentages

%9.96
%0
%33.47
%1.57

Codes

Color #E2FBA7 in popluar color models

E2FBA7
RGB226251167
HSL78°91.30%81.96%
HSB/HSV78°33.47%98.43%
CMYK9.96%0.00%33.47%
1.57%

Color #E2FBA7 in popluar number systems.

HEXE2FBA7
Decimal226251167
Binary111000101111101110100111
Octal342373247

Shades and tints

Shades of #E2FBA7

#E2FBA7
(226,251,167)
#CEE598
(206,229,152)
#BACF89
(186,207,137)
#A6B97A
(166,185,122)
#92A36B
(146,163,107)
#7E8D5C
(126,141,92)
#6A774D
(106,119,77)
#56613E
(86,97,62)
#424B2F
(66,75,47)
#2E3520
(46,53,32)
#1A1F11
(26,31,17)
#000000
(0,0,0)

Tints of #E2FBA7

#E2FBA7
(226,251,167)
#E4FBAF
(228,251,175)
#E6FBB7
(230,251,183)
#E8FBBF
(232,251,191)
#EAFBC7
(234,251,199)
#ECFBCF
(236,251,207)
#EEFBD7
(238,251,215)
#F0FBDF
(240,251,223)
#F2FBE7
(242,251,231)
#F4FBEF
(244,251,239)
#F6FBF7
(246,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2FBA7 color. Also use rgb(226,251,167) instead hex code.

Text Font Color

.myTextColor { color: #E2FBA7; }

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

This text font color is #E2FBA7.


Background Color

.myBgColor { background-color: #E2FBA7; }

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

This div background color is #E2FBA7.


Border color

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

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

This div border color is #E2FBA7.


Opacity

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

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

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

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

This text has shadow with #E2FBA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FBA7 on black background.


Color preview on white background

This text has color #E2FBA7 on white background.



Black color preview on #E2FBA7 background

This text has black color on #E2FBA7 background.


White color preview on #E2FBA7 background

This text has white color on #E2FBA7 background.