COLOR #978E82

HEX: #978E82
RGB: (151,142,130)

Color info

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

RGB color model

#978E82 color RGB value is (151,142,130).

  • red value is 151;
  • green value is 142;
  • blue value is 130.
RGB:
(151,142,130)
(59%,56%,51%)

RGB channels and saturation

R 151 of 255 = 59%
G 142 of 255 = 56%
B 130 of 255 = 51%

151
142
130

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

Portions of RGB colors in percentages

R + G + B =
151 + 142 + 130 = 423 (100%)
R 151 of 423 ~ 35.7%
G 142 of 423 ~ 33.57%
B 130 of 423 ~ 30.73%

%35.7
%33.57
%30.73

CMYK color model

#978E82 color CMYK value is (0,6,14,41).

  • cyan value is 0.00%
  • magenta value is 5.96%
  • yellow value is 13.91%
  • key color value is 40.78%
CMYK:
(0,6,14,41)
C0M6Y14K41 
(0%,6%,14%,41%)
(0.00/0.06/0.14/0.41)	

CMYK percentages

%0
%5.96
%13.91
%40.78

Codes

Color #978E82 in popluar color models

978E82
RGB151142130
HSL34°9.17%55.10%
HSB/HSV34°13.91%59.22%
CMYK0.00%5.96%13.91%
40.78%

Color #978E82 in popluar number systems.

HEX978E82
Decimal151142130
Binary100101111000111010000010
Octal227216202

Shades and tints

Shades of #978E82

#978E82
(151,142,130)
#8A8277
(138,130,119)
#7D766C
(125,118,108)
#706A61
(112,106,97)
#635E56
(99,94,86)
#56524B
(86,82,75)
#494640
(73,70,64)
#3C3A35
(60,58,53)
#2F2E2A
(47,46,42)
#22221F
(34,34,31)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #978E82

#978E82
(151,142,130)
#A0988D
(160,152,141)
#A9A298
(169,162,152)
#B2ACA3
(178,172,163)
#BBB6AE
(187,182,174)
#C4C0B9
(196,192,185)
#CDCAC4
(205,202,196)
#D6D4CF
(214,212,207)
#DFDEDA
(223,222,218)
#E8E8E5
(232,232,229)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978E82 color. Also use rgb(151,142,130) instead hex code.

Text Font Color

.myTextColor { color: #978E82; }

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

This text font color is #978E82.


Background Color

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

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

This div background color is #978E82.


Border color

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

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

This div border color is #978E82.


Opacity

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

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

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

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

This text has shadow with #978E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978E82 on black background.


Color preview on white background

This text has color #978E82 on white background.



Black color preview on #978E82 background

This text has black color on #978E82 background.


White color preview on #978E82 background

This text has white color on #978E82 background.