COLOR #E3FBF7

HEX: #E3FBF7
RGB: (227,251,247)

Color info

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

RGB color model

#E3FBF7 color RGB value is (227,251,247).

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

RGB channels and saturation

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

227
251
247

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

Portions of RGB colors in percentages

R + G + B =
227 + 251 + 247 = 725 (100%)
R 227 of 725 ~ 31.31%
G 251 of 725 ~ 34.62%
B 247 of 725 ~ 34.07%

%31.31
%34.62
%34.07

CMYK color model

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

  • cyan value is 9.56%
  • 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.56
%0
%1.59
%1.57

Codes

Color #E3FBF7 in popluar color models

E3FBF7
RGB227251247
HSL170°75.00%93.73%
HSB/HSV170°9.56%98.43%
CMYK9.56%0.00%1.59%
1.57%

Color #E3FBF7 in popluar number systems.

HEXE3FBF7
Decimal227251247
Binary111000111111101111110111
Octal343373367

Shades and tints

Shades of #E3FBF7

#E3FBF7
(227,251,247)
#CFE5E1
(207,229,225)
#BBCFCB
(187,207,203)
#A7B9B5
(167,185,181)
#93A39F
(147,163,159)
#7F8D89
(127,141,137)
#6B7773
(107,119,115)
#57615D
(87,97,93)
#434B47
(67,75,71)
#2F3531
(47,53,49)
#1B1F1B
(27,31,27)
#000000
(0,0,0)

Tints of #E3FBF7

#E3FBF7
(227,251,247)
#E5FBF7
(229,251,247)
#E7FBF7
(231,251,247)
#E9FBF7
(233,251,247)
#EBFBF7
(235,251,247)
#EDFBF7
(237,251,247)
#EFFBF7
(239,251,247)
#F1FBF7
(241,251,247)
#F3FBF7
(243,251,247)
#F5FBF7
(245,251,247)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3FBF7; }

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

This text font color is #E3FBF7.


Background Color

.myBgColor { background-color: #E3FBF7; }

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

This div background color is #E3FBF7.


Border color

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

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

This div border color is #E3FBF7.


Opacity

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

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

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

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

This text has shadow with #E3FBF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3FBF7 on black background.


Color preview on white background

This text has color #E3FBF7 on white background.



Black color preview on #E3FBF7 background

This text has black color on #E3FBF7 background.


White color preview on #E3FBF7 background

This text has white color on #E3FBF7 background.