COLOR #E5ECF6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

229
236
246

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

Portions of RGB colors in percentages

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

%32.21
%33.19
%34.6

CMYK color model

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

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

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

CMYK percentages

%6.91
%4.07
%0
%3.53

Codes

Color #E5ECF6 in popluar color models

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

Color #E5ECF6 in popluar number systems.

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

Shades and tints

Shades of #E5ECF6

#E5ECF6
(229,236,246)
#D1D7E0
(209,215,224)
#BDC2CA
(189,194,202)
#A9ADB4
(169,173,180)
#95989E
(149,152,158)
#818388
(129,131,136)
#6D6E72
(109,110,114)
#59595C
(89,89,92)
#454446
(69,68,70)
#312F30
(49,47,48)
#1D1A1A
(29,26,26)
#000000
(0,0,0)

Tints of #E5ECF6

#E5ECF6
(229,236,246)
#E7EDF6
(231,237,246)
#E9EEF6
(233,238,246)
#EBEFF6
(235,239,246)
#EDF0F6
(237,240,246)
#EFF1F6
(239,241,246)
#F1F2F6
(241,242,246)
#F3F3F6
(243,243,246)
#F5F4F6
(245,244,246)
#F7F5F6
(247,245,246)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5ECF6; }

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

This text font color is #E5ECF6.

Background Color

.myBgColor { background-color: #E5ECF6; }

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

This div background color is #E5ECF6.

Border color

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

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

This div border color is #E5ECF6.

Opacity

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

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

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

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

This text has shadow with #E5ECF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5ECF6.

Preview

Color preview on black background

This text has color #E5ECF6 on black background.


Color preview on white background

This text has color #E5ECF6 on white background.


Black color preview on #E5ECF6 background

This text has black color on #E5ECF6 background.


White color preview on #E5ECF6 background

This text has white color on #E5ECF6 background.


Related colors

Complementary color

Complementary color for #hex is #1A1309.


I love getcolorcode.com

Triadic colors

1 #F6E5EC and #ECF6E5 with #E5ECF6 are triadic colors.

2 #F6ECE5 and #ECE5F6 with #E5ECF6 are triadic colors.