COLOR #9B9990

HEX: #9B9990
RGB: (155,153,144)

Color info

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

RGB color model

#9B9990 color RGB value is (155,153,144).

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

RGB channels and saturation

R 155 of 255 = 61%
G 153 of 255 = 60%
B 144 of 255 = 56%

155
153
144

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

Portions of RGB colors in percentages

R + G + B =
155 + 153 + 144 = 452 (100%)
R 155 of 452 ~ 34.29%
G 153 of 452 ~ 33.85%
B 144 of 452 ~ 31.86%

%34.29
%33.85
%31.86

CMYK color model

#9B9990 color CMYK value is (0,1,7,39).

  • cyan value is 0.00%
  • magenta value is 1.29%
  • yellow value is 7.10%
  • key color value is 39.22%
CMYK:
(0,1,7,39)
C0M1Y7K39 
(0%,1%,7%,39%)
(0.00/0.01/0.07/0.39)	

CMYK percentages

%0
%1.29
%7.1
%39.22

Codes

Color #9B9990 in popluar color models

9B9990
RGB155153144
HSL49°5.21%58.63%
HSB/HSV49°7.10%60.78%
CMYK0.00%1.29%7.10%
39.22%

Color #9B9990 in popluar number systems.

HEX9B9990
Decimal155153144
Binary100110111001100110010000
Octal233231220

Shades and tints

Shades of #9B9990

#9B9990
(155,153,144)
#8D8C83
(141,140,131)
#7F7F76
(127,127,118)
#717269
(113,114,105)
#63655C
(99,101,92)
#55584F
(85,88,79)
#474B42
(71,75,66)
#393E35
(57,62,53)
#2B3128
(43,49,40)
#1D241B
(29,36,27)
#0F170E
(15,23,14)
#000000
(0,0,0)

Tints of #9B9990

#9B9990
(155,153,144)
#A4A29A
(164,162,154)
#ADABA4
(173,171,164)
#B6B4AE
(182,180,174)
#BFBDB8
(191,189,184)
#C8C6C2
(200,198,194)
#D1CFCC
(209,207,204)
#DAD8D6
(218,216,214)
#E3E1E0
(227,225,224)
#ECEAEA
(236,234,234)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9990; }

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

This text font color is #9B9990.


Background Color

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

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

This div background color is #9B9990.


Border color

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

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

This div border color is #9B9990.


Opacity

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

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

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

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

This text has shadow with #9B9990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9990 on black background.


Color preview on white background

This text has color #9B9990 on white background.



Black color preview on #9B9990 background

This text has black color on #9B9990 background.


White color preview on #9B9990 background

This text has white color on #9B9990 background.