COLOR #9B9980

HEX: #9B9980
RGB: (155,153,128)

Color info

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

RGB color model

#9B9980 color RGB value is (155,153,128).

  • red value is 155;
  • green value is 153;
  • blue value is 128.
RGB:
(155,153,128)
(61%,60%,50%)

RGB channels and saturation

R 155 of 255 = 61%
G 153 of 255 = 60%
B 128 of 255 = 50%

155
153
128

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

Portions of RGB colors in percentages

R + G + B =
155 + 153 + 128 = 436 (100%)
R 155 of 436 ~ 35.55%
G 153 of 436 ~ 35.09%
B 128 of 436 ~ 29.36%

%35.55
%35.09
%29.36

CMYK color model

#9B9980 color CMYK value is (0,1,17,39).

  • cyan value is 0.00%
  • magenta value is 1.29%
  • yellow value is 17.42%
  • key color value is 39.22%
CMYK:
(0,1,17,39)
C0M1Y17K39 
(0%,1%,17%,39%)
(0.00/0.01/0.17/0.39)	

CMYK percentages

%0
%1.29
%17.42
%39.22

Codes

Color #9B9980 in popluar color models

9B9980
RGB155153128
HSL56°11.89%55.49%
HSB/HSV56°17.42%60.78%
CMYK0.00%1.29%17.42%
39.22%

Color #9B9980 in popluar number systems.

HEX9B9980
Decimal155153128
Binary100110111001100110000000
Octal233231200

Shades and tints

Shades of #9B9980

#9B9980
(155,153,128)
#8D8C75
(141,140,117)
#7F7F6A
(127,127,106)
#71725F
(113,114,95)
#636554
(99,101,84)
#555849
(85,88,73)
#474B3E
(71,75,62)
#393E33
(57,62,51)
#2B3128
(43,49,40)
#1D241D
(29,36,29)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #9B9980

#9B9980
(155,153,128)
#A4A28B
(164,162,139)
#ADAB96
(173,171,150)
#B6B4A1
(182,180,161)
#BFBDAC
(191,189,172)
#C8C6B7
(200,198,183)
#D1CFC2
(209,207,194)
#DAD8CD
(218,216,205)
#E3E1D8
(227,225,216)
#ECEAE3
(236,234,227)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9980; }

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

This text font color is #9B9980.


Background Color

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

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

This div background color is #9B9980.


Border color

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

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

This div border color is #9B9980.


Opacity

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

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

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

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

This text has shadow with #9B9980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9980 on black background.


Color preview on white background

This text has color #9B9980 on white background.



Black color preview on #9B9980 background

This text has black color on #9B9980 background.


White color preview on #9B9980 background

This text has white color on #9B9980 background.