COLOR #E5F6EF

HEX: #E5F6EF
RGB: (229,246,239)

Color info

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

RGB color model

#E5F6EF color RGB value is (229,246,239).

  • red value is 229;
  • green value is 246;
  • blue value is 239.
RGB:
(229,246,239)
(90%,96%,94%)

RGB channels and saturation

R 229 of 255 = 90%
G 246 of 255 = 96%
B 239 of 255 = 94%

229
246
239

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

Portions of RGB colors in percentages

R + G + B =
229 + 246 + 239 = 714 (100%)
R 229 of 714 ~ 32.07%
G 246 of 714 ~ 34.45%
B 239 of 714 ~ 33.47%

%32.07
%34.45
%33.47

CMYK color model

#E5F6EF color CMYK value is (7,0,3,4).

  • cyan value is 6.91%
  • magenta value is 0.00%
  • yellow value is 2.85%
  • key color value is 3.53%
CMYK:
(7,0,3,4)
C7M0Y3K4 
(7%,0%,3%,4%)
(0.07/0.00/0.03/0.04)	

CMYK percentages

%6.91
%0
%2.85
%3.53

Codes

Color #E5F6EF in popluar color models

E5F6EF
RGB229246239
HSL155°48.57%93.14%
HSB/HSV155°6.91%96.47%
CMYK6.91%0.00%2.85%
3.53%

Color #E5F6EF in popluar number systems.

HEXE5F6EF
Decimal229246239
Binary111001011111011011101111
Octal345366357

Shades and tints

Shades of #E5F6EF

#E5F6EF
(229,246,239)
#D1E0DA
(209,224,218)
#BDCAC5
(189,202,197)
#A9B4B0
(169,180,176)
#959E9B
(149,158,155)
#818886
(129,136,134)
#6D7271
(109,114,113)
#595C5C
(89,92,92)
#454647
(69,70,71)
#313032
(49,48,50)
#1D1A1D
(29,26,29)
#000000
(0,0,0)

Tints of #E5F6EF

#E5F6EF
(229,246,239)
#E7F6F0
(231,246,240)
#E9F6F1
(233,246,241)
#EBF6F2
(235,246,242)
#EDF6F3
(237,246,243)
#EFF6F4
(239,246,244)
#F1F6F5
(241,246,245)
#F3F6F6
(243,246,246)
#F5F6F7
(245,246,247)
#F7F6F8
(247,246,248)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F6EF color. Also use rgb(229,246,239) instead hex code.

Text Font Color

.myTextColor { color: #E5F6EF; }

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

This text font color is #E5F6EF.


Background Color

.myBgColor { background-color: #E5F6EF; }

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

This div background color is #E5F6EF.


Border color

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

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

This div border color is #E5F6EF.


Opacity

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

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

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

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

This text has shadow with #E5F6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F6EF on black background.


Color preview on white background

This text has color #E5F6EF on white background.



Black color preview on #E5F6EF background

This text has black color on #E5F6EF background.


White color preview on #E5F6EF background

This text has white color on #E5F6EF background.