COLOR #9B8A95

HEX: #9B8A95
RGB: (155,138,149)

Color info

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

RGB color model

#9B8A95 color RGB value is (155,138,149).

  • red value is 155;
  • green value is 138;
  • blue value is 149.
RGB:
(155,138,149)
(61%,54%,58%)

RGB channels and saturation

R 155 of 255 = 61%
G 138 of 255 = 54%
B 149 of 255 = 58%

155
138
149

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

Portions of RGB colors in percentages

R + G + B =
155 + 138 + 149 = 442 (100%)
R 155 of 442 ~ 35.07%
G 138 of 442 ~ 31.22%
B 149 of 442 ~ 33.71%

%35.07
%31.22
%33.71

CMYK color model

#9B8A95 color CMYK value is (0,11,4,39).

  • cyan value is 0.00%
  • magenta value is 10.97%
  • yellow value is 3.87%
  • key color value is 39.22%
CMYK:
(0,11,4,39)
C0M11Y4K39 
(0%,11%,4%,39%)
(0.00/0.11/0.04/0.39)	

CMYK percentages

%0
%10.97
%3.87
%39.22

Codes

Color #9B8A95 in popluar color models

9B8A95
RGB155138149
HSL321°7.83%57.45%
HSB/HSV321°10.97%60.78%
CMYK0.00%10.97%3.87%
39.22%

Color #9B8A95 in popluar number systems.

HEX9B8A95
Decimal155138149
Binary100110111000101010010101
Octal233212225

Shades and tints

Shades of #9B8A95

#9B8A95
(155,138,149)
#8D7E88
(141,126,136)
#7F727B
(127,114,123)
#71666E
(113,102,110)
#635A61
(99,90,97)
#554E54
(85,78,84)
#474247
(71,66,71)
#39363A
(57,54,58)
#2B2A2D
(43,42,45)
#1D1E20
(29,30,32)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #9B8A95

#9B8A95
(155,138,149)
#A4949E
(164,148,158)
#AD9EA7
(173,158,167)
#B6A8B0
(182,168,176)
#BFB2B9
(191,178,185)
#C8BCC2
(200,188,194)
#D1C6CB
(209,198,203)
#DAD0D4
(218,208,212)
#E3DADD
(227,218,221)
#ECE4E6
(236,228,230)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8A95 color. Also use rgb(155,138,149) instead hex code.

Text Font Color

.myTextColor { color: #9B8A95; }

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

This text font color is #9B8A95.


Background Color

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

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

This div background color is #9B8A95.


Border color

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

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

This div border color is #9B8A95.


Opacity

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

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

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

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

This text has shadow with #9B8A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8A95 on black background.


Color preview on white background

This text has color #9B8A95 on white background.



Black color preview on #9B8A95 background

This text has black color on #9B8A95 background.


White color preview on #9B8A95 background

This text has white color on #9B8A95 background.