COLOR #9C8BA4

HEX: #9C8BA4 RGB: (156,139,164)

Color info

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

RGB color model

#9C8BA4 color RGB value is (156,139,164).

RGB: (156,139,164) (61%, 55%, 64%)

RGB channels and saturation

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

156
139
164

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

Portions of RGB colors in percentages

R + G + B = 156 + 139 + 164 = 459 (100%)
R 156 of 459 ~ 33.99%
G 139 of 459 ~ 30.28%
B 164 of 459 ~ 35.73'%

%33.99
%30.28
%35.73

CMYK color model

#9C8BA4 color CMYK value is (5,15,0,36).

  • cyan value is 4.88%
  • magenta value is 15.24%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (5,15,0,36)
C5M15Y0K36 (5%, 15%, 0%, 36%)
(0.05 / 0.15 / 0.00 / 0.36)

CMYK percentages

%4.88
%15.24
%0
%35.69

Codes

Color #9C8BA4 in popluar color models

9C 8B A4
RGB 156 139 164
HSL 281° 12.08% 59.41%
HSB/HSV 281° 15.24% 64.31%
CMYK 4.88% 15.24% 0.00%
35.69%

Color #9C8BA4 in popluar number systems.

HEX 9C 8B A4
Decimal 156 139 164
Binary 10011100 10001011 10100100
Octal 234 213 244

Shades and tints

Shades of #9C8BA4

#9C8BA4
(156,139,164)
#8E7F96
(142,127,150)
#807388
(128,115,136)
#72677A
(114,103,122)
#645B6C
(100,91,108)
#564F5E
(86,79,94)
#484350
(72,67,80)
#3A3742
(58,55,66)
#2C2B34
(44,43,52)
#1E1F26
(30,31,38)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #9C8BA4

#9C8BA4
(156,139,164)
#A595AC
(165,149,172)
#AE9FB4
(174,159,180)
#B7A9BC
(183,169,188)
#C0B3C4
(192,179,196)
#C9BDCC
(201,189,204)
#D2C7D4
(210,199,212)
#DBD1DC
(219,209,220)
#E4DBE4
(228,219,228)
#EDE5EC
(237,229,236)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8BA4; }

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

This text font color is #9C8BA4.

Background Color

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

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

This div background color is #9C8BA4.

Border color

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

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

This div border color is #9C8BA4.

Opacity

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

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

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

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

This text has shadow with #9C8BA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C8BA4.

Preview

Color preview on black background

This text has color #9C8BA4 on black background.


Color preview on white background

This text has color #9C8BA4 on white background.


Black color preview on #9C8BA4 background

This text has black color on #9C8BA4 background.


White color preview on #9C8BA4 background

This text has white color on #9C8BA4 background.


Related colors

Complementary color

Complementary color for #hex is #63745B.


I love getcolorcode.com

Triadic colors

1 #A49C8B and #8BA49C with #9C8BA4 are triadic colors.

2 #A48B9C and #8B9CA4 with #9C8BA4 are triadic colors.