COLOR #E2FBF2

HEX: #E2FBF2
RGB: (226,251,242)

Color info

#E2FBF2 contains red, green and blue colors in about the same proportion. Web safe color of #E2FBF2 is #CCFFFF (or #CFF).

RGB color model

#E2FBF2 color RGB value is (226,251,242).

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

RGB channels and saturation

R 226 of 255 = 89%
G 251 of 255 = 98%
B 242 of 255 = 95%

226
251
242

R + G + B ~ 94%. #E2FBF2 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 251 + 242 = 719 (100%)
R 226 of 719 ~ 31.43%
G 251 of 719 ~ 34.91%
B 242 of 719 ~ 33.66%

%31.43
%34.91
%33.66

CMYK color model

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

  • cyan value is 9.96%
  • magenta value is 0.00%
  • yellow value is 3.59%
  • key color value is 1.57%
CMYK:
(10,0,4,2)
C10M0Y4K2 
(10%,0%,4%,2%)
(0.10/0.00/0.04/0.02)	

CMYK percentages

%9.96
%0
%3.59
%1.57

Codes

Color #E2FBF2 in popluar color models

E2FBF2
RGB226251242
HSL158°75.76%93.53%
HSB/HSV158°9.96%98.43%
CMYK9.96%0.00%3.59%
1.57%

Color #E2FBF2 in popluar number systems.

HEXE2FBF2
Decimal226251242
Binary111000101111101111110010
Octal342373362

Shades and tints

Shades of #E2FBF2

#E2FBF2
(226,251,242)
#CEE5DC
(206,229,220)
#BACFC6
(186,207,198)
#A6B9B0
(166,185,176)
#92A39A
(146,163,154)
#7E8D84
(126,141,132)
#6A776E
(106,119,110)
#566158
(86,97,88)
#424B42
(66,75,66)
#2E352C
(46,53,44)
#1A1F16
(26,31,22)
#000000
(0,0,0)

Tints of #E2FBF2

#E2FBF2
(226,251,242)
#E4FBF3
(228,251,243)
#E6FBF4
(230,251,244)
#E8FBF5
(232,251,245)
#EAFBF6
(234,251,246)
#ECFBF7
(236,251,247)
#EEFBF8
(238,251,248)
#F0FBF9
(240,251,249)
#F2FBFA
(242,251,250)
#F4FBFB
(244,251,251)
#F6FBFC
(246,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FBF2; }

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

This text font color is #E2FBF2.


Background Color

.myBgColor { background-color: #E2FBF2; }

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

This div background color is #E2FBF2.


Border color

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

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

This div border color is #E2FBF2.


Opacity

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

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

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

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

This text has shadow with #E2FBF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FBF2 on black background.


Color preview on white background

This text has color #E2FBF2 on white background.



Black color preview on #E2FBF2 background

This text has black color on #E2FBF2 background.


White color preview on #E2FBF2 background

This text has white color on #E2FBF2 background.