COLOR #E2FBF7

HEX: #E2FBF7
RGB: (226,251,247)

Color info

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

RGB color model

#E2FBF7 color RGB value is (226,251,247).

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

RGB channels and saturation

R 226 of 255 = 89%
G 251 of 255 = 98%
B 247 of 255 = 97%

226
251
247

R + G + B ~ 95%. #E2FBF7 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 251 + 247 = 724 (100%)
R 226 of 724 ~ 31.22%
G 251 of 724 ~ 34.67%
B 247 of 724 ~ 34.12%

%31.22
%34.67
%34.12

CMYK color model

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

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

CMYK percentages

%9.96
%0
%1.59
%1.57

Codes

Color #E2FBF7 in popluar color models

E2FBF7
RGB226251247
HSL170°75.76%93.53%
HSB/HSV170°9.96%98.43%
CMYK9.96%0.00%1.59%
1.57%

Color #E2FBF7 in popluar number systems.

HEXE2FBF7
Decimal226251247
Binary111000101111101111110111
Octal342373367

Shades and tints

Shades of #E2FBF7

#E2FBF7
(226,251,247)
#CEE5E1
(206,229,225)
#BACFCB
(186,207,203)
#A6B9B5
(166,185,181)
#92A39F
(146,163,159)
#7E8D89
(126,141,137)
#6A7773
(106,119,115)
#56615D
(86,97,93)
#424B47
(66,75,71)
#2E3531
(46,53,49)
#1A1F1B
(26,31,27)
#000000
(0,0,0)

Tints of #E2FBF7

#E2FBF7
(226,251,247)
#E4FBF7
(228,251,247)
#E6FBF7
(230,251,247)
#E8FBF7
(232,251,247)
#EAFBF7
(234,251,247)
#ECFBF7
(236,251,247)
#EEFBF7
(238,251,247)
#F0FBF7
(240,251,247)
#F2FBF7
(242,251,247)
#F4FBF7
(244,251,247)
#F6FBF7
(246,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FBF7; }

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

This text font color is #E2FBF7.


Background Color

.myBgColor { background-color: #E2FBF7; }

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

This div background color is #E2FBF7.


Border color

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

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

This div border color is #E2FBF7.


Opacity

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

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

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

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

This text has shadow with #E2FBF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FBF7 on black background.


Color preview on white background

This text has color #E2FBF7 on white background.



Black color preview on #E2FBF7 background

This text has black color on #E2FBF7 background.


White color preview on #E2FBF7 background

This text has white color on #E2FBF7 background.