COLOR #E3F5EF

HEX: #E3F5EF
RGB: (227,245,239)

Color info

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

RGB color model

#E3F5EF color RGB value is (227,245,239).

  • red value is 227;
  • green value is 245;
  • blue value is 239.
RGB:
(227,245,239)
(89%,96%,94%)

RGB channels and saturation

R 227 of 255 = 89%
G 245 of 255 = 96%
B 239 of 255 = 94%

227
245
239

R + G + B ~ 93%. #E3F5EF is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 245 + 239 = 711 (100%)
R 227 of 711 ~ 31.93%
G 245 of 711 ~ 34.46%
B 239 of 711 ~ 33.61%

%31.93
%34.46
%33.61

CMYK color model

#E3F5EF color CMYK value is (7,0,2,4).

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 2.45%
  • key color value is 3.92%
CMYK:
(7,0,2,4)
C7M0Y2K4 
(7%,0%,2%,4%)
(0.07/0.00/0.02/0.04)	

CMYK percentages

%7.35
%0
%2.45
%3.92

Codes

Color #E3F5EF in popluar color models

E3F5EF
RGB227245239
HSL160°47.37%92.55%
HSB/HSV160°7.35%96.08%
CMYK7.35%0.00%2.45%
3.92%

Color #E3F5EF in popluar number systems.

HEXE3F5EF
Decimal227245239
Binary111000111111010111101111
Octal343365357

Shades and tints

Shades of #E3F5EF

#E3F5EF
(227,245,239)
#CFDFDA
(207,223,218)
#BBC9C5
(187,201,197)
#A7B3B0
(167,179,176)
#939D9B
(147,157,155)
#7F8786
(127,135,134)
#6B7171
(107,113,113)
#575B5C
(87,91,92)
#434547
(67,69,71)
#2F2F32
(47,47,50)
#1B191D
(27,25,29)
#000000
(0,0,0)

Tints of #E3F5EF

#E3F5EF
(227,245,239)
#E5F5F0
(229,245,240)
#E7F5F1
(231,245,241)
#E9F5F2
(233,245,242)
#EBF5F3
(235,245,243)
#EDF5F4
(237,245,244)
#EFF5F5
(239,245,245)
#F1F5F6
(241,245,246)
#F3F5F7
(243,245,247)
#F5F5F8
(245,245,248)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F5EF color. Also use rgb(227,245,239) instead hex code.

Text Font Color

.myTextColor { color: #E3F5EF; }

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

This text font color is #E3F5EF.


Background Color

.myBgColor { background-color: #E3F5EF; }

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

This div background color is #E3F5EF.


Border color

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

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

This div border color is #E3F5EF.


Opacity

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

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

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

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

This text has shadow with #E3F5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F5EF on black background.


Color preview on white background

This text has color #E3F5EF on white background.



Black color preview on #E3F5EF background

This text has black color on #E3F5EF background.


White color preview on #E3F5EF background

This text has white color on #E3F5EF background.