COLOR #9B8884

HEX: #9B8884
RGB: (155,136,132)

Color info

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

RGB color model

#9B8884 color RGB value is (155,136,132).

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

RGB channels and saturation

R 155 of 255 = 61%
G 136 of 255 = 53%
B 132 of 255 = 52%

155
136
132

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

Portions of RGB colors in percentages

R + G + B =
155 + 136 + 132 = 423 (100%)
R 155 of 423 ~ 36.64%
G 136 of 423 ~ 32.15%
B 132 of 423 ~ 31.21%

%36.64
%32.15
%31.21

CMYK color model

#9B8884 color CMYK value is (0,12,15,39).

  • cyan value is 0.00%
  • magenta value is 12.26%
  • yellow value is 14.84%
  • key color value is 39.22%
CMYK:
(0,12,15,39)
C0M12Y15K39 
(0%,12%,15%,39%)
(0.00/0.12/0.15/0.39)	

CMYK percentages

%0
%12.26
%14.84
%39.22

Codes

Color #9B8884 in popluar color models

9B8884
RGB155136132
HSL10°10.31%56.27%
HSB/HSV10°14.84%60.78%
CMYK0.00%12.26%14.84%
39.22%

Color #9B8884 in popluar number systems.

HEX9B8884
Decimal155136132
Binary100110111000100010000100
Octal233210204

Shades and tints

Shades of #9B8884

#9B8884
(155,136,132)
#8D7C78
(141,124,120)
#7F706C
(127,112,108)
#716460
(113,100,96)
#635854
(99,88,84)
#554C48
(85,76,72)
#47403C
(71,64,60)
#393430
(57,52,48)
#2B2824
(43,40,36)
#1D1C18
(29,28,24)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #9B8884

#9B8884
(155,136,132)
#A4928F
(164,146,143)
#AD9C9A
(173,156,154)
#B6A6A5
(182,166,165)
#BFB0B0
(191,176,176)
#C8BABB
(200,186,187)
#D1C4C6
(209,196,198)
#DACED1
(218,206,209)
#E3D8DC
(227,216,220)
#ECE2E7
(236,226,231)
#F5ECF2
(245,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8884; }

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

This text font color is #9B8884.


Background Color

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

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

This div background color is #9B8884.


Border color

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

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

This div border color is #9B8884.


Opacity

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

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

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

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

This text has shadow with #9B8884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8884 on black background.


Color preview on white background

This text has color #9B8884 on white background.



Black color preview on #9B8884 background

This text has black color on #9B8884 background.


White color preview on #9B8884 background

This text has white color on #9B8884 background.