COLOR #9B8684

HEX: #9B8684
RGB: (155,134,132)

Color info

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

RGB color model

#9B8684 color RGB value is (155,134,132).

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

RGB channels and saturation

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

155
134
132

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

Portions of RGB colors in percentages

R + G + B =
155 + 134 + 132 = 421 (100%)
R 155 of 421 ~ 36.82%
G 134 of 421 ~ 31.83%
B 132 of 421 ~ 31.35%

%36.82
%31.83
%31.35

CMYK color model

#9B8684 color CMYK value is (0,14,15,39).

  • cyan value is 0.00%
  • magenta value is 13.55%
  • yellow value is 14.84%
  • key color value is 39.22%
CMYK:
(0,14,15,39)
C0M14Y15K39 
(0%,14%,15%,39%)
(0.00/0.14/0.15/0.39)	

CMYK percentages

%0
%13.55
%14.84
%39.22

Codes

Color #9B8684 in popluar color models

9B8684
RGB155134132
HSL10.31%56.27%
HSB/HSV14.84%60.78%
CMYK0.00%13.55%14.84%
39.22%

Color #9B8684 in popluar number systems.

HEX9B8684
Decimal155134132
Binary100110111000011010000100
Octal233206204

Shades and tints

Shades of #9B8684

#9B8684
(155,134,132)
#8D7A78
(141,122,120)
#7F6E6C
(127,110,108)
#716260
(113,98,96)
#635654
(99,86,84)
#554A48
(85,74,72)
#473E3C
(71,62,60)
#393230
(57,50,48)
#2B2624
(43,38,36)
#1D1A18
(29,26,24)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #9B8684

#9B8684
(155,134,132)
#A4918F
(164,145,143)
#AD9C9A
(173,156,154)
#B6A7A5
(182,167,165)
#BFB2B0
(191,178,176)
#C8BDBB
(200,189,187)
#D1C8C6
(209,200,198)
#DAD3D1
(218,211,209)
#E3DEDC
(227,222,220)
#ECE9E7
(236,233,231)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8684; }

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

This text font color is #9B8684.


Background Color

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

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

This div background color is #9B8684.


Border color

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

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

This div border color is #9B8684.


Opacity

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

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

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

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

This text has shadow with #9B8684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8684 on black background.


Color preview on white background

This text has color #9B8684 on white background.



Black color preview on #9B8684 background

This text has black color on #9B8684 background.


White color preview on #9B8684 background

This text has white color on #9B8684 background.