COLOR #E9E5EB

HEX: #E9E5EB
RGB: (233,229,235)

Color info

#E9E5EB contains red, green and blue colors in about the same proportion. Web safe color of #E9E5EB is #FFCCFF (or #FCF).

RGB color model

#E9E5EB color RGB value is (233,229,235).

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

RGB channels and saturation

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

233
229
235

R + G + B ~ 91%. #E9E5EB is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 229 + 235 = 697 (100%)
R 233 of 697 ~ 33.43%
G 229 of 697 ~ 32.86%
B 235 of 697 ~ 33.72%

%33.43
%32.86
%33.72

CMYK color model

#E9E5EB color CMYK value is (1,3,0,8).

  • cyan value is 0.85%
  • magenta value is 2.55%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(1,3,0,8)
C1M3Y0K8 
(1%,3%,0%,8%)
(0.01/0.03/0.00/0.08)	

CMYK percentages

%0.85
%2.55
%0
%7.84

Codes

Color #E9E5EB in popluar color models

E9E5EB
RGB233229235
HSL280°13.04%90.98%
HSB/HSV280°2.55%92.16%
CMYK0.85%2.55%0.00%
7.84%

Color #E9E5EB in popluar number systems.

HEXE9E5EB
Decimal233229235
Binary111010011110010111101011
Octal351345353

Shades and tints

Shades of #E9E5EB

#E9E5EB
(233,229,235)
#D4D1D6
(212,209,214)
#BFBDC1
(191,189,193)
#AAA9AC
(170,169,172)
#959597
(149,149,151)
#808182
(128,129,130)
#6B6D6D
(107,109,109)
#565958
(86,89,88)
#414543
(65,69,67)
#2C312E
(44,49,46)
#171D19
(23,29,25)
#000000
(0,0,0)

Tints of #E9E5EB

#E9E5EB
(233,229,235)
#EBE7EC
(235,231,236)
#EDE9ED
(237,233,237)
#EFEBEE
(239,235,238)
#F1EDEF
(241,237,239)
#F3EFF0
(243,239,240)
#F5F1F1
(245,241,241)
#F7F3F2
(247,243,242)
#F9F5F3
(249,245,243)
#FBF7F4
(251,247,244)
#FDF9F5
(253,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9E5EB; }

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

This text font color is #E9E5EB.


Background Color

.myBgColor { background-color: #E9E5EB; }

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

This div background color is #E9E5EB.


Border color

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

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

This div border color is #E9E5EB.


Opacity

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

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

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

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

This text has shadow with #E9E5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9E5EB on black background.


Color preview on white background

This text has color #E9E5EB on white background.



Black color preview on #E9E5EB background

This text has black color on #E9E5EB background.


White color preview on #E9E5EB background

This text has white color on #E9E5EB background.