COLOR #9A8C96

HEX: #9A8C96 RGB: (154,140,150)

Color info

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

RGB color model

#9A8C96 color RGB value is (154,140,150).

RGB: (154,140,150) (60%, 55%, 59%)

RGB channels and saturation

R 154 of 255 = 60%
G 140 of 255 = 55%
B 150 of 255 = 59%

154
140
150

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

Portions of RGB colors in percentages

R + G + B = 154 + 140 + 150 = 444 (100%)
R 154 of 444 ~ 34.68%
G 140 of 444 ~ 31.53%
B 150 of 444 ~ 33.78'%

%34.68
%31.53
%33.78

CMYK color model

#9A8C96 color CMYK value is (0,9,3,40).

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

CMYK: (0,9,3,40)
C0M9Y3K40 (0%, 9%, 3%, 40%)
(0.00 / 0.09 / 0.03 / 0.40)

CMYK percentages

%0
%9.09
%2.6
%39.61

Codes

Color #9A8C96 in popluar color models

9A 8C 96
RGB 154 140 150
HSL 317° 6.48% 57.65%
HSB/HSV 317° 9.09% 60.39%
CMYK 0.00% 9.09% 2.60%
39.61%

Color #9A8C96 in popluar number systems.

HEX 9A 8C 96
Decimal 154 140 150
Binary 10011010 10001100 10010110
Octal 232 214 226

Shades and tints

Shades of #9A8C96

#9A8C96
(154,140,150)
#8C8089
(140,128,137)
#7E747C
(126,116,124)
#70686F
(112,104,111)
#625C62
(98,92,98)
#545055
(84,80,85)
#464448
(70,68,72)
#38383B
(56,56,59)
#2A2C2E
(42,44,46)
#1C2021
(28,32,33)
#0E1414
(14,20,20)
#000000
(0,0,0)

Tints of #9A8C96

#9A8C96
(154,140,150)
#A3969F
(163,150,159)
#ACA0A8
(172,160,168)
#B5AAB1
(181,170,177)
#BEB4BA
(190,180,186)
#C7BEC3
(199,190,195)
#D0C8CC
(208,200,204)
#D9D2D5
(217,210,213)
#E2DCDE
(226,220,222)
#EBE6E7
(235,230,231)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A8C96; }

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

This text font color is #9A8C96.

Background Color

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

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

This div background color is #9A8C96.

Border color

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

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

This div border color is #9A8C96.

Opacity

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

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

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

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

This text has shadow with #9A8C96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A8C96.

Preview

Color preview on black background

This text has color #9A8C96 on black background.


Color preview on white background

This text has color #9A8C96 on white background.


Black color preview on #9A8C96 background

This text has black color on #9A8C96 background.


White color preview on #9A8C96 background

This text has white color on #9A8C96 background.


Related colors

Complementary color

Complementary color for #hex is #657369.


I love getcolorcode.com

Triadic colors

1 #969A8C and #8C969A with #9A8C96 are triadic colors.

2 #968C9A and #8C9A96 with #9A8C96 are triadic colors.