COLOR #8B977C

HEX: #8B977C RGB: (139,151,124)

Color info

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

RGB color model

#8B977C color RGB value is (139,151,124).

RGB: (139,151,124) (55%, 59%, 49%)

RGB channels and saturation

R 139 of 255 = 55%
G 151 of 255 = 59%
B 124 of 255 = 49%

139
151
124

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

Portions of RGB colors in percentages

R + G + B = 139 + 151 + 124 = 414 (100%)
R 139 of 414 ~ 33.57%
G 151 of 414 ~ 36.47%
B 124 of 414 ~ 29.95'%

%33.57
%36.47
%29.95

CMYK color model

#8B977C color CMYK value is (8,0,18,41).

  • cyan value is 7.95%
  • magenta value is 0.00%
  • yellow value is 17.88%
  • key color value is 40.78%

CMYK: (8,0,18,41)
C8M0Y18K41 (8%, 0%, 18%, 41%)
(0.08 / 0.00 / 0.18 / 0.41)

CMYK percentages

%7.95
%0
%17.88
%40.78

Codes

Color #8B977C in popluar color models

8B 97 7C
RGB 139 151 124
HSL 87° 11.49% 53.92%
HSB/HSV 87° 17.88% 59.22%
CMYK 7.95% 0.00% 17.88%
40.78%

Color #8B977C in popluar number systems.

HEX 8B 97 7C
Decimal 139 151 124
Binary 10001011 10010111 1111100
Octal 213 227 174

Shades and tints

Shades of #8B977C

#8B977C
(139,151,124)
#7F8A71
(127,138,113)
#737D66
(115,125,102)
#67705B
(103,112,91)
#5B6350
(91,99,80)
#4F5645
(79,86,69)
#43493A
(67,73,58)
#373C2F
(55,60,47)
#2B2F24
(43,47,36)
#1F2219
(31,34,25)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #8B977C

#8B977C
(139,151,124)
#95A087
(149,160,135)
#9FA992
(159,169,146)
#A9B29D
(169,178,157)
#B3BBA8
(179,187,168)
#BDC4B3
(189,196,179)
#C7CDBE
(199,205,190)
#D1D6C9
(209,214,201)
#DBDFD4
(219,223,212)
#E5E8DF
(229,232,223)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B977C color. Also use rgb(139,151,124) instead hex code.

Text Font Color

.myTextColor { color: #8B977C; }

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

This text font color is #8B977C.

Background Color

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

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

This div background color is #8B977C.

Border color

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

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

This div border color is #8B977C.

Opacity

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

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

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

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

This text has shadow with #8B977C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B977C.

Preview

Color preview on black background

This text has color #8B977C on black background.


Color preview on white background

This text has color #8B977C on white background.


Black color preview on #8B977C background

This text has black color on #8B977C background.


White color preview on #8B977C background

This text has white color on #8B977C background.


Related colors

Complementary color

Complementary color for #hex is #746883.


I love getcolorcode.com

Triadic colors

1 #7C8B97 and #977C8B with #8B977C are triadic colors.

2 #7C978B and #978B7C with #8B977C are triadic colors.