COLOR #E5E5EC

HEX: #E5E5EC
RGB: (229,229,236)

Color info

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

RGB color model

#E5E5EC color RGB value is (229,229,236).

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

RGB channels and saturation

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

229
229
236

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

Portions of RGB colors in percentages

R + G + B =
229 + 229 + 236 = 694 (100%)
R 229 of 694 ~ 33%
G 229 of 694 ~ 33%
B 236 of 694 ~ 34.01%

%33
%33
%34.01

CMYK color model

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

  • cyan value is 2.97%
  • magenta value is 2.97%
  • 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.97
%0
%7.45

Codes

Color #E5E5EC in popluar color models

E5E5EC
RGB229229236
HSL240°15.56%91.18%
HSB/HSV240°2.97%92.55%
CMYK2.97%2.97%0.00%
7.45%

Color #E5E5EC in popluar number systems.

HEXE5E5EC
Decimal229229236
Binary111001011110010111101100
Octal345345354

Shades and tints

Shades of #E5E5EC

#E5E5EC
(229,229,236)
#D1D1D7
(209,209,215)
#BDBDC2
(189,189,194)
#A9A9AD
(169,169,173)
#959598
(149,149,152)
#818183
(129,129,131)
#6D6D6E
(109,109,110)
#595959
(89,89,89)
#454544
(69,69,68)
#31312F
(49,49,47)
#1D1D1A
(29,29,26)
#000000
(0,0,0)

Tints of #E5E5EC

#E5E5EC
(229,229,236)
#E7E7ED
(231,231,237)
#E9E9EE
(233,233,238)
#EBEBEF
(235,235,239)
#EDEDF0
(237,237,240)
#EFEFF1
(239,239,241)
#F1F1F2
(241,241,242)
#F3F3F3
(243,243,243)
#F5F5F4
(245,245,244)
#F7F7F5
(247,247,245)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E5EC; }

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

This text font color is #E5E5EC.


Background Color

.myBgColor { background-color: #E5E5EC; }

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

This div background color is #E5E5EC.


Border color

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

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

This div border color is #E5E5EC.


Opacity

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

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

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

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

This text has shadow with #E5E5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E5EC on black background.


Color preview on white background

This text has color #E5E5EC on white background.



Black color preview on #E5E5EC background

This text has black color on #E5E5EC background.


White color preview on #E5E5EC background

This text has white color on #E5E5EC background.