COLOR #E5E5E5

HEX: #E5E5E5
RGB: (229,229,229)

Color info

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

RGB color model

#E5E5E5 color RGB value is (229,229,229).

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

RGB channels and saturation

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

229
229
229

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

Portions of RGB colors in percentages

R + G + B =
229 + 229 + 229 = 687 (100%)
R 229 of 687 ~ 33.33%
G 229 of 687 ~ 33.33%
B 229 of 687 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#E5E5E5 color CMYK value is (0,0,0,10).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(0,0,0,10)
C0M0Y0K10 
(0%,0%,0%,10%)
(0.00/0.00/0.00/0.10)	

CMYK percentages

%0
%0
%0
%10.2

Codes

Color #E5E5E5 in popluar color models

E5E5E5
RGB229229229
HSL0.00%0.90%
HSB/HSV0.00%0.90%
CMYK0.00%0.00%0.00%
10.20%

Color #E5E5E5 in popluar number systems.

HEXE5E5E5
Decimal229229229
Binary111001011110010111100101
Octal345345345

Shades and tints

Shades of #E5E5E5

#E5E5E5
(229,229,229)
#D1D1D1
(209,209,209)
#BDBDBD
(189,189,189)
#A9A9A9
(169,169,169)
#959595
(149,149,149)
#818181
(129,129,129)
#6D6D6D
(109,109,109)
#595959
(89,89,89)
#454545
(69,69,69)
#313131
(49,49,49)
#1D1D1D
(29,29,29)
#000000
(0,0,0)

Tints of #E5E5E5

#E5E5E5
(229,229,229)
#E7E7E7
(231,231,231)
#E9E9E9
(233,233,233)
#EBEBEB
(235,235,235)
#EDEDED
(237,237,237)
#EFEFEF
(239,239,239)
#F1F1F1
(241,241,241)
#F3F3F3
(243,243,243)
#F5F5F5
(245,245,245)
#F7F7F7
(247,247,247)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E5E5; }

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

This text font color is #E5E5E5.


Background Color

.myBgColor { background-color: #E5E5E5; }

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

This div background color is #E5E5E5.


Border color

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

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

This div border color is #E5E5E5.


Opacity

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

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

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

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

This text has shadow with #E5E5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E5E5 on black background.


Color preview on white background

This text has color #E5E5E5 on white background.



Black color preview on #E5E5E5 background

This text has black color on #E5E5E5 background.


White color preview on #E5E5E5 background

This text has white color on #E5E5E5 background.