COLOR #E9EAE6

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

Color info

#E9EAE6 contains red, green and blue colors in about the same proportion. Web safe color of #E9EAE6 is #FFFFCC (or #FFC).

RGB color model

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

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

RGB channels and saturation

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

233
234
230

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

Portions of RGB colors in percentages

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

%33.43
%33.57
%33

CMYK color model

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

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

CMYK percentages

%0.43
%0
%1.71
%8.24

Codes

Color #E9EAE6 in popluar color models

E9EAE6
RGB233234230
HSL75°8.70%90.98%
HSB/HSV75°1.71%91.76%
CMYK0.43%0.00%1.71%
8.24%

Color #E9EAE6 in popluar number systems.

HEXE9EAE6
Decimal233234230
Binary111010011110101011100110
Octal351352346

Shades and tints

Shades of #E9EAE6

#E9EAE6
(233,234,230)
#D4D5D2
(212,213,210)
#BFC0BE
(191,192,190)
#AAABAA
(170,171,170)
#959696
(149,150,150)
#808182
(128,129,130)
#6B6C6E
(107,108,110)
#56575A
(86,87,90)
#414246
(65,66,70)
#2C2D32
(44,45,50)
#17181E
(23,24,30)
#000000
(0,0,0)

Tints of #E9EAE6

#E9EAE6
(233,234,230)
#EBEBE8
(235,235,232)
#EDECEA
(237,236,234)
#EFEDEC
(239,237,236)
#F1EEEE
(241,238,238)
#F3EFF0
(243,239,240)
#F5F0F2
(245,240,242)
#F7F1F4
(247,241,244)
#F9F2F6
(249,242,246)
#FBF3F8
(251,243,248)
#FDF4FA
(253,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EAE6; }

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

This text font color is #E9EAE6.


Background Color

.myBgColor { background-color: #E9EAE6; }

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

This div background color is #E9EAE6.


Border color

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

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

This div border color is #E9EAE6.


Opacity

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

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

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

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

This text has shadow with #E9EAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EAE6 on black background.


Color preview on white background

This text has color #E9EAE6 on white background.



Black color preview on #E9EAE6 background

This text has black color on #E9EAE6 background.


White color preview on #E9EAE6 background

This text has white color on #E9EAE6 background.