COLOR #9EA5A9

HEX: #9EA5A9
RGB: (158,165,169)

Color info

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

RGB color model

#9EA5A9 color RGB value is (158,165,169).

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

RGB channels and saturation

R 158 of 255 = 62%
G 165 of 255 = 65%
B 169 of 255 = 66%

158
165
169

R + G + B ~ 64%. #9EA5A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 165 + 169 = 492 (100%)
R 158 of 492 ~ 32.11%
G 165 of 492 ~ 33.54%
B 169 of 492 ~ 34.35%

%32.11
%33.54
%34.35

CMYK color model

#9EA5A9 color CMYK value is (7,2,0,34).

  • cyan value is 6.51%
  • magenta value is 2.37%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(7,2,0,34)
C7M2Y0K34 
(7%,2%,0%,34%)
(0.07/0.02/0.00/0.34)	

CMYK percentages

%6.51
%2.37
%0
%33.73

Codes

Color #9EA5A9 in popluar color models

9EA5A9
RGB158165169
HSL202°6.01%64.12%
HSB/HSV202°6.51%66.27%
CMYK6.51%2.37%0.00%
33.73%

Color #9EA5A9 in popluar number systems.

HEX9EA5A9
Decimal158165169
Binary100111101010010110101001
Octal236245251

Shades and tints

Shades of #9EA5A9

#9EA5A9
(158,165,169)
#90969A
(144,150,154)
#82878B
(130,135,139)
#74787C
(116,120,124)
#66696D
(102,105,109)
#585A5E
(88,90,94)
#4A4B4F
(74,75,79)
#3C3C40
(60,60,64)
#2E2D31
(46,45,49)
#201E22
(32,30,34)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #9EA5A9

#9EA5A9
(158,165,169)
#A6ADB0
(166,173,176)
#AEB5B7
(174,181,183)
#B6BDBE
(182,189,190)
#BEC5C5
(190,197,197)
#C6CDCC
(198,205,204)
#CED5D3
(206,213,211)
#D6DDDA
(214,221,218)
#DEE5E1
(222,229,225)
#E6EDE8
(230,237,232)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA5A9; }

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

This text font color is #9EA5A9.


Background Color

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

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

This div background color is #9EA5A9.


Border color

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

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

This div border color is #9EA5A9.


Opacity

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

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

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

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

This text has shadow with #9EA5A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA5A9 on black background.


Color preview on white background

This text has color #9EA5A9 on white background.



Black color preview on #9EA5A9 background

This text has black color on #9EA5A9 background.


White color preview on #9EA5A9 background

This text has white color on #9EA5A9 background.