COLOR #9B9E9B

HEX: #9B9E9B
RGB: (155,158,155)

Color info

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

RGB color model

#9B9E9B color RGB value is (155,158,155).

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

RGB channels and saturation

R 155 of 255 = 61%
G 158 of 255 = 62%
B 155 of 255 = 61%

155
158
155

R + G + B ~ 61%. #9B9E9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 158 + 155 = 468 (100%)
R 155 of 468 ~ 33.12%
G 158 of 468 ~ 33.76%
B 155 of 468 ~ 33.12%

%33.12
%33.76
%33.12

CMYK color model

#9B9E9B color CMYK value is (2,0,2,38).

  • cyan value is 1.90%
  • magenta value is 0.00%
  • yellow value is 1.90%
  • key color value is 38.04%
CMYK:
(2,0,2,38)
C2M0Y2K38 
(2%,0%,2%,38%)
(0.02/0.00/0.02/0.38)	

CMYK percentages

%1.9
%0
%1.9
%38.04

Codes

Color #9B9E9B in popluar color models

9B9E9B
RGB155158155
HSL120°1.52%61.37%
HSB/HSV120°1.90%61.96%
CMYK1.90%0.00%1.90%
38.04%

Color #9B9E9B in popluar number systems.

HEX9B9E9B
Decimal155158155
Binary100110111001111010011011
Octal233236233

Shades and tints

Shades of #9B9E9B

#9B9E9B
(155,158,155)
#8D908D
(141,144,141)
#7F827F
(127,130,127)
#717471
(113,116,113)
#636663
(99,102,99)
#555855
(85,88,85)
#474A47
(71,74,71)
#393C39
(57,60,57)
#2B2E2B
(43,46,43)
#1D201D
(29,32,29)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #9B9E9B

#9B9E9B
(155,158,155)
#A4A6A4
(164,166,164)
#ADAEAD
(173,174,173)
#B6B6B6
(182,182,182)
#BFBEBF
(191,190,191)
#C8C6C8
(200,198,200)
#D1CED1
(209,206,209)
#DAD6DA
(218,214,218)
#E3DEE3
(227,222,227)
#ECE6EC
(236,230,236)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9E9B; }

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

This text font color is #9B9E9B.


Background Color

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

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

This div background color is #9B9E9B.


Border color

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

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

This div border color is #9B9E9B.


Opacity

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

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

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

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

This text has shadow with #9B9E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9E9B on black background.


Color preview on white background

This text has color #9B9E9B on white background.



Black color preview on #9B9E9B background

This text has black color on #9B9E9B background.


White color preview on #9B9E9B background

This text has white color on #9B9E9B background.