COLOR #9C8690

HEX: #9C8690
RGB: (156,134,144)

Color info

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

RGB color model

#9C8690 color RGB value is (156,134,144).

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

RGB channels and saturation

R 156 of 255 = 61%
G 134 of 255 = 53%
B 144 of 255 = 56%

156
134
144

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

Portions of RGB colors in percentages

R + G + B =
156 + 134 + 144 = 434 (100%)
R 156 of 434 ~ 35.94%
G 134 of 434 ~ 30.88%
B 144 of 434 ~ 33.18%

%35.94
%30.88
%33.18

CMYK color model

#9C8690 color CMYK value is (0,14,8,39).

  • cyan value is 0.00%
  • magenta value is 14.10%
  • yellow value is 7.69%
  • key color value is 38.82%
CMYK:
(0,14,8,39)
C0M14Y8K39 
(0%,14%,8%,39%)
(0.00/0.14/0.08/0.39)	

CMYK percentages

%0
%14.1
%7.69
%38.82

Codes

Color #9C8690 in popluar color models

9C8690
RGB156134144
HSL333°10.00%56.86%
HSB/HSV333°14.10%61.18%
CMYK0.00%14.10%7.69%
38.82%

Color #9C8690 in popluar number systems.

HEX9C8690
Decimal156134144
Binary100111001000011010010000
Octal234206220

Shades and tints

Shades of #9C8690

#9C8690
(156,134,144)
#8E7A83
(142,122,131)
#806E76
(128,110,118)
#726269
(114,98,105)
#64565C
(100,86,92)
#564A4F
(86,74,79)
#483E42
(72,62,66)
#3A3235
(58,50,53)
#2C2628
(44,38,40)
#1E1A1B
(30,26,27)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #9C8690

#9C8690
(156,134,144)
#A5919A
(165,145,154)
#AE9CA4
(174,156,164)
#B7A7AE
(183,167,174)
#C0B2B8
(192,178,184)
#C9BDC2
(201,189,194)
#D2C8CC
(210,200,204)
#DBD3D6
(219,211,214)
#E4DEE0
(228,222,224)
#EDE9EA
(237,233,234)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8690; }

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

This text font color is #9C8690.


Background Color

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

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

This div background color is #9C8690.


Border color

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

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

This div border color is #9C8690.


Opacity

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

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

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

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

This text has shadow with #9C8690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8690 on black background.


Color preview on white background

This text has color #9C8690 on white background.



Black color preview on #9C8690 background

This text has black color on #9C8690 background.


White color preview on #9C8690 background

This text has white color on #9C8690 background.