COLOR #8C977B

HEX: #8C977B RGB: (140,151,123)

Color info

#8C977B contains red, green and blue colors in about the same proportion. Web safe color of #8C977B is #999966 (or #996).

RGB color model

#8C977B color RGB value is (140,151,123).

RGB: (140,151,123) (55%, 59%, 48%)

RGB channels and saturation

R 140 of 255 = 55%
G 151 of 255 = 59%
B 123 of 255 = 48%

140
151
123

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

Portions of RGB colors in percentages

R + G + B = 140 + 151 + 123 = 414 (100%)
R 140 of 414 ~ 33.82%
G 151 of 414 ~ 36.47%
B 123 of 414 ~ 29.71'%

%33.82
%36.47
%29.71

CMYK color model

#8C977B color CMYK value is (7,0,19,41).

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

CMYK: (7,0,19,41)
C7M0Y19K41 (7%, 0%, 19%, 41%)
(0.07 / 0.00 / 0.19 / 0.41)

CMYK percentages

%7.28
%0
%18.54
%40.78

Codes

Color #8C977B in popluar color models

8C 97 7B
RGB 140 151 123
HSL 84° 11.86% 53.73%
HSB/HSV 84° 18.54% 59.22%
CMYK 7.28% 0.00% 18.54%
40.78%

Color #8C977B in popluar number systems.

HEX 8C 97 7B
Decimal 140 151 123
Binary 10001100 10010111 1111011
Octal 214 227 173

Shades and tints

Shades of #8C977B

#8C977B
(140,151,123)
#808A70
(128,138,112)
#747D65
(116,125,101)
#68705A
(104,112,90)
#5C634F
(92,99,79)
#505644
(80,86,68)
#444939
(68,73,57)
#383C2E
(56,60,46)
#2C2F23
(44,47,35)
#202218
(32,34,24)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #8C977B

#8C977B
(140,151,123)
#96A087
(150,160,135)
#A0A993
(160,169,147)
#AAB29F
(170,178,159)
#B4BBAB
(180,187,171)
#BEC4B7
(190,196,183)
#C8CDC3
(200,205,195)
#D2D6CF
(210,214,207)
#DCDFDB
(220,223,219)
#E6E8E7
(230,232,231)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C977B; }

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

This text font color is #8C977B.

Background Color

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

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

This div background color is #8C977B.

Border color

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

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

This div border color is #8C977B.

Opacity

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

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

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

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

This text has shadow with #8C977B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C977B.

Preview

Color preview on black background

This text has color #8C977B on black background.


Color preview on white background

This text has color #8C977B on white background.


Black color preview on #8C977B background

This text has black color on #8C977B background.


White color preview on #8C977B background

This text has white color on #8C977B background.


Related colors

Complementary color

Complementary color for #hex is #736884.


I love getcolorcode.com

Triadic colors

1 #7B8C97 and #977B8C with #8C977B are triadic colors.

2 #7B978C and #978C7B with #8C977B are triadic colors.