COLOR #8C9497

HEX: #8C9497 RGB: (140,148,151)

Color info

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

RGB color model

#8C9497 color RGB value is (140,148,151).

RGB: (140,148,151) (55%, 58%, 59%)

RGB channels and saturation

R 140 of 255 = 55%
G 148 of 255 = 58%
B 151 of 255 = 59%

140
148
151

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

Portions of RGB colors in percentages

R + G + B = 140 + 148 + 151 = 439 (100%)
R 140 of 439 ~ 31.89%
G 148 of 439 ~ 33.71%
B 151 of 439 ~ 34.4'%

%31.89
%33.71
%34.4

CMYK color model

#8C9497 color CMYK value is (7,2,0,41).

  • cyan value is 7.28%
  • magenta value is 1.99%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (7,2,0,41)
C7M2Y0K41 (7%, 2%, 0%, 41%)
(0.07 / 0.02 / 0.00 / 0.41)

CMYK percentages

%7.28
%1.99
%0
%40.78

Codes

Color #8C9497 in popluar color models

8C 94 97
RGB 140 148 151
HSL 196° 5.02% 57.06%
HSB/HSV 196° 7.28% 59.22%
CMYK 7.28% 1.99% 0.00%
40.78%

Color #8C9497 in popluar number systems.

HEX 8C 94 97
Decimal 140 148 151
Binary 10001100 10010100 10010111
Octal 214 224 227

Shades and tints

Shades of #8C9497

#8C9497
(140,148,151)
#80878A
(128,135,138)
#747A7D
(116,122,125)
#686D70
(104,109,112)
#5C6063
(92,96,99)
#505356
(80,83,86)
#444649
(68,70,73)
#38393C
(56,57,60)
#2C2C2F
(44,44,47)
#201F22
(32,31,34)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #8C9497

#8C9497
(140,148,151)
#969DA0
(150,157,160)
#A0A6A9
(160,166,169)
#AAAFB2
(170,175,178)
#B4B8BB
(180,184,187)
#BEC1C4
(190,193,196)
#C8CACD
(200,202,205)
#D2D3D6
(210,211,214)
#DCDCDF
(220,220,223)
#E6E5E8
(230,229,232)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9497 color. Also use rgb(140,148,151) instead hex code.

Text Font Color

.myTextColor { color: #8C9497; }

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

This text font color is #8C9497.

Background Color

.myBgColor { background-color: #8C9497; }

<div style="background-color:#8C9497">Inner text</div>

This div background color is #8C9497.

Border color

.myBorderColor { border: 1px solid #8C9497; }

<div style="border:3px solid #8C9497">Div</div>

This div border color is #8C9497.

Opacity

.myOpacity80 { color: #8C9497; opacity: 0.8; }

<p style="color:#8C9497;opacity:0.8;">80%</p>

Text with #8C9497 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 #8C9497;}

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

This text has shadow with #8C9497 color.


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

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

This text has shadow with #8C9497 primary color and red secondary color.


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

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

This text has shadow with #8C9497 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8C9497.

Preview

Color preview on black background

This text has color #8C9497 on black background.


Color preview on white background

This text has color #8C9497 on white background.


Black color preview on #8C9497 background

This text has black color on #8C9497 background.


White color preview on #8C9497 background

This text has white color on #8C9497 background.


Related colors

Complementary color

Complementary color for #hex is #736B68.


I love getcolorcode.com

Triadic colors

1 #978C94 and #94978C with #8C9497 are triadic colors.

2 #97948C and #948C97 with #8C9497 are triadic colors.