COLOR #9B9184

HEX: #9B9184
RGB: (155,145,132)

Color info

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

RGB color model

#9B9184 color RGB value is (155,145,132).

  • red value is 155;
  • green value is 145;
  • blue value is 132.
RGB:
(155,145,132)
(61%,57%,52%)

RGB channels and saturation

R 155 of 255 = 61%
G 145 of 255 = 57%
B 132 of 255 = 52%

155
145
132

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

Portions of RGB colors in percentages

R + G + B =
155 + 145 + 132 = 432 (100%)
R 155 of 432 ~ 35.88%
G 145 of 432 ~ 33.56%
B 132 of 432 ~ 30.56%

%35.88
%33.56
%30.56

CMYK color model

#9B9184 color CMYK value is (0,6,15,39).

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 14.84%
  • key color value is 39.22%
CMYK:
(0,6,15,39)
C0M6Y15K39 
(0%,6%,15%,39%)
(0.00/0.06/0.15/0.39)	

CMYK percentages

%0
%6.45
%14.84
%39.22

Codes

Color #9B9184 in popluar color models

9B9184
RGB155145132
HSL34°10.31%56.27%
HSB/HSV34°14.84%60.78%
CMYK0.00%6.45%14.84%
39.22%

Color #9B9184 in popluar number systems.

HEX9B9184
Decimal155145132
Binary100110111001000110000100
Octal233221204

Shades and tints

Shades of #9B9184

#9B9184
(155,145,132)
#8D8478
(141,132,120)
#7F776C
(127,119,108)
#716A60
(113,106,96)
#635D54
(99,93,84)
#555048
(85,80,72)
#47433C
(71,67,60)
#393630
(57,54,48)
#2B2924
(43,41,36)
#1D1C18
(29,28,24)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #9B9184

#9B9184
(155,145,132)
#A49B8F
(164,155,143)
#ADA59A
(173,165,154)
#B6AFA5
(182,175,165)
#BFB9B0
(191,185,176)
#C8C3BB
(200,195,187)
#D1CDC6
(209,205,198)
#DAD7D1
(218,215,209)
#E3E1DC
(227,225,220)
#ECEBE7
(236,235,231)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B9184 color. Also use rgb(155,145,132) instead hex code.

Text Font Color

.myTextColor { color: #9B9184; }

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

This text font color is #9B9184.


Background Color

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

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

This div background color is #9B9184.


Border color

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

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

This div border color is #9B9184.


Opacity

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

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

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

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

This text has shadow with #9B9184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9184 on black background.


Color preview on white background

This text has color #9B9184 on white background.



Black color preview on #9B9184 background

This text has black color on #9B9184 background.


White color preview on #9B9184 background

This text has white color on #9B9184 background.