COLOR #E9E9EA

HEX: #E9E9EA RGB: (233,233,234)

Color info

#E9E9EA contains red, green and blue colors in about the same proportion. Web safe color of #E9E9EA is #FFFFFF (or #FFF).

RGB color model

#E9E9EA color RGB value is (233,233,234).

RGB: (233,233,234) (91%, 91%, 92%)

RGB channels and saturation

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

233
233
234

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

Portions of RGB colors in percentages

R + G + B = 233 + 233 + 234 = 700 (100%)
R 233 of 700 ~ 33.29%
G 233 of 700 ~ 33.29%
B 234 of 700 ~ 33.43'%

%33.29
%33.29
%33.43

CMYK color model

#E9E9EA color CMYK value is (0,0,0,8).

  • cyan value is 0.43%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (0,0,0,8)
C0M0Y0K8 (0%, 0%, 0%, 8%)
(0.00 / 0.00 / 0.00 / 0.08)

CMYK percentages

%0.43
%0.43
%0
%8.24

Codes

Color #E9E9EA in popluar color models

E9 E9 EA
RGB 233 233 234
HSL 240° 2.33% 91.57%
HSB/HSV 240° 0.43% 91.76%
CMYK 0.43% 0.43% 0.00%
8.24%

Color #E9E9EA in popluar number systems.

HEX E9 E9 EA
Decimal 233 233 234
Binary 11101001 11101001 11101010
Octal 351 351 352

Shades and tints

Shades of #E9E9EA

#E9E9EA
(233,233,234)
#D4D4D5
(212,212,213)
#BFBFC0
(191,191,192)
#AAAAAB
(170,170,171)
#959596
(149,149,150)
#808081
(128,128,129)
#6B6B6C
(107,107,108)
#565657
(86,86,87)
#414142
(65,65,66)
#2C2C2D
(44,44,45)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #E9E9EA

#E9E9EA
(233,233,234)
#EBEBEB
(235,235,235)
#EDEDEC
(237,237,236)
#EFEFED
(239,239,237)
#F1F1EE
(241,241,238)
#F3F3EF
(243,243,239)
#F5F5F0
(245,245,240)
#F7F7F1
(247,247,241)
#F9F9F2
(249,249,242)
#FBFBF3
(251,251,243)
#FDFDF4
(253,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9E9EA; }

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

This text font color is #E9E9EA.

Background Color

.myBgColor { background-color: #E9E9EA; }

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

This div background color is #E9E9EA.

Border color

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

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

This div border color is #E9E9EA.

Opacity

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

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

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

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

This text has shadow with #E9E9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9E9EA.

Preview

Color preview on black background

This text has color #E9E9EA on black background.


Color preview on white background

This text has color #E9E9EA on white background.


Black color preview on #E9E9EA background

This text has black color on #E9E9EA background.


White color preview on #E9E9EA background

This text has white color on #E9E9EA background.


Related colors

Complementary color

Complementary color for #hex is #161615.


I love getcolorcode.com