COLOR #9B9888

HEX: #9B9888
RGB: (155,152,136)

Color info

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

RGB color model

#9B9888 color RGB value is (155,152,136).

  • red value is 155;
  • green value is 152;
  • blue value is 136.
RGB:
(155,152,136)
(61%,60%,53%)

RGB channels and saturation

R 155 of 255 = 61%
G 152 of 255 = 60%
B 136 of 255 = 53%

155
152
136

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

Portions of RGB colors in percentages

R + G + B =
155 + 152 + 136 = 443 (100%)
R 155 of 443 ~ 34.99%
G 152 of 443 ~ 34.31%
B 136 of 443 ~ 30.7%

%34.99
%34.31
%30.7

CMYK color model

#9B9888 color CMYK value is (0,2,12,39).

  • cyan value is 0.00%
  • magenta value is 1.94%
  • yellow value is 12.26%
  • key color value is 39.22%
CMYK:
(0,2,12,39)
C0M2Y12K39 
(0%,2%,12%,39%)
(0.00/0.02/0.12/0.39)	

CMYK percentages

%0
%1.94
%12.26
%39.22

Codes

Color #9B9888 in popluar color models

9B9888
RGB155152136
HSL51°8.68%57.06%
HSB/HSV51°12.26%60.78%
CMYK0.00%1.94%12.26%
39.22%

Color #9B9888 in popluar number systems.

HEX9B9888
Decimal155152136
Binary100110111001100010001000
Octal233230210

Shades and tints

Shades of #9B9888

#9B9888
(155,152,136)
#8D8B7C
(141,139,124)
#7F7E70
(127,126,112)
#717164
(113,113,100)
#636458
(99,100,88)
#55574C
(85,87,76)
#474A40
(71,74,64)
#393D34
(57,61,52)
#2B3028
(43,48,40)
#1D231C
(29,35,28)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #9B9888

#9B9888
(155,152,136)
#A4A192
(164,161,146)
#ADAA9C
(173,170,156)
#B6B3A6
(182,179,166)
#BFBCB0
(191,188,176)
#C8C5BA
(200,197,186)
#D1CEC4
(209,206,196)
#DAD7CE
(218,215,206)
#E3E0D8
(227,224,216)
#ECE9E2
(236,233,226)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9888; }

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

This text font color is #9B9888.


Background Color

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

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

This div background color is #9B9888.


Border color

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

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

This div border color is #9B9888.


Opacity

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

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

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

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

This text has shadow with #9B9888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9888 on black background.


Color preview on white background

This text has color #9B9888 on white background.



Black color preview on #9B9888 background

This text has black color on #9B9888 background.


White color preview on #9B9888 background

This text has white color on #9B9888 background.