COLOR #E2FBE3

HEX: #E2FBE3
RGB: (226,251,227)

Color info

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

RGB color model

#E2FBE3 color RGB value is (226,251,227).

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

RGB channels and saturation

R 226 of 255 = 89%
G 251 of 255 = 98%
B 227 of 255 = 89%

226
251
227

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

Portions of RGB colors in percentages

R + G + B =
226 + 251 + 227 = 704 (100%)
R 226 of 704 ~ 32.1%
G 251 of 704 ~ 35.65%
B 227 of 704 ~ 32.24%

%32.1
%35.65
%32.24

CMYK color model

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

  • cyan value is 9.96%
  • magenta value is 0.00%
  • yellow value is 9.56%
  • 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
%9.56
%1.57

Codes

Color #E2FBE3 in popluar color models

E2FBE3
RGB226251227
HSL122°75.76%93.53%
HSB/HSV122°9.96%98.43%
CMYK9.96%0.00%9.56%
1.57%

Color #E2FBE3 in popluar number systems.

HEXE2FBE3
Decimal226251227
Binary111000101111101111100011
Octal342373343

Shades and tints

Shades of #E2FBE3

#E2FBE3
(226,251,227)
#CEE5CF
(206,229,207)
#BACFBB
(186,207,187)
#A6B9A7
(166,185,167)
#92A393
(146,163,147)
#7E8D7F
(126,141,127)
#6A776B
(106,119,107)
#566157
(86,97,87)
#424B43
(66,75,67)
#2E352F
(46,53,47)
#1A1F1B
(26,31,27)
#000000
(0,0,0)

Tints of #E2FBE3

#E2FBE3
(226,251,227)
#E4FBE5
(228,251,229)
#E6FBE7
(230,251,231)
#E8FBE9
(232,251,233)
#EAFBEB
(234,251,235)
#ECFBED
(236,251,237)
#EEFBEF
(238,251,239)
#F0FBF1
(240,251,241)
#F2FBF3
(242,251,243)
#F4FBF5
(244,251,245)
#F6FBF7
(246,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FBE3; }

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

This text font color is #E2FBE3.


Background Color

.myBgColor { background-color: #E2FBE3; }

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

This div background color is #E2FBE3.


Border color

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

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

This div border color is #E2FBE3.


Opacity

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

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

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

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

This text has shadow with #E2FBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FBE3 on black background.


Color preview on white background

This text has color #E2FBE3 on white background.



Black color preview on #E2FBE3 background

This text has black color on #E2FBE3 background.


White color preview on #E2FBE3 background

This text has white color on #E2FBE3 background.