COLOR #9A8C87

HEX: #9A8C87 RGB: (154,140,135)

Color info

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

RGB color model

#9A8C87 color RGB value is (154,140,135).

RGB: (154,140,135) (60%, 55%, 53%)

RGB channels and saturation

R 154 of 255 = 60%
G 140 of 255 = 55%
B 135 of 255 = 53%

154
140
135

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

Portions of RGB colors in percentages

R + G + B = 154 + 140 + 135 = 429 (100%)
R 154 of 429 ~ 35.9%
G 140 of 429 ~ 32.63%
B 135 of 429 ~ 31.47'%

%35.9
%32.63
%31.47

CMYK color model

#9A8C87 color CMYK value is (0,9,12,40).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 12.34%
  • key color value is 39.61%

CMYK: (0,9,12,40)
C0M9Y12K40 (0%, 9%, 12%, 40%)
(0.00 / 0.09 / 0.12 / 0.40)

CMYK percentages

%0
%9.09
%12.34
%39.61

Codes

Color #9A8C87 in popluar color models

9A 8C 87
RGB 154 140 135
HSL 16° 8.60% 56.67%
HSB/HSV 16° 12.34% 60.39%
CMYK 0.00% 9.09% 12.34%
39.61%

Color #9A8C87 in popluar number systems.

HEX 9A 8C 87
Decimal 154 140 135
Binary 10011010 10001100 10000111
Octal 232 214 207

Shades and tints

Shades of #9A8C87

#9A8C87
(154,140,135)
#8C807B
(140,128,123)
#7E746F
(126,116,111)
#706863
(112,104,99)
#625C57
(98,92,87)
#54504B
(84,80,75)
#46443F
(70,68,63)
#383833
(56,56,51)
#2A2C27
(42,44,39)
#1C201B
(28,32,27)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #9A8C87

#9A8C87
(154,140,135)
#A39691
(163,150,145)
#ACA09B
(172,160,155)
#B5AAA5
(181,170,165)
#BEB4AF
(190,180,175)
#C7BEB9
(199,190,185)
#D0C8C3
(208,200,195)
#D9D2CD
(217,210,205)
#E2DCD7
(226,220,215)
#EBE6E1
(235,230,225)
#F4F0EB
(244,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A8C87 color. Also use rgb(154,140,135) instead hex code.

Text Font Color

.myTextColor { color: #9A8C87; }

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

This text font color is #9A8C87.

Background Color

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

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

This div background color is #9A8C87.

Border color

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

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

This div border color is #9A8C87.

Opacity

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

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

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

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

This text has shadow with #9A8C87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A8C87.

Preview

Color preview on black background

This text has color #9A8C87 on black background.


Color preview on white background

This text has color #9A8C87 on white background.


Black color preview on #9A8C87 background

This text has black color on #9A8C87 background.


White color preview on #9A8C87 background

This text has white color on #9A8C87 background.


Related colors

Complementary color

Complementary color for #hex is #657378.


I love getcolorcode.com

Triadic colors

1 #879A8C and #8C879A with #9A8C87 are triadic colors.

2 #878C9A and #8C9A87 with #9A8C87 are triadic colors.