COLOR #9B9288

HEX: #9B9288
RGB: (155,146,136)

Color info

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

RGB color model

#9B9288 color RGB value is (155,146,136).

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

RGB channels and saturation

R 155 of 255 = 61%
G 146 of 255 = 57%
B 136 of 255 = 53%

155
146
136

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

Portions of RGB colors in percentages

R + G + B =
155 + 146 + 136 = 437 (100%)
R 155 of 437 ~ 35.47%
G 146 of 437 ~ 33.41%
B 136 of 437 ~ 31.12%

%35.47
%33.41
%31.12

CMYK color model

#9B9288 color CMYK value is (0,6,12,39).

  • cyan value is 0.00%
  • magenta value is 5.81%
  • yellow value is 12.26%
  • key color value is 39.22%
CMYK:
(0,6,12,39)
C0M6Y12K39 
(0%,6%,12%,39%)
(0.00/0.06/0.12/0.39)	

CMYK percentages

%0
%5.81
%12.26
%39.22

Codes

Color #9B9288 in popluar color models

9B9288
RGB155146136
HSL32°8.68%57.06%
HSB/HSV32°12.26%60.78%
CMYK0.00%5.81%12.26%
39.22%

Color #9B9288 in popluar number systems.

HEX9B9288
Decimal155146136
Binary100110111001001010001000
Octal233222210

Shades and tints

Shades of #9B9288

#9B9288
(155,146,136)
#8D857C
(141,133,124)
#7F7870
(127,120,112)
#716B64
(113,107,100)
#635E58
(99,94,88)
#55514C
(85,81,76)
#474440
(71,68,64)
#393734
(57,55,52)
#2B2A28
(43,42,40)
#1D1D1C
(29,29,28)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #9B9288

#9B9288
(155,146,136)
#A49B92
(164,155,146)
#ADA49C
(173,164,156)
#B6ADA6
(182,173,166)
#BFB6B0
(191,182,176)
#C8BFBA
(200,191,186)
#D1C8C4
(209,200,196)
#DAD1CE
(218,209,206)
#E3DAD8
(227,218,216)
#ECE3E2
(236,227,226)
#F5ECEC
(245,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9288; }

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

This text font color is #9B9288.


Background Color

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

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

This div background color is #9B9288.


Border color

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

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

This div border color is #9B9288.


Opacity

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

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

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

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

This text has shadow with #9B9288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9288 on black background.


Color preview on white background

This text has color #9B9288 on white background.



Black color preview on #9B9288 background

This text has black color on #9B9288 background.


White color preview on #9B9288 background

This text has white color on #9B9288 background.