COLOR #9E9EA7

HEX: #9E9EA7
RGB: (158,158,167)

Color info

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

RGB color model

#9E9EA7 color RGB value is (158,158,167).

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

RGB channels and saturation

R 158 of 255 = 62%
G 158 of 255 = 62%
B 167 of 255 = 65%

158
158
167

R + G + B ~ 63%. #9E9EA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 158 + 167 = 483 (100%)
R 158 of 483 ~ 32.71%
G 158 of 483 ~ 32.71%
B 167 of 483 ~ 34.58%

%32.71
%32.71
%34.58

CMYK color model

#9E9EA7 color CMYK value is (5,5,0,35).

  • cyan value is 5.39%
  • magenta value is 5.39%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(5,5,0,35)
C5M5Y0K35 
(5%,5%,0%,35%)
(0.05/0.05/0.00/0.35)	

CMYK percentages

%5.39
%5.39
%0
%34.51

Codes

Color #9E9EA7 in popluar color models

9E9EA7
RGB158158167
HSL240°4.86%63.73%
HSB/HSV240°5.39%65.49%
CMYK5.39%5.39%0.00%
34.51%

Color #9E9EA7 in popluar number systems.

HEX9E9EA7
Decimal158158167
Binary100111101001111010100111
Octal236236247

Shades and tints

Shades of #9E9EA7

#9E9EA7
(158,158,167)
#909098
(144,144,152)
#828289
(130,130,137)
#74747A
(116,116,122)
#66666B
(102,102,107)
#58585C
(88,88,92)
#4A4A4D
(74,74,77)
#3C3C3E
(60,60,62)
#2E2E2F
(46,46,47)
#202020
(32,32,32)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #9E9EA7

#9E9EA7
(158,158,167)
#A6A6AF
(166,166,175)
#AEAEB7
(174,174,183)
#B6B6BF
(182,182,191)
#BEBEC7
(190,190,199)
#C6C6CF
(198,198,207)
#CECED7
(206,206,215)
#D6D6DF
(214,214,223)
#DEDEE7
(222,222,231)
#E6E6EF
(230,230,239)
#EEEEF7
(238,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9EA7; }

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

This text font color is #9E9EA7.


Background Color

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

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

This div background color is #9E9EA7.


Border color

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

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

This div border color is #9E9EA7.


Opacity

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

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

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

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

This text has shadow with #9E9EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9EA7 on black background.


Color preview on white background

This text has color #9E9EA7 on white background.



Black color preview on #9E9EA7 background

This text has black color on #9E9EA7 background.


White color preview on #9E9EA7 background

This text has white color on #9E9EA7 background.