COLOR #8B978E

HEX: #8B978E RGB: (139,151,142)

Color info

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

RGB color model

#8B978E color RGB value is (139,151,142).

RGB: (139,151,142) (55%, 59%, 56%)

RGB channels and saturation

R 139 of 255 = 55%
G 151 of 255 = 59%
B 142 of 255 = 56%

139
151
142

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

Portions of RGB colors in percentages

R + G + B = 139 + 151 + 142 = 432 (100%)
R 139 of 432 ~ 32.18%
G 151 of 432 ~ 34.95%
B 142 of 432 ~ 32.87'%

%32.18
%34.95
%32.87

CMYK color model

#8B978E color CMYK value is (8,0,6,41).

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

CMYK: (8,0,6,41)
C8M0Y6K41 (8%, 0%, 6%, 41%)
(0.08 / 0.00 / 0.06 / 0.41)

CMYK percentages

%7.95
%0
%5.96
%40.78

Codes

Color #8B978E in popluar color models

8B 97 8E
RGB 139 151 142
HSL 135° 5.45% 56.86%
HSB/HSV 135° 7.95% 59.22%
CMYK 7.95% 0.00% 5.96%
40.78%

Color #8B978E in popluar number systems.

HEX 8B 97 8E
Decimal 139 151 142
Binary 10001011 10010111 10001110
Octal 213 227 216

Shades and tints

Shades of #8B978E

#8B978E
(139,151,142)
#7F8A82
(127,138,130)
#737D76
(115,125,118)
#67706A
(103,112,106)
#5B635E
(91,99,94)
#4F5652
(79,86,82)
#434946
(67,73,70)
#373C3A
(55,60,58)
#2B2F2E
(43,47,46)
#1F2222
(31,34,34)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #8B978E

#8B978E
(139,151,142)
#95A098
(149,160,152)
#9FA9A2
(159,169,162)
#A9B2AC
(169,178,172)
#B3BBB6
(179,187,182)
#BDC4C0
(189,196,192)
#C7CDCA
(199,205,202)
#D1D6D4
(209,214,212)
#DBDFDE
(219,223,222)
#E5E8E8
(229,232,232)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B978E; }

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

This text font color is #8B978E.

Background Color

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

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

This div background color is #8B978E.

Border color

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

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

This div border color is #8B978E.

Opacity

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

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

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

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

This text has shadow with #8B978E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B978E.

Preview

Color preview on black background

This text has color #8B978E on black background.


Color preview on white background

This text has color #8B978E on white background.


Black color preview on #8B978E background

This text has black color on #8B978E background.


White color preview on #8B978E background

This text has white color on #8B978E background.


Related colors

Complementary color

Complementary color for #hex is #746871.


I love getcolorcode.com

Triadic colors

1 #8E8B97 and #978E8B with #8B978E are triadic colors.

2 #8E978B and #978B8E with #8B978E are triadic colors.