COLOR #978C83

HEX: #978C83 RGB: (151,140,131)

Color info

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

RGB color model

#978C83 color RGB value is (151,140,131).

RGB: (151,140,131) (59%, 55%, 51%)

RGB channels and saturation

R 151 of 255 = 59%
G 140 of 255 = 55%
B 131 of 255 = 51%

151
140
131

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

Portions of RGB colors in percentages

R + G + B = 151 + 140 + 131 = 422 (100%)
R 151 of 422 ~ 35.78%
G 140 of 422 ~ 33.18%
B 131 of 422 ~ 31.04'%

%35.78
%33.18
%31.04

CMYK color model

#978C83 color CMYK value is (0,7,13,41).

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

CMYK: (0,7,13,41)
C0M7Y13K41 (0%, 7%, 13%, 41%)
(0.00 / 0.07 / 0.13 / 0.41)

CMYK percentages

%0
%7.28
%13.25
%40.78

Codes

Color #978C83 in popluar color models

97 8C 83
RGB 151 140 131
HSL 27° 8.77% 55.29%
HSB/HSV 27° 13.25% 59.22%
CMYK 0.00% 7.28% 13.25%
40.78%

Color #978C83 in popluar number systems.

HEX 97 8C 83
Decimal 151 140 131
Binary 10010111 10001100 10000011
Octal 227 214 203

Shades and tints

Shades of #978C83

#978C83
(151,140,131)
#8A8078
(138,128,120)
#7D746D
(125,116,109)
#706862
(112,104,98)
#635C57
(99,92,87)
#56504C
(86,80,76)
#494441
(73,68,65)
#3C3836
(60,56,54)
#2F2C2B
(47,44,43)
#222020
(34,32,32)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #978C83

#978C83
(151,140,131)
#A0968E
(160,150,142)
#A9A099
(169,160,153)
#B2AAA4
(178,170,164)
#BBB4AF
(187,180,175)
#C4BEBA
(196,190,186)
#CDC8C5
(205,200,197)
#D6D2D0
(214,210,208)
#DFDCDB
(223,220,219)
#E8E6E6
(232,230,230)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978C83; }

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

This text font color is #978C83.

Background Color

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

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

This div background color is #978C83.

Border color

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

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

This div border color is #978C83.

Opacity

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

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

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

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

This text has shadow with #978C83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978C83.

Preview

Color preview on black background

This text has color #978C83 on black background.


Color preview on white background

This text has color #978C83 on white background.


Black color preview on #978C83 background

This text has black color on #978C83 background.


White color preview on #978C83 background

This text has white color on #978C83 background.


Related colors

Complementary color

Complementary color for #hex is #68737C.


I love getcolorcode.com

Triadic colors

1 #83978C and #8C8397 with #978C83 are triadic colors.

2 #838C97 and #8C9783 with #978C83 are triadic colors.