COLOR #9C8687

HEX: #9C8687
RGB: (156,134,135)

Color info

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

RGB color model

#9C8687 color RGB value is (156,134,135).

  • red value is 156;
  • green value is 134;
  • blue value is 135.
RGB:
(156,134,135)
(61%,53%,53%)

RGB channels and saturation

R 156 of 255 = 61%
G 134 of 255 = 53%
B 135 of 255 = 53%

156
134
135

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

Portions of RGB colors in percentages

R + G + B =
156 + 134 + 135 = 425 (100%)
R 156 of 425 ~ 36.71%
G 134 of 425 ~ 31.53%
B 135 of 425 ~ 31.76%

%36.71
%31.53
%31.76

CMYK color model

#9C8687 color CMYK value is (0,14,13,39).

  • cyan value is 0.00%
  • magenta value is 14.10%
  • yellow value is 13.46%
  • key color value is 38.82%
CMYK:
(0,14,13,39)
C0M14Y13K39 
(0%,14%,13%,39%)
(0.00/0.14/0.13/0.39)	

CMYK percentages

%0
%14.1
%13.46
%38.82

Codes

Color #9C8687 in popluar color models

9C8687
RGB156134135
HSL357°10.00%56.86%
HSB/HSV357°14.10%61.18%
CMYK0.00%14.10%13.46%
38.82%

Color #9C8687 in popluar number systems.

HEX9C8687
Decimal156134135
Binary100111001000011010000111
Octal234206207

Shades and tints

Shades of #9C8687

#9C8687
(156,134,135)
#8E7A7B
(142,122,123)
#806E6F
(128,110,111)
#726263
(114,98,99)
#645657
(100,86,87)
#564A4B
(86,74,75)
#483E3F
(72,62,63)
#3A3233
(58,50,51)
#2C2627
(44,38,39)
#1E1A1B
(30,26,27)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #9C8687

#9C8687
(156,134,135)
#A59191
(165,145,145)
#AE9C9B
(174,156,155)
#B7A7A5
(183,167,165)
#C0B2AF
(192,178,175)
#C9BDB9
(201,189,185)
#D2C8C3
(210,200,195)
#DBD3CD
(219,211,205)
#E4DED7
(228,222,215)
#EDE9E1
(237,233,225)
#F6F4EB
(246,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8687 color. Also use rgb(156,134,135) instead hex code.

Text Font Color

.myTextColor { color: #9C8687; }

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

This text font color is #9C8687.


Background Color

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

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

This div background color is #9C8687.


Border color

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

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

This div border color is #9C8687.


Opacity

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

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

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

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

This text has shadow with #9C8687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8687 on black background.


Color preview on white background

This text has color #9C8687 on white background.



Black color preview on #9C8687 background

This text has black color on #9C8687 background.


White color preview on #9C8687 background

This text has white color on #9C8687 background.