COLOR #9B908E

HEX: #9B908E
RGB: (155,144,142)

Color info

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

RGB color model

#9B908E color RGB value is (155,144,142).

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

RGB channels and saturation

R 155 of 255 = 61%
G 144 of 255 = 56%
B 142 of 255 = 56%

155
144
142

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

Portions of RGB colors in percentages

R + G + B =
155 + 144 + 142 = 441 (100%)
R 155 of 441 ~ 35.15%
G 144 of 441 ~ 32.65%
B 142 of 441 ~ 32.2%

%35.15
%32.65
%32.2

CMYK color model

#9B908E color CMYK value is (0,7,8,39).

  • cyan value is 0.00%
  • magenta value is 7.10%
  • yellow value is 8.39%
  • key color value is 39.22%
CMYK:
(0,7,8,39)
C0M7Y8K39 
(0%,7%,8%,39%)
(0.00/0.07/0.08/0.39)	

CMYK percentages

%0
%7.1
%8.39
%39.22

Codes

Color #9B908E in popluar color models

9B908E
RGB155144142
HSL6.10%58.24%
HSB/HSV8.39%60.78%
CMYK0.00%7.10%8.39%
39.22%

Color #9B908E in popluar number systems.

HEX9B908E
Decimal155144142
Binary100110111001000010001110
Octal233220216

Shades and tints

Shades of #9B908E

#9B908E
(155,144,142)
#8D8382
(141,131,130)
#7F7676
(127,118,118)
#71696A
(113,105,106)
#635C5E
(99,92,94)
#554F52
(85,79,82)
#474246
(71,66,70)
#39353A
(57,53,58)
#2B282E
(43,40,46)
#1D1B22
(29,27,34)
#0F0E16
(15,14,22)
#000000
(0,0,0)

Tints of #9B908E

#9B908E
(155,144,142)
#A49A98
(164,154,152)
#ADA4A2
(173,164,162)
#B6AEAC
(182,174,172)
#BFB8B6
(191,184,182)
#C8C2C0
(200,194,192)
#D1CCCA
(209,204,202)
#DAD6D4
(218,214,212)
#E3E0DE
(227,224,222)
#ECEAE8
(236,234,232)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B908E; }

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

This text font color is #9B908E.


Background Color

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

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

This div background color is #9B908E.


Border color

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

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

This div border color is #9B908E.


Opacity

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

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

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

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

This text has shadow with #9B908E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B908E on black background.


Color preview on white background

This text has color #9B908E on white background.



Black color preview on #9B908E background

This text has black color on #9B908E background.


White color preview on #9B908E background

This text has white color on #9B908E background.