COLOR #9B8C8E

HEX: #9B8C8E
RGB: (155,140,142)

Color info

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

RGB color model

#9B8C8E color RGB value is (155,140,142).

  • red value is 155;
  • green value is 140;
  • blue value is 142.
RGB:
(155,140,142)
(61%,55%,56%)

RGB channels and saturation

R 155 of 255 = 61%
G 140 of 255 = 55%
B 142 of 255 = 56%

155
140
142

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

Portions of RGB colors in percentages

R + G + B =
155 + 140 + 142 = 437 (100%)
R 155 of 437 ~ 35.47%
G 140 of 437 ~ 32.04%
B 142 of 437 ~ 32.49%

%35.47
%32.04
%32.49

CMYK color model

#9B8C8E color CMYK value is (0,10,8,39).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 8.39%
  • key color value is 39.22%
CMYK:
(0,10,8,39)
C0M10Y8K39 
(0%,10%,8%,39%)
(0.00/0.10/0.08/0.39)	

CMYK percentages

%0
%9.68
%8.39
%39.22

Codes

Color #9B8C8E in popluar color models

9B8C8E
RGB155140142
HSL352°6.98%57.84%
HSB/HSV352°9.68%60.78%
CMYK0.00%9.68%8.39%
39.22%

Color #9B8C8E in popluar number systems.

HEX9B8C8E
Decimal155140142
Binary100110111000110010001110
Octal233214216

Shades and tints

Shades of #9B8C8E

#9B8C8E
(155,140,142)
#8D8082
(141,128,130)
#7F7476
(127,116,118)
#71686A
(113,104,106)
#635C5E
(99,92,94)
#555052
(85,80,82)
#474446
(71,68,70)
#39383A
(57,56,58)
#2B2C2E
(43,44,46)
#1D2022
(29,32,34)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #9B8C8E

#9B8C8E
(155,140,142)
#A49698
(164,150,152)
#ADA0A2
(173,160,162)
#B6AAAC
(182,170,172)
#BFB4B6
(191,180,182)
#C8BEC0
(200,190,192)
#D1C8CA
(209,200,202)
#DAD2D4
(218,210,212)
#E3DCDE
(227,220,222)
#ECE6E8
(236,230,232)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8C8E; }

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

This text font color is #9B8C8E.


Background Color

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

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

This div background color is #9B8C8E.


Border color

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

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

This div border color is #9B8C8E.


Opacity

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

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

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

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

This text has shadow with #9B8C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8C8E on black background.


Color preview on white background

This text has color #9B8C8E on white background.



Black color preview on #9B8C8E background

This text has black color on #9B8C8E background.


White color preview on #9B8C8E background

This text has white color on #9B8C8E background.