COLOR #E5F9EC

HEX: #E5F9EC
RGB: (229,249,236)

Color info

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

RGB color model

#E5F9EC color RGB value is (229,249,236).

  • red value is 229;
  • green value is 249;
  • blue value is 236.
RGB:
(229,249,236)
(90%,98%,93%)

RGB channels and saturation

R 229 of 255 = 90%
G 249 of 255 = 98%
B 236 of 255 = 93%

229
249
236

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

Portions of RGB colors in percentages

R + G + B =
229 + 249 + 236 = 714 (100%)
R 229 of 714 ~ 32.07%
G 249 of 714 ~ 34.87%
B 236 of 714 ~ 33.05%

%32.07
%34.87
%33.05

CMYK color model

#E5F9EC color CMYK value is (8,0,5,2).

  • cyan value is 8.03%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 2.35%
CMYK:
(8,0,5,2)
C8M0Y5K2 
(8%,0%,5%,2%)
(0.08/0.00/0.05/0.02)	

CMYK percentages

%8.03
%0
%5.22
%2.35

Codes

Color #E5F9EC in popluar color models

E5F9EC
RGB229249236
HSL141°62.50%93.73%
HSB/HSV141°8.03%97.65%
CMYK8.03%0.00%5.22%
2.35%

Color #E5F9EC in popluar number systems.

HEXE5F9EC
Decimal229249236
Binary111001011111100111101100
Octal345371354

Shades and tints

Shades of #E5F9EC

#E5F9EC
(229,249,236)
#D1E3D7
(209,227,215)
#BDCDC2
(189,205,194)
#A9B7AD
(169,183,173)
#95A198
(149,161,152)
#818B83
(129,139,131)
#6D756E
(109,117,110)
#595F59
(89,95,89)
#454944
(69,73,68)
#31332F
(49,51,47)
#1D1D1A
(29,29,26)
#000000
(0,0,0)

Tints of #E5F9EC

#E5F9EC
(229,249,236)
#E7F9ED
(231,249,237)
#E9F9EE
(233,249,238)
#EBF9EF
(235,249,239)
#EDF9F0
(237,249,240)
#EFF9F1
(239,249,241)
#F1F9F2
(241,249,242)
#F3F9F3
(243,249,243)
#F5F9F4
(245,249,244)
#F7F9F5
(247,249,245)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F9EC color. Also use rgb(229,249,236) instead hex code.

Text Font Color

.myTextColor { color: #E5F9EC; }

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

This text font color is #E5F9EC.


Background Color

.myBgColor { background-color: #E5F9EC; }

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

This div background color is #E5F9EC.


Border color

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

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

This div border color is #E5F9EC.


Opacity

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

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

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

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

This text has shadow with #E5F9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F9EC on black background.


Color preview on white background

This text has color #E5F9EC on white background.



Black color preview on #E5F9EC background

This text has black color on #E5F9EC background.


White color preview on #E5F9EC background

This text has white color on #E5F9EC background.