COLOR #E2FBE1

HEX: #E2FBE1
RGB: (226,251,225)

Color info

#E2FBE1 contains red, green and blue colors in about the same proportion. Web safe color of #E2FBE1 is #CCFFCC (or #CFC).

RGB color model

#E2FBE1 color RGB value is (226,251,225).

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

RGB channels and saturation

R 226 of 255 = 89%
G 251 of 255 = 98%
B 225 of 255 = 88%

226
251
225

R + G + B ~ 92%. #E2FBE1 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 251 + 225 = 702 (100%)
R 226 of 702 ~ 32.19%
G 251 of 702 ~ 35.75%
B 225 of 702 ~ 32.05%

%32.19
%35.75
%32.05

CMYK color model

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

  • cyan value is 9.96%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 1.57%
CMYK:
(10,0,10,2)
C10M0Y10K2 
(10%,0%,10%,2%)
(0.10/0.00/0.10/0.02)	

CMYK percentages

%9.96
%0
%10.36
%1.57

Codes

Color #E2FBE1 in popluar color models

E2FBE1
RGB226251225
HSL118°76.47%93.33%
HSB/HSV118°10.36%98.43%
CMYK9.96%0.00%10.36%
1.57%

Color #E2FBE1 in popluar number systems.

HEXE2FBE1
Decimal226251225
Binary111000101111101111100001
Octal342373341

Shades and tints

Shades of #E2FBE1

#E2FBE1
(226,251,225)
#CEE5CD
(206,229,205)
#BACFB9
(186,207,185)
#A6B9A5
(166,185,165)
#92A391
(146,163,145)
#7E8D7D
(126,141,125)
#6A7769
(106,119,105)
#566155
(86,97,85)
#424B41
(66,75,65)
#2E352D
(46,53,45)
#1A1F19
(26,31,25)
#000000
(0,0,0)

Tints of #E2FBE1

#E2FBE1
(226,251,225)
#E4FBE3
(228,251,227)
#E6FBE5
(230,251,229)
#E8FBE7
(232,251,231)
#EAFBE9
(234,251,233)
#ECFBEB
(236,251,235)
#EEFBED
(238,251,237)
#F0FBEF
(240,251,239)
#F2FBF1
(242,251,241)
#F4FBF3
(244,251,243)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FBE1; }

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

This text font color is #E2FBE1.


Background Color

.myBgColor { background-color: #E2FBE1; }

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

This div background color is #E2FBE1.


Border color

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

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

This div border color is #E2FBE1.


Opacity

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

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

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

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

This text has shadow with #E2FBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FBE1 on black background.


Color preview on white background

This text has color #E2FBE1 on white background.



Black color preview on #E2FBE1 background

This text has black color on #E2FBE1 background.


White color preview on #E2FBE1 background

This text has white color on #E2FBE1 background.