COLOR #9B9C7F

HEX: #9B9C7F
RGB: (155,156,127)

Color info

#9B9C7F contains red, green and blue colors in about the same proportion. Web safe color of #9B9C7F is #999966 (or #996).

RGB color model

#9B9C7F color RGB value is (155,156,127).

  • red value is 155;
  • green value is 156;
  • blue value is 127.
RGB:
(155,156,127)
(61%,61%,50%)

RGB channels and saturation

R 155 of 255 = 61%
G 156 of 255 = 61%
B 127 of 255 = 50%

155
156
127

R + G + B ~ 57%. #9B9C7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 156 + 127 = 438 (100%)
R 155 of 438 ~ 35.39%
G 156 of 438 ~ 35.62%
B 127 of 438 ~ 29%

%35.39
%35.62
%29

CMYK color model

#9B9C7F color CMYK value is (1,0,19,39).

  • cyan value is 0.64%
  • magenta value is 0.00%
  • yellow value is 18.59%
  • key color value is 38.82%
CMYK:
(1,0,19,39)
C1M0Y19K39 
(1%,0%,19%,39%)
(0.01/0.00/0.19/0.39)	

CMYK percentages

%0.64
%0
%18.59
%38.82

Codes

Color #9B9C7F in popluar color models

9B9C7F
RGB155156127
HSL62°12.78%55.49%
HSB/HSV62°18.59%61.18%
CMYK0.64%0.00%18.59%
38.82%

Color #9B9C7F in popluar number systems.

HEX9B9C7F
Decimal155156127
Binary10011011100111001111111
Octal233234177

Shades and tints

Shades of #9B9C7F

#9B9C7F
(155,156,127)
#8D8E74
(141,142,116)
#7F8069
(127,128,105)
#71725E
(113,114,94)
#636453
(99,100,83)
#555648
(85,86,72)
#47483D
(71,72,61)
#393A32
(57,58,50)
#2B2C27
(43,44,39)
#1D1E1C
(29,30,28)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #9B9C7F

#9B9C7F
(155,156,127)
#A4A58A
(164,165,138)
#ADAE95
(173,174,149)
#B6B7A0
(182,183,160)
#BFC0AB
(191,192,171)
#C8C9B6
(200,201,182)
#D1D2C1
(209,210,193)
#DADBCC
(218,219,204)
#E3E4D7
(227,228,215)
#ECEDE2
(236,237,226)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9C7F; }

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

This text font color is #9B9C7F.


Background Color

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

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

This div background color is #9B9C7F.


Border color

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

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

This div border color is #9B9C7F.


Opacity

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

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

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

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

This text has shadow with #9B9C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9C7F on black background.


Color preview on white background

This text has color #9B9C7F on white background.



Black color preview on #9B9C7F background

This text has black color on #9B9C7F background.


White color preview on #9B9C7F background

This text has white color on #9B9C7F background.