COLOR #E9E1E5

HEX: #E9E1E5
RGB: (233,225,229)

Color info

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

RGB color model

#E9E1E5 color RGB value is (233,225,229).

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

RGB channels and saturation

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

233
225
229

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

Portions of RGB colors in percentages

R + G + B =
233 + 225 + 229 = 687 (100%)
R 233 of 687 ~ 33.92%
G 225 of 687 ~ 32.75%
B 229 of 687 ~ 33.33%

%33.92
%32.75
%33.33

CMYK color model

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

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

CMYK percentages

%0
%3.43
%1.72
%8.63

Codes

Color #E9E1E5 in popluar color models

E9E1E5
RGB233225229
HSL330°15.38%89.80%
HSB/HSV330°3.43%91.37%
CMYK0.00%3.43%1.72%
8.63%

Color #E9E1E5 in popluar number systems.

HEXE9E1E5
Decimal233225229
Binary111010011110000111100101
Octal351341345

Shades and tints

Shades of #E9E1E5

#E9E1E5
(233,225,229)
#D4CDD1
(212,205,209)
#BFB9BD
(191,185,189)
#AAA5A9
(170,165,169)
#959195
(149,145,149)
#807D81
(128,125,129)
#6B696D
(107,105,109)
#565559
(86,85,89)
#414145
(65,65,69)
#2C2D31
(44,45,49)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #E9E1E5

#E9E1E5
(233,225,229)
#EBE3E7
(235,227,231)
#EDE5E9
(237,229,233)
#EFE7EB
(239,231,235)
#F1E9ED
(241,233,237)
#F3EBEF
(243,235,239)
#F5EDF1
(245,237,241)
#F7EFF3
(247,239,243)
#F9F1F5
(249,241,245)
#FBF3F7
(251,243,247)
#FDF5F9
(253,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9E1E5; }

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

This text font color is #E9E1E5.


Background Color

.myBgColor { background-color: #E9E1E5; }

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

This div background color is #E9E1E5.


Border color

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

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

This div border color is #E9E1E5.


Opacity

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

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

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

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

This text has shadow with #E9E1E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9E1E5 on black background.


Color preview on white background

This text has color #E9E1E5 on white background.



Black color preview on #E9E1E5 background

This text has black color on #E9E1E5 background.


White color preview on #E9E1E5 background

This text has white color on #E9E1E5 background.