COLOR #9C868B

HEX: #9C868B
RGB: (156,134,139)

Color info

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

RGB color model

#9C868B color RGB value is (156,134,139).

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

RGB channels and saturation

R 156 of 255 = 61%
G 134 of 255 = 53%
B 139 of 255 = 55%

156
134
139

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

Portions of RGB colors in percentages

R + G + B =
156 + 134 + 139 = 429 (100%)
R 156 of 429 ~ 36.36%
G 134 of 429 ~ 31.24%
B 139 of 429 ~ 32.4%

%36.36
%31.24
%32.4

CMYK color model

#9C868B color CMYK value is (0,14,11,39).

  • cyan value is 0.00%
  • magenta value is 14.10%
  • yellow value is 10.90%
  • key color value is 38.82%
CMYK:
(0,14,11,39)
C0M14Y11K39 
(0%,14%,11%,39%)
(0.00/0.14/0.11/0.39)	

CMYK percentages

%0
%14.1
%10.9
%38.82

Codes

Color #9C868B in popluar color models

9C868B
RGB156134139
HSL346°10.00%56.86%
HSB/HSV346°14.10%61.18%
CMYK0.00%14.10%10.90%
38.82%

Color #9C868B in popluar number systems.

HEX9C868B
Decimal156134139
Binary100111001000011010001011
Octal234206213

Shades and tints

Shades of #9C868B

#9C868B
(156,134,139)
#8E7A7F
(142,122,127)
#806E73
(128,110,115)
#726267
(114,98,103)
#64565B
(100,86,91)
#564A4F
(86,74,79)
#483E43
(72,62,67)
#3A3237
(58,50,55)
#2C262B
(44,38,43)
#1E1A1F
(30,26,31)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #9C868B

#9C868B
(156,134,139)
#A59195
(165,145,149)
#AE9C9F
(174,156,159)
#B7A7A9
(183,167,169)
#C0B2B3
(192,178,179)
#C9BDBD
(201,189,189)
#D2C8C7
(210,200,199)
#DBD3D1
(219,211,209)
#E4DEDB
(228,222,219)
#EDE9E5
(237,233,229)
#F6F4EF
(246,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C868B; }

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

This text font color is #9C868B.


Background Color

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

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

This div background color is #9C868B.


Border color

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

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

This div border color is #9C868B.


Opacity

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

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

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

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

This text has shadow with #9C868B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C868B on black background.


Color preview on white background

This text has color #9C868B on white background.



Black color preview on #9C868B background

This text has black color on #9C868B background.


White color preview on #9C868B background

This text has white color on #9C868B background.