COLOR #978984

HEX: #978984
RGB: (151,137,132)

Color info

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

RGB color model

#978984 color RGB value is (151,137,132).

  • red value is 151;
  • green value is 137;
  • blue value is 132.
RGB:
(151,137,132)
(59%,54%,52%)

RGB channels and saturation

R 151 of 255 = 59%
G 137 of 255 = 54%
B 132 of 255 = 52%

151
137
132

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

Portions of RGB colors in percentages

R + G + B =
151 + 137 + 132 = 420 (100%)
R 151 of 420 ~ 35.95%
G 137 of 420 ~ 32.62%
B 132 of 420 ~ 31.43%

%35.95
%32.62
%31.43

CMYK color model

#978984 color CMYK value is (0,9,13,41).

  • cyan value is 0.00%
  • magenta value is 9.27%
  • yellow value is 12.58%
  • key color value is 40.78%
CMYK:
(0,9,13,41)
C0M9Y13K41 
(0%,9%,13%,41%)
(0.00/0.09/0.13/0.41)	

CMYK percentages

%0
%9.27
%12.58
%40.78

Codes

Color #978984 in popluar color models

978984
RGB151137132
HSL16°8.37%55.49%
HSB/HSV16°12.58%59.22%
CMYK0.00%9.27%12.58%
40.78%

Color #978984 in popluar number systems.

HEX978984
Decimal151137132
Binary100101111000100110000100
Octal227211204

Shades and tints

Shades of #978984

#978984
(151,137,132)
#8A7D78
(138,125,120)
#7D716C
(125,113,108)
#706560
(112,101,96)
#635954
(99,89,84)
#564D48
(86,77,72)
#49413C
(73,65,60)
#3C3530
(60,53,48)
#2F2924
(47,41,36)
#221D18
(34,29,24)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #978984

#978984
(151,137,132)
#A0938F
(160,147,143)
#A99D9A
(169,157,154)
#B2A7A5
(178,167,165)
#BBB1B0
(187,177,176)
#C4BBBB
(196,187,187)
#CDC5C6
(205,197,198)
#D6CFD1
(214,207,209)
#DFD9DC
(223,217,220)
#E8E3E7
(232,227,231)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978984 color. Also use rgb(151,137,132) instead hex code.

Text Font Color

.myTextColor { color: #978984; }

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

This text font color is #978984.


Background Color

.myBgColor { background-color: #978984; }

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

This div background color is #978984.


Border color

.myBorderColor { border: 1px solid #978984; }

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

This div border color is #978984.


Opacity

.myOpacity80 { color: #978984; opacity: 0.8; }

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

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

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

This text has shadow with #978984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978984 on black background.


Color preview on white background

This text has color #978984 on white background.



Black color preview on #978984 background

This text has black color on #978984 background.


White color preview on #978984 background

This text has white color on #978984 background.