COLOR #9B9FA7

HEX: #9B9FA7
RGB: (155,159,167)

Color info

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

RGB color model

#9B9FA7 color RGB value is (155,159,167).

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

RGB channels and saturation

R 155 of 255 = 61%
G 159 of 255 = 62%
B 167 of 255 = 65%

155
159
167

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

Portions of RGB colors in percentages

R + G + B =
155 + 159 + 167 = 481 (100%)
R 155 of 481 ~ 32.22%
G 159 of 481 ~ 33.06%
B 167 of 481 ~ 34.72%

%32.22
%33.06
%34.72

CMYK color model

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

  • cyan value is 7.19%
  • magenta value is 4.79%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(7,5,0,35)
C7M5Y0K35 
(7%,5%,0%,35%)
(0.07/0.05/0.00/0.35)	

CMYK percentages

%7.19
%4.79
%0
%34.51

Codes

Color #9B9FA7 in popluar color models

9B9FA7
RGB155159167
HSL220°6.38%63.14%
HSB/HSV220°7.19%65.49%
CMYK7.19%4.79%0.00%
34.51%

Color #9B9FA7 in popluar number systems.

HEX9B9FA7
Decimal155159167
Binary100110111001111110100111
Octal233237247

Shades and tints

Shades of #9B9FA7

#9B9FA7
(155,159,167)
#8D9198
(141,145,152)
#7F8389
(127,131,137)
#71757A
(113,117,122)
#63676B
(99,103,107)
#55595C
(85,89,92)
#474B4D
(71,75,77)
#393D3E
(57,61,62)
#2B2F2F
(43,47,47)
#1D2120
(29,33,32)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #9B9FA7

#9B9FA7
(155,159,167)
#A4A7AF
(164,167,175)
#ADAFB7
(173,175,183)
#B6B7BF
(182,183,191)
#BFBFC7
(191,191,199)
#C8C7CF
(200,199,207)
#D1CFD7
(209,207,215)
#DAD7DF
(218,215,223)
#E3DFE7
(227,223,231)
#ECE7EF
(236,231,239)
#F5EFF7
(245,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9FA7; }

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

This text font color is #9B9FA7.


Background Color

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

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

This div background color is #9B9FA7.


Border color

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

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

This div border color is #9B9FA7.


Opacity

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

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

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

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

This text has shadow with #9B9FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9FA7 on black background.


Color preview on white background

This text has color #9B9FA7 on white background.



Black color preview on #9B9FA7 background

This text has black color on #9B9FA7 background.


White color preview on #9B9FA7 background

This text has white color on #9B9FA7 background.