COLOR #E9E6E5

HEX: #E9E6E5
RGB: (233,230,229)

Color info

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

RGB color model

#E9E6E5 color RGB value is (233,230,229).

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

RGB channels and saturation

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

233
230
229

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

Portions of RGB colors in percentages

R + G + B =
233 + 230 + 229 = 692 (100%)
R 233 of 692 ~ 33.67%
G 230 of 692 ~ 33.24%
B 229 of 692 ~ 33.09%

%33.67
%33.24
%33.09

CMYK color model

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

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

CMYK percentages

%0
%1.29
%1.72
%8.63

Codes

Color #E9E6E5 in popluar color models

E9E6E5
RGB233230229
HSL15°8.33%90.59%
HSB/HSV15°1.72%91.37%
CMYK0.00%1.29%1.72%
8.63%

Color #E9E6E5 in popluar number systems.

HEXE9E6E5
Decimal233230229
Binary111010011110011011100101
Octal351346345

Shades and tints

Shades of #E9E6E5

#E9E6E5
(233,230,229)
#D4D2D1
(212,210,209)
#BFBEBD
(191,190,189)
#AAAAA9
(170,170,169)
#959695
(149,150,149)
#808281
(128,130,129)
#6B6E6D
(107,110,109)
#565A59
(86,90,89)
#414645
(65,70,69)
#2C3231
(44,50,49)
#171E1D
(23,30,29)
#000000
(0,0,0)

Tints of #E9E6E5

#E9E6E5
(233,230,229)
#EBE8E7
(235,232,231)
#EDEAE9
(237,234,233)
#EFECEB
(239,236,235)
#F1EEED
(241,238,237)
#F3F0EF
(243,240,239)
#F5F2F1
(245,242,241)
#F7F4F3
(247,244,243)
#F9F6F5
(249,246,245)
#FBF8F7
(251,248,247)
#FDFAF9
(253,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9E6E5; }

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

This text font color is #E9E6E5.


Background Color

.myBgColor { background-color: #E9E6E5; }

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

This div background color is #E9E6E5.


Border color

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

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

This div border color is #E9E6E5.


Opacity

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

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

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

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

This text has shadow with #E9E6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9E6E5 on black background.


Color preview on white background

This text has color #E9E6E5 on white background.



Black color preview on #E9E6E5 background

This text has black color on #E9E6E5 background.


White color preview on #E9E6E5 background

This text has white color on #E9E6E5 background.