COLOR #E9E1EB

HEX: #E9E1EB
RGB: (233,225,235)

Color info

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

RGB color model

#E9E1EB color RGB value is (233,225,235).

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

RGB channels and saturation

R 233 of 255 = 91%
G 225 of 255 = 88%
B 235 of 255 = 92%

233
225
235

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

Portions of RGB colors in percentages

R + G + B =
233 + 225 + 235 = 693 (100%)
R 233 of 693 ~ 33.62%
G 225 of 693 ~ 32.47%
B 235 of 693 ~ 33.91%

%33.62
%32.47
%33.91

CMYK color model

#E9E1EB color CMYK value is (1,4,0,8).

  • cyan value is 0.85%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(1,4,0,8)
C1M4Y0K8 
(1%,4%,0%,8%)
(0.01/0.04/0.00/0.08)	

CMYK percentages

%0.85
%4.26
%0
%7.84

Codes

Color #E9E1EB in popluar color models

E9E1EB
RGB233225235
HSL288°20.00%90.20%
HSB/HSV288°4.26%92.16%
CMYK0.85%4.26%0.00%
7.84%

Color #E9E1EB in popluar number systems.

HEXE9E1EB
Decimal233225235
Binary111010011110000111101011
Octal351341353

Shades and tints

Shades of #E9E1EB

#E9E1EB
(233,225,235)
#D4CDD6
(212,205,214)
#BFB9C1
(191,185,193)
#AAA5AC
(170,165,172)
#959197
(149,145,151)
#807D82
(128,125,130)
#6B696D
(107,105,109)
#565558
(86,85,88)
#414143
(65,65,67)
#2C2D2E
(44,45,46)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #E9E1EB

#E9E1EB
(233,225,235)
#EBE3EC
(235,227,236)
#EDE5ED
(237,229,237)
#EFE7EE
(239,231,238)
#F1E9EF
(241,233,239)
#F3EBF0
(243,235,240)
#F5EDF1
(245,237,241)
#F7EFF2
(247,239,242)
#F9F1F3
(249,241,243)
#FBF3F4
(251,243,244)
#FDF5F5
(253,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9E1EB; }

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

This text font color is #E9E1EB.


Background Color

.myBgColor { background-color: #E9E1EB; }

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

This div background color is #E9E1EB.


Border color

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

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

This div border color is #E9E1EB.


Opacity

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

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

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

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

This text has shadow with #E9E1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9E1EB on black background.


Color preview on white background

This text has color #E9E1EB on white background.



Black color preview on #E9E1EB background

This text has black color on #E9E1EB background.


White color preview on #E9E1EB background

This text has white color on #E9E1EB background.