COLOR #E9E6EE

HEX: #E9E6EE
RGB: (233,230,238)

Color info

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

RGB color model

#E9E6EE color RGB value is (233,230,238).

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

RGB channels and saturation

R 233 of 255 = 91%
G 230 of 255 = 90%
B 238 of 255 = 93%

233
230
238

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

Portions of RGB colors in percentages

R + G + B =
233 + 230 + 238 = 701 (100%)
R 233 of 701 ~ 33.24%
G 230 of 701 ~ 32.81%
B 238 of 701 ~ 33.95%

%33.24
%32.81
%33.95

CMYK color model

#E9E6EE color CMYK value is (2,3,0,7).

  • cyan value is 2.10%
  • magenta value is 3.36%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(2,3,0,7)
C2M3Y0K7 
(2%,3%,0%,7%)
(0.02/0.03/0.00/0.07)	

CMYK percentages

%2.1
%3.36
%0
%6.67

Codes

Color #E9E6EE in popluar color models

E9E6EE
RGB233230238
HSL263°19.05%91.76%
HSB/HSV263°3.36%93.33%
CMYK2.10%3.36%0.00%
6.67%

Color #E9E6EE in popluar number systems.

HEXE9E6EE
Decimal233230238
Binary111010011110011011101110
Octal351346356

Shades and tints

Shades of #E9E6EE

#E9E6EE
(233,230,238)
#D4D2D9
(212,210,217)
#BFBEC4
(191,190,196)
#AAAAAF
(170,170,175)
#95969A
(149,150,154)
#808285
(128,130,133)
#6B6E70
(107,110,112)
#565A5B
(86,90,91)
#414646
(65,70,70)
#2C3231
(44,50,49)
#171E1C
(23,30,28)
#000000
(0,0,0)

Tints of #E9E6EE

#E9E6EE
(233,230,238)
#EBE8EF
(235,232,239)
#EDEAF0
(237,234,240)
#EFECF1
(239,236,241)
#F1EEF2
(241,238,242)
#F3F0F3
(243,240,243)
#F5F2F4
(245,242,244)
#F7F4F5
(247,244,245)
#F9F6F6
(249,246,246)
#FBF8F7
(251,248,247)
#FDFAF8
(253,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9E6EE; }

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

This text font color is #E9E6EE.


Background Color

.myBgColor { background-color: #E9E6EE; }

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

This div background color is #E9E6EE.


Border color

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

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

This div border color is #E9E6EE.


Opacity

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

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

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

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

This text has shadow with #E9E6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9E6EE on black background.


Color preview on white background

This text has color #E9E6EE on white background.



Black color preview on #E9E6EE background

This text has black color on #E9E6EE background.


White color preview on #E9E6EE background

This text has white color on #E9E6EE background.