COLOR #978C71

HEX: #978C71 RGB: (151,140,113)

Color info

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

RGB color model

#978C71 color RGB value is (151,140,113).

RGB: (151,140,113) (59%, 55%, 44%)

RGB channels and saturation

R 151 of 255 = 59%
G 140 of 255 = 55%
B 113 of 255 = 44%

151
140
113

R + G + B ~ 53%. #978C71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 140 + 113 = 404 (100%)
R 151 of 404 ~ 37.38%
G 140 of 404 ~ 34.65%
B 113 of 404 ~ 27.97'%

%37.38
%34.65
%27.97

CMYK color model

#978C71 color CMYK value is (0,7,25,41).

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

CMYK: (0,7,25,41)
C0M7Y25K41 (0%, 7%, 25%, 41%)
(0.00 / 0.07 / 0.25 / 0.41)

CMYK percentages

%0
%7.28
%25.17
%40.78

Codes

Color #978C71 in popluar color models

97 8C 71
RGB 151 140 113
HSL 43° 15.45% 51.76%
HSB/HSV 43° 25.17% 59.22%
CMYK 0.00% 7.28% 25.17%
40.78%

Color #978C71 in popluar number systems.

HEX 97 8C 71
Decimal 151 140 113
Binary 10010111 10001100 1110001
Octal 227 214 161

Shades and tints

Shades of #978C71

#978C71
(151,140,113)
#8A8067
(138,128,103)
#7D745D
(125,116,93)
#706853
(112,104,83)
#635C49
(99,92,73)
#56503F
(86,80,63)
#494435
(73,68,53)
#3C382B
(60,56,43)
#2F2C21
(47,44,33)
#222017
(34,32,23)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #978C71

#978C71
(151,140,113)
#A0967D
(160,150,125)
#A9A089
(169,160,137)
#B2AA95
(178,170,149)
#BBB4A1
(187,180,161)
#C4BEAD
(196,190,173)
#CDC8B9
(205,200,185)
#D6D2C5
(214,210,197)
#DFDCD1
(223,220,209)
#E8E6DD
(232,230,221)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978C71 color. Also use rgb(151,140,113) instead hex code.

Text Font Color

.myTextColor { color: #978C71; }

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

This text font color is #978C71.

Background Color

.myBgColor { background-color: #978C71; }

<div style="background-color:#978C71">Inner text</div>

This div background color is #978C71.

Border color

.myBorderColor { border: 1px solid #978C71; }

<div style="border:3px solid #978C71">Div</div>

This div border color is #978C71.

Opacity

.myOpacity80 { color: #978C71; opacity: 0.8; }

<p style="color:#978C71;opacity:0.8;">80%</p>

Text with #978C71 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 #978C71;}

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

This text has shadow with #978C71 color.


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

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

This text has shadow with #978C71 primary color and red secondary color.


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

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

This text has shadow with #978C71 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #978C71.

Preview

Color preview on black background

This text has color #978C71 on black background.


Color preview on white background

This text has color #978C71 on white background.


Black color preview on #978C71 background

This text has black color on #978C71 background.


White color preview on #978C71 background

This text has white color on #978C71 background.


Related colors

Complementary color

Complementary color for #hex is #68738E.


I love getcolorcode.com

Triadic colors

1 #71978C and #8C7197 with #978C71 are triadic colors.

2 #718C97 and #8C9771 with #978C71 are triadic colors.