COLOR #E2FBF4

HEX: #E2FBF4
RGB: (226,251,244)

Color info

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

RGB color model

#E2FBF4 color RGB value is (226,251,244).

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

RGB channels and saturation

R 226 of 255 = 89%
G 251 of 255 = 98%
B 244 of 255 = 96%

226
251
244

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

Portions of RGB colors in percentages

R + G + B =
226 + 251 + 244 = 721 (100%)
R 226 of 721 ~ 31.35%
G 251 of 721 ~ 34.81%
B 244 of 721 ~ 33.84%

%31.35
%34.81
%33.84

CMYK color model

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

  • cyan value is 9.96%
  • magenta value is 0.00%
  • yellow value is 2.79%
  • key color value is 1.57%
CMYK:
(10,0,3,2)
C10M0Y3K2 
(10%,0%,3%,2%)
(0.10/0.00/0.03/0.02)	

CMYK percentages

%9.96
%0
%2.79
%1.57

Codes

Color #E2FBF4 in popluar color models

E2FBF4
RGB226251244
HSL163°75.76%93.53%
HSB/HSV163°9.96%98.43%
CMYK9.96%0.00%2.79%
1.57%

Color #E2FBF4 in popluar number systems.

HEXE2FBF4
Decimal226251244
Binary111000101111101111110100
Octal342373364

Shades and tints

Shades of #E2FBF4

#E2FBF4
(226,251,244)
#CEE5DE
(206,229,222)
#BACFC8
(186,207,200)
#A6B9B2
(166,185,178)
#92A39C
(146,163,156)
#7E8D86
(126,141,134)
#6A7770
(106,119,112)
#56615A
(86,97,90)
#424B44
(66,75,68)
#2E352E
(46,53,46)
#1A1F18
(26,31,24)
#000000
(0,0,0)

Tints of #E2FBF4

#E2FBF4
(226,251,244)
#E4FBF5
(228,251,245)
#E6FBF6
(230,251,246)
#E8FBF7
(232,251,247)
#EAFBF8
(234,251,248)
#ECFBF9
(236,251,249)
#EEFBFA
(238,251,250)
#F0FBFB
(240,251,251)
#F2FBFC
(242,251,252)
#F4FBFD
(244,251,253)
#F6FBFE
(246,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FBF4; }

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

This text font color is #E2FBF4.


Background Color

.myBgColor { background-color: #E2FBF4; }

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

This div background color is #E2FBF4.


Border color

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

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

This div border color is #E2FBF4.


Opacity

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

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

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

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

This text has shadow with #E2FBF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FBF4 on black background.


Color preview on white background

This text has color #E2FBF4 on white background.



Black color preview on #E2FBF4 background

This text has black color on #E2FBF4 background.


White color preview on #E2FBF4 background

This text has white color on #E2FBF4 background.