COLOR #E1E5EC

HEX: #E1E5EC RGB: (225,229,236)

Color info

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

RGB color model

#E1E5EC color RGB value is (225,229,236).

RGB: (225,229,236) (88%, 90%, 93%)

RGB channels and saturation

R 225 of 255 = 88%
G 229 of 255 = 90%
B 236 of 255 = 93%

225
229
236

R + G + B ~ 90%. #E1E5EC is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 229 + 236 = 690 (100%)
R 225 of 690 ~ 32.61%
G 229 of 690 ~ 33.19%
B 236 of 690 ~ 34.2'%

%32.61
%33.19
%34.2

CMYK color model

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

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

CMYK: (5,3,0,7)
C5M3Y0K7 (5%, 3%, 0%, 7%)
(0.05 / 0.03 / 0.00 / 0.07)

CMYK percentages

%4.66
%2.97
%0
%7.45

Codes

Color #E1E5EC in popluar color models

E1 E5 EC
RGB 225 229 236
HSL 218° 22.45% 90.39%
HSB/HSV 218° 4.66% 92.55%
CMYK 4.66% 2.97% 0.00%
7.45%

Color #E1E5EC in popluar number systems.

HEX E1 E5 EC
Decimal 225 229 236
Binary 11100001 11100101 11101100
Octal 341 345 354

Shades and tints

Shades of #E1E5EC

#E1E5EC
(225,229,236)
#CDD1D7
(205,209,215)
#B9BDC2
(185,189,194)
#A5A9AD
(165,169,173)
#919598
(145,149,152)
#7D8183
(125,129,131)
#696D6E
(105,109,110)
#555959
(85,89,89)
#414544
(65,69,68)
#2D312F
(45,49,47)
#191D1A
(25,29,26)
#000000
(0,0,0)

Tints of #E1E5EC

#E1E5EC
(225,229,236)
#E3E7ED
(227,231,237)
#E5E9EE
(229,233,238)
#E7EBEF
(231,235,239)
#E9EDF0
(233,237,240)
#EBEFF1
(235,239,241)
#EDF1F2
(237,241,242)
#EFF3F3
(239,243,243)
#F1F5F4
(241,245,244)
#F3F7F5
(243,247,245)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E5EC; }

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

This text font color is #E1E5EC.

Background Color

.myBgColor { background-color: #E1E5EC; }

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

This div background color is #E1E5EC.

Border color

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

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

This div border color is #E1E5EC.

Opacity

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

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

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

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

This text has shadow with #E1E5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1E5EC.

Preview

Color preview on black background

This text has color #E1E5EC on black background.


Color preview on white background

This text has color #E1E5EC on white background.


Black color preview on #E1E5EC background

This text has black color on #E1E5EC background.


White color preview on #E1E5EC background

This text has white color on #E1E5EC background.


Related colors

Complementary color

Complementary color for #hex is #1E1A13.


I love getcolorcode.com

Triadic colors

1 #ECE1E5 and #E5ECE1 with #E1E5EC are triadic colors.

2 #ECE5E1 and #E5E1EC with #E1E5EC are triadic colors.