COLOR #8C9D97

HEX: #8C9D97 RGB: (140,157,151)

Color info

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

RGB color model

#8C9D97 color RGB value is (140,157,151).

RGB: (140,157,151) (55%, 62%, 59%)

RGB channels and saturation

R 140 of 255 = 55%
G 157 of 255 = 62%
B 151 of 255 = 59%

140
157
151

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

Portions of RGB colors in percentages

R + G + B = 140 + 157 + 151 = 448 (100%)
R 140 of 448 ~ 31.25%
G 157 of 448 ~ 35.04%
B 151 of 448 ~ 33.71'%

%31.25
%35.04
%33.71

CMYK color model

#8C9D97 color CMYK value is (11,0,4,38).

  • cyan value is 10.83%
  • magenta value is 0.00%
  • yellow value is 3.82%
  • key color value is 38.43%
CMYK: (11,0,4,38) C11M0Y4K38 (11%,0%,4%,38%) (0.11/0.00/0.04/0.38) 

CMYK percentages

%10.83
%0
%3.82
%38.43

Codes

Color #8C9D97 in popluar color models

8C 9D 97
RGB 140 157 151
HSL 159° 7.98% 58.24%
HSB/HSV 159° 10.83% 61.57%
CMYK 10.83% 0.00% 3.82%
38.43%

Color #8C9D97 in popluar number systems.

HEX 8C 9D 97
Decimal 140 157 151
Binary 10001100 10011101 10010111
Octal 214 235 227

Shades and tints

Shades of #8C9D97

#8C9D97
(140,157,151)
#808F8A
(128,143,138)
#74817D
(116,129,125)
#687370
(104,115,112)
#5C6563
(92,101,99)
#505756
(80,87,86)
#444949
(68,73,73)
#383B3C
(56,59,60)
#2C2D2F
(44,45,47)
#201F22
(32,31,34)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #8C9D97

#8C9D97
(140,157,151)
#96A5A0
(150,165,160)
#A0ADA9
(160,173,169)
#AAB5B2
(170,181,178)
#B4BDBB
(180,189,187)
#BEC5C4
(190,197,196)
#C8CDCD
(200,205,205)
#D2D5D6
(210,213,214)
#DCDDDF
(220,221,223)
#E6E5E8
(230,229,232)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9D97; }

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

This text font color is #8C9D97.

Background Color

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

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

This div background color is #8C9D97.

Border color

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

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

This div border color is #8C9D97.

Opacity

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

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

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

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

This text has shadow with #8C9D97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9D97.

Preview

Color preview on black background

This text has color #8C9D97 on black background.


Color preview on white background

This text has color #8C9D97 on white background.


Black color preview on #8C9D97 background

This text has black color on #8C9D97 background.


White color preview on #8C9D97 background

This text has white color on #8C9D97 background.


Related colors

Complementary color

Complementary color for #hex is #736268.


I love getcolorcode.com

Triadic colors

1 #978C9D and #9D978C with #8C9D97 are triadic colors.

2 #979D8C and #9D8C97 with #8C9D97 are triadic colors.