COLOR #9C8BA2

HEX: #9C8BA2
RGB: (156,139,162)

Color info

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

RGB color model

#9C8BA2 color RGB value is (156,139,162).

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

RGB channels and saturation

R 156 of 255 = 61%
G 139 of 255 = 55%
B 162 of 255 = 64%

156
139
162

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

Portions of RGB colors in percentages

R + G + B =
156 + 139 + 162 = 457 (100%)
R 156 of 457 ~ 34.14%
G 139 of 457 ~ 30.42%
B 162 of 457 ~ 35.45%

%34.14
%30.42
%35.45

CMYK color model

#9C8BA2 color CMYK value is (4,14,0,36).

  • cyan value is 3.70%
  • magenta value is 14.20%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(4,14,0,36)
C4M14Y0K36 
(4%,14%,0%,36%)
(0.04/0.14/0.00/0.36)	

CMYK percentages

%3.7
%14.2
%0
%36.47

Codes

Color #9C8BA2 in popluar color models

9C8BA2
RGB156139162
HSL284°11.00%59.02%
HSB/HSV284°14.20%63.53%
CMYK3.70%14.20%0.00%
36.47%

Color #9C8BA2 in popluar number systems.

HEX9C8BA2
Decimal156139162
Binary100111001000101110100010
Octal234213242

Shades and tints

Shades of #9C8BA2

#9C8BA2
(156,139,162)
#8E7F94
(142,127,148)
#807386
(128,115,134)
#726778
(114,103,120)
#645B6A
(100,91,106)
#564F5C
(86,79,92)
#48434E
(72,67,78)
#3A3740
(58,55,64)
#2C2B32
(44,43,50)
#1E1F24
(30,31,36)
#101316
(16,19,22)
#000000
(0,0,0)

Tints of #9C8BA2

#9C8BA2
(156,139,162)
#A595AA
(165,149,170)
#AE9FB2
(174,159,178)
#B7A9BA
(183,169,186)
#C0B3C2
(192,179,194)
#C9BDCA
(201,189,202)
#D2C7D2
(210,199,210)
#DBD1DA
(219,209,218)
#E4DBE2
(228,219,226)
#EDE5EA
(237,229,234)
#F6EFF2
(246,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8BA2; }

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

This text font color is #9C8BA2.


Background Color

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

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

This div background color is #9C8BA2.


Border color

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

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

This div border color is #9C8BA2.


Opacity

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

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

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

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

This text has shadow with #9C8BA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8BA2 on black background.


Color preview on white background

This text has color #9C8BA2 on white background.



Black color preview on #9C8BA2 background

This text has black color on #9C8BA2 background.


White color preview on #9C8BA2 background

This text has white color on #9C8BA2 background.