COLOR #E9E6EA

HEX: #E9E6EA
RGB: (233,230,234)

Color info

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

RGB color model

#E9E6EA color RGB value is (233,230,234).

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

RGB channels and saturation

R 233 of 255 = 91%
G 230 of 255 = 90%
B 234 of 255 = 92%

233
230
234

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

Portions of RGB colors in percentages

R + G + B =
233 + 230 + 234 = 697 (100%)
R 233 of 697 ~ 33.43%
G 230 of 697 ~ 33%
B 234 of 697 ~ 33.57%

%33.43
%33
%33.57

CMYK color model

#E9E6EA color CMYK value is (0,2,0,8).

  • cyan value is 0.43%
  • magenta value is 1.71%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(0,2,0,8)
C0M2Y0K8 
(0%,2%,0%,8%)
(0.00/0.02/0.00/0.08)	

CMYK percentages

%0.43
%1.71
%0
%8.24

Codes

Color #E9E6EA in popluar color models

E9E6EA
RGB233230234
HSL285°8.70%90.98%
HSB/HSV285°1.71%91.76%
CMYK0.43%1.71%0.00%
8.24%

Color #E9E6EA in popluar number systems.

HEXE9E6EA
Decimal233230234
Binary111010011110011011101010
Octal351346352

Shades and tints

Shades of #E9E6EA

#E9E6EA
(233,230,234)
#D4D2D5
(212,210,213)
#BFBEC0
(191,190,192)
#AAAAAB
(170,170,171)
#959696
(149,150,150)
#808281
(128,130,129)
#6B6E6C
(107,110,108)
#565A57
(86,90,87)
#414642
(65,70,66)
#2C322D
(44,50,45)
#171E18
(23,30,24)
#000000
(0,0,0)

Tints of #E9E6EA

#E9E6EA
(233,230,234)
#EBE8EB
(235,232,235)
#EDEAEC
(237,234,236)
#EFECED
(239,236,237)
#F1EEEE
(241,238,238)
#F3F0EF
(243,240,239)
#F5F2F0
(245,242,240)
#F7F4F1
(247,244,241)
#F9F6F2
(249,246,242)
#FBF8F3
(251,248,243)
#FDFAF4
(253,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9E6EA; }

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

This text font color is #E9E6EA.


Background Color

.myBgColor { background-color: #E9E6EA; }

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

This div background color is #E9E6EA.


Border color

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

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

This div border color is #E9E6EA.


Opacity

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

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

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

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

This text has shadow with #E9E6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9E6EA on black background.


Color preview on white background

This text has color #E9E6EA on white background.



Black color preview on #E9E6EA background

This text has black color on #E9E6EA background.


White color preview on #E9E6EA background

This text has white color on #E9E6EA background.