COLOR #9EAAA9

HEX: #9EAAA9
RGB: (158,170,169)

Color info

#9EAAA9 contains red, green and blue colors in about the same proportion. Web safe color of #9EAAA9 is #999999 (or #999).

RGB color model

#9EAAA9 color RGB value is (158,170,169).

  • red value is 158;
  • green value is 170;
  • blue value is 169.
RGB:
(158,170,169)
(62%,67%,66%)

RGB channels and saturation

R 158 of 255 = 62%
G 170 of 255 = 67%
B 169 of 255 = 66%

158
170
169

R + G + B ~ 65%. #9EAAA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 170 + 169 = 497 (100%)
R 158 of 497 ~ 31.79%
G 170 of 497 ~ 34.21%
B 169 of 497 ~ 34%

%31.79
%34.21
%34

CMYK color model

#9EAAA9 color CMYK value is (7,0,1,33).

  • cyan value is 7.06%
  • magenta value is 0.00%
  • yellow value is 0.59%
  • key color value is 33.33%
CMYK:
(7,0,1,33)
C7M0Y1K33 
(7%,0%,1%,33%)
(0.07/0.00/0.01/0.33)	

CMYK percentages

%7.06
%0
%0.59
%33.33

Codes

Color #9EAAA9 in popluar color models

9EAAA9
RGB158170169
HSL175°6.59%64.31%
HSB/HSV175°7.06%66.67%
CMYK7.06%0.00%0.59%
33.33%

Color #9EAAA9 in popluar number systems.

HEX9EAAA9
Decimal158170169
Binary100111101010101010101001
Octal236252251

Shades and tints

Shades of #9EAAA9

#9EAAA9
(158,170,169)
#909B9A
(144,155,154)
#828C8B
(130,140,139)
#747D7C
(116,125,124)
#666E6D
(102,110,109)
#585F5E
(88,95,94)
#4A504F
(74,80,79)
#3C4140
(60,65,64)
#2E3231
(46,50,49)
#202322
(32,35,34)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #9EAAA9

#9EAAA9
(158,170,169)
#A6B1B0
(166,177,176)
#AEB8B7
(174,184,183)
#B6BFBE
(182,191,190)
#BEC6C5
(190,198,197)
#C6CDCC
(198,205,204)
#CED4D3
(206,212,211)
#D6DBDA
(214,219,218)
#DEE2E1
(222,226,225)
#E6E9E8
(230,233,232)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EAAA9 color. Also use rgb(158,170,169) instead hex code.

Text Font Color

.myTextColor { color: #9EAAA9; }

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

This text font color is #9EAAA9.


Background Color

.myBgColor { background-color: #9EAAA9; }

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

This div background color is #9EAAA9.


Border color

.myBorderColor { border: 1px solid #9EAAA9; }

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

This div border color is #9EAAA9.


Opacity

.myOpacity80 { color: #9EAAA9; opacity: 0.8; }

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

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

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

This text has shadow with #9EAAA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAAA9 on black background.


Color preview on white background

This text has color #9EAAA9 on white background.



Black color preview on #9EAAA9 background

This text has black color on #9EAAA9 background.


White color preview on #9EAAA9 background

This text has white color on #9EAAA9 background.