COLOR #E5F6EC

HEX: #E5F6EC RGB: (229,246,236)

Color info

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

RGB color model

#E5F6EC color RGB value is (229,246,236).

RGB: (229,246,236) (90%, 96%, 93%)

RGB channels and saturation

R 229 of 255 = 90%
G 246 of 255 = 96%
B 236 of 255 = 93%

229
246
236

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

Portions of RGB colors in percentages

R + G + B = 229 + 246 + 236 = 711 (100%)
R 229 of 711 ~ 32.21%
G 246 of 711 ~ 34.6%
B 236 of 711 ~ 33.19'%

%32.21
%34.6
%33.19

CMYK color model

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

  • cyan value is 6.91%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 3.53%

CMYK: (7,0,4,4)
C7M0Y4K4 (7%, 0%, 4%, 4%)
(0.07 / 0.00 / 0.04 / 0.04)

CMYK percentages

%6.91
%0
%4.07
%3.53

Codes

Color #E5F6EC in popluar color models

E5 F6 EC
RGB 229 246 236
HSL 145° 48.57% 93.14%
HSB/HSV 145° 6.91% 96.47%
CMYK 6.91% 0.00% 4.07%
3.53%

Color #E5F6EC in popluar number systems.

HEX E5 F6 EC
Decimal 229 246 236
Binary 11100101 11110110 11101100
Octal 345 366 354

Shades and tints

Shades of #E5F6EC

#E5F6EC
(229,246,236)
#D1E0D7
(209,224,215)
#BDCAC2
(189,202,194)
#A9B4AD
(169,180,173)
#959E98
(149,158,152)
#818883
(129,136,131)
#6D726E
(109,114,110)
#595C59
(89,92,89)
#454644
(69,70,68)
#31302F
(49,48,47)
#1D1A1A
(29,26,26)
#000000
(0,0,0)

Tints of #E5F6EC

#E5F6EC
(229,246,236)
#E7F6ED
(231,246,237)
#E9F6EE
(233,246,238)
#EBF6EF
(235,246,239)
#EDF6F0
(237,246,240)
#EFF6F1
(239,246,241)
#F1F6F2
(241,246,242)
#F3F6F3
(243,246,243)
#F5F6F4
(245,246,244)
#F7F6F5
(247,246,245)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F6EC; }

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

This text font color is #E5F6EC.

Background Color

.myBgColor { background-color: #E5F6EC; }

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

This div background color is #E5F6EC.

Border color

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

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

This div border color is #E5F6EC.

Opacity

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

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

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

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

This text has shadow with #E5F6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F6EC.

Preview

Color preview on black background

This text has color #E5F6EC on black background.


Color preview on white background

This text has color #E5F6EC on white background.


Black color preview on #E5F6EC background

This text has black color on #E5F6EC background.


White color preview on #E5F6EC background

This text has white color on #E5F6EC background.


Related colors

Complementary color

Complementary color for #hex is #1A0913.


I love getcolorcode.com

Triadic colors

1 #ECE5F6 and #F6ECE5 with #E5F6EC are triadic colors.

2 #ECF6E5 and #F6E5EC with #E5F6EC are triadic colors.