COLOR #E5E6EC

HEX: #E5E6EC RGB: (229,230,236)

Color info

#E5E6EC contains red, green and blue colors in about the same proportion. Web safe color of #E5E6EC is #CCCCFF (or #CCF).

RGB color model

#E5E6EC color RGB value is (229,230,236).

RGB: (229,230,236) (90%, 90%, 93%)

RGB channels and saturation

R 229 of 255 = 90%
G 230 of 255 = 90%
B 236 of 255 = 93%

229
230
236

R + G + B ~ 91%. #E5E6EC is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 230 + 236 = 695 (100%)
R 229 of 695 ~ 32.95%
G 230 of 695 ~ 33.09%
B 236 of 695 ~ 33.96'%

%32.95
%33.09
%33.96

CMYK color model

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

  • cyan value is 2.97%
  • magenta value is 2.54%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (3,3,0,7)
C3M3Y0K7 (3%, 3%, 0%, 7%)
(0.03 / 0.03 / 0.00 / 0.07)

CMYK percentages

%2.97
%2.54
%0
%7.45

Codes

Color #E5E6EC in popluar color models

E5 E6 EC
RGB 229 230 236
HSL 231° 15.56% 91.18%
HSB/HSV 231° 2.97% 92.55%
CMYK 2.97% 2.54% 0.00%
7.45%

Color #E5E6EC in popluar number systems.

HEX E5 E6 EC
Decimal 229 230 236
Binary 11100101 11100110 11101100
Octal 345 346 354

Shades and tints

Shades of #E5E6EC

#E5E6EC
(229,230,236)
#D1D2D7
(209,210,215)
#BDBEC2
(189,190,194)
#A9AAAD
(169,170,173)
#959698
(149,150,152)
#818283
(129,130,131)
#6D6E6E
(109,110,110)
#595A59
(89,90,89)
#454644
(69,70,68)
#31322F
(49,50,47)
#1D1E1A
(29,30,26)
#000000
(0,0,0)

Tints of #E5E6EC

#E5E6EC
(229,230,236)
#E7E8ED
(231,232,237)
#E9EAEE
(233,234,238)
#EBECEF
(235,236,239)
#EDEEF0
(237,238,240)
#EFF0F1
(239,240,241)
#F1F2F2
(241,242,242)
#F3F4F3
(243,244,243)
#F5F6F4
(245,246,244)
#F7F8F5
(247,248,245)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E6EC; }

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

This text font color is #E5E6EC.

Background Color

.myBgColor { background-color: #E5E6EC; }

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

This div background color is #E5E6EC.

Border color

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

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

This div border color is #E5E6EC.

Opacity

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

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

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

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

This text has shadow with #E5E6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5E6EC.

Preview

Color preview on black background

This text has color #E5E6EC on black background.


Color preview on white background

This text has color #E5E6EC on white background.


Black color preview on #E5E6EC background

This text has black color on #E5E6EC background.


White color preview on #E5E6EC background

This text has white color on #E5E6EC background.


Related colors

Complementary color

Complementary color for #hex is #1A1913.


I love getcolorcode.com

Triadic colors

1 #ECE5E6 and #E6ECE5 with #E5E6EC are triadic colors.

2 #ECE6E5 and #E6E5EC with #E5E6EC are triadic colors.