COLOR #8B997C

HEX: #8B997C RGB: (139,153,124)

Color info

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

RGB color model

#8B997C color RGB value is (139,153,124).

RGB: (139,153,124) (55%, 60%, 49%)

RGB channels and saturation

R 139 of 255 = 55%
G 153 of 255 = 60%
B 124 of 255 = 49%

139
153
124

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

Portions of RGB colors in percentages

R + G + B = 139 + 153 + 124 = 416 (100%)
R 139 of 416 ~ 33.41%
G 153 of 416 ~ 36.78%
B 124 of 416 ~ 29.81'%

%33.41
%36.78
%29.81

CMYK color model

#8B997C color CMYK value is (9,0,19,40).

  • cyan value is 9.15%
  • magenta value is 0.00%
  • yellow value is 18.95%
  • key color value is 40.00%

CMYK: (9,0,19,40)
C9M0Y19K40 (9%, 0%, 19%, 40%)
(0.09 / 0.00 / 0.19 / 0.40)

CMYK percentages

%9.15
%0
%18.95
%40

Codes

Color #8B997C in popluar color models

8B 99 7C
RGB 139 153 124
HSL 89° 12.45% 54.31%
HSB/HSV 89° 18.95% 60.00%
CMYK 9.15% 0.00% 18.95%
40.00%

Color #8B997C in popluar number systems.

HEX 8B 99 7C
Decimal 139 153 124
Binary 10001011 10011001 1111100
Octal 213 231 174

Shades and tints

Shades of #8B997C

#8B997C
(139,153,124)
#7F8C71
(127,140,113)
#737F66
(115,127,102)
#67725B
(103,114,91)
#5B6550
(91,101,80)
#4F5845
(79,88,69)
#434B3A
(67,75,58)
#373E2F
(55,62,47)
#2B3124
(43,49,36)
#1F2419
(31,36,25)
#13170E
(19,23,14)
#000000
(0,0,0)

Tints of #8B997C

#8B997C
(139,153,124)
#95A287
(149,162,135)
#9FAB92
(159,171,146)
#A9B49D
(169,180,157)
#B3BDA8
(179,189,168)
#BDC6B3
(189,198,179)
#C7CFBE
(199,207,190)
#D1D8C9
(209,216,201)
#DBE1D4
(219,225,212)
#E5EADF
(229,234,223)
#EFF3EA
(239,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B997C; }

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

This text font color is #8B997C.

Background Color

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

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

This div background color is #8B997C.

Border color

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

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

This div border color is #8B997C.

Opacity

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

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

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

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

This text has shadow with #8B997C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B997C.

Preview

Color preview on black background

This text has color #8B997C on black background.


Color preview on white background

This text has color #8B997C on white background.


Black color preview on #8B997C background

This text has black color on #8B997C background.


White color preview on #8B997C background

This text has white color on #8B997C background.


Related colors

Complementary color

Complementary color for #hex is #746683.


I love getcolorcode.com

Triadic colors

1 #7C8B99 and #997C8B with #8B997C are triadic colors.

2 #7C998B and #998B7C with #8B997C are triadic colors.