COLOR #E5E4E1

HEX: #E5E4E1
RGB: (229,228,225)

Color info

#E5E4E1 contains red, green and blue colors in about the same proportion. Web safe color of #E5E4E1 is #CCCCCC (or #CCC).

RGB color model

#E5E4E1 color RGB value is (229,228,225).

  • red value is 229;
  • green value is 228;
  • blue value is 225.
RGB:
(229,228,225)
(90%,89%,88%)

RGB channels and saturation

R 229 of 255 = 90%
G 228 of 255 = 89%
B 225 of 255 = 88%

229
228
225

R + G + B ~ 89%. #E5E4E1 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 228 + 225 = 682 (100%)
R 229 of 682 ~ 33.58%
G 228 of 682 ~ 33.43%
B 225 of 682 ~ 32.99%

%33.58
%33.43
%32.99

CMYK color model

#E5E4E1 color CMYK value is (0,0,2,10).

  • cyan value is 0.00%
  • magenta value is 0.44%
  • yellow value is 1.75%
  • key color value is 10.20%
CMYK:
(0,0,2,10)
C0M0Y2K10 
(0%,0%,2%,10%)
(0.00/0.00/0.02/0.10)	

CMYK percentages

%0
%0.44
%1.75
%10.2

Codes

Color #E5E4E1 in popluar color models

E5E4E1
RGB229228225
HSL45°7.14%89.02%
HSB/HSV45°1.75%89.80%
CMYK0.00%0.44%1.75%
10.20%

Color #E5E4E1 in popluar number systems.

HEXE5E4E1
Decimal229228225
Binary111001011110010011100001
Octal345344341

Shades and tints

Shades of #E5E4E1

#E5E4E1
(229,228,225)
#D1D0CD
(209,208,205)
#BDBCB9
(189,188,185)
#A9A8A5
(169,168,165)
#959491
(149,148,145)
#81807D
(129,128,125)
#6D6C69
(109,108,105)
#595855
(89,88,85)
#454441
(69,68,65)
#31302D
(49,48,45)
#1D1C19
(29,28,25)
#000000
(0,0,0)

Tints of #E5E4E1

#E5E4E1
(229,228,225)
#E7E6E3
(231,230,227)
#E9E8E5
(233,232,229)
#EBEAE7
(235,234,231)
#EDECE9
(237,236,233)
#EFEEEB
(239,238,235)
#F1F0ED
(241,240,237)
#F3F2EF
(243,242,239)
#F5F4F1
(245,244,241)
#F7F6F3
(247,246,243)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E4E1; }

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

This text font color is #E5E4E1.


Background Color

.myBgColor { background-color: #E5E4E1; }

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

This div background color is #E5E4E1.


Border color

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

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

This div border color is #E5E4E1.


Opacity

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

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

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

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

This text has shadow with #E5E4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E4E1 on black background.


Color preview on white background

This text has color #E5E4E1 on white background.



Black color preview on #E5E4E1 background

This text has black color on #E5E4E1 background.


White color preview on #E5E4E1 background

This text has white color on #E5E4E1 background.