COLOR #E9E5E5

HEX: #E9E5E5
RGB: (233,229,229)

Color info

#E9E5E5 contains red, green and blue colors in about the same proportion. Web safe color of #E9E5E5 is #FFCCCC (or #FCC).

RGB color model

#E9E5E5 color RGB value is (233,229,229).

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

RGB channels and saturation

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

233
229
229

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

Portions of RGB colors in percentages

R + G + B =
233 + 229 + 229 = 691 (100%)
R 233 of 691 ~ 33.72%
G 229 of 691 ~ 33.14%
B 229 of 691 ~ 33.14%

%33.72
%33.14
%33.14

CMYK color model

#E9E5E5 color CMYK value is (0,2,2,9).

  • cyan value is 0.00%
  • magenta value is 1.72%
  • yellow value is 1.72%
  • key color value is 8.63%
CMYK:
(0,2,2,9)
C0M2Y2K9 
(0%,2%,2%,9%)
(0.00/0.02/0.02/0.09)	

CMYK percentages

%0
%1.72
%1.72
%8.63

Codes

Color #E9E5E5 in popluar color models

E9E5E5
RGB233229229
HSL8.33%90.59%
HSB/HSV1.72%91.37%
CMYK0.00%1.72%1.72%
8.63%

Color #E9E5E5 in popluar number systems.

HEXE9E5E5
Decimal233229229
Binary111010011110010111100101
Octal351345345

Shades and tints

Shades of #E9E5E5

#E9E5E5
(233,229,229)
#D4D1D1
(212,209,209)
#BFBDBD
(191,189,189)
#AAA9A9
(170,169,169)
#959595
(149,149,149)
#808181
(128,129,129)
#6B6D6D
(107,109,109)
#565959
(86,89,89)
#414545
(65,69,69)
#2C3131
(44,49,49)
#171D1D
(23,29,29)
#000000
(0,0,0)

Tints of #E9E5E5

#E9E5E5
(233,229,229)
#EBE7E7
(235,231,231)
#EDE9E9
(237,233,233)
#EFEBEB
(239,235,235)
#F1EDED
(241,237,237)
#F3EFEF
(243,239,239)
#F5F1F1
(245,241,241)
#F7F3F3
(247,243,243)
#F9F5F5
(249,245,245)
#FBF7F7
(251,247,247)
#FDF9F9
(253,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9E5E5; }

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

This text font color is #E9E5E5.


Background Color

.myBgColor { background-color: #E9E5E5; }

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

This div background color is #E9E5E5.


Border color

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

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

This div border color is #E9E5E5.


Opacity

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

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

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

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

This text has shadow with #E9E5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9E5E5 on black background.


Color preview on white background

This text has color #E9E5E5 on white background.



Black color preview on #E9E5E5 background

This text has black color on #E9E5E5 background.


White color preview on #E9E5E5 background

This text has white color on #E9E5E5 background.