COLOR #979684

HEX: #979684
RGB: (151,150,132)

Color info

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

RGB color model

#979684 color RGB value is (151,150,132).

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

RGB channels and saturation

R 151 of 255 = 59%
G 150 of 255 = 59%
B 132 of 255 = 52%

151
150
132

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

Portions of RGB colors in percentages

R + G + B =
151 + 150 + 132 = 433 (100%)
R 151 of 433 ~ 34.87%
G 150 of 433 ~ 34.64%
B 132 of 433 ~ 30.48%

%34.87
%34.64
%30.48

CMYK color model

#979684 color CMYK value is (0,1,13,41).

  • cyan value is 0.00%
  • magenta value is 0.66%
  • yellow value is 12.58%
  • key color value is 40.78%
CMYK:
(0,1,13,41)
C0M1Y13K41 
(0%,1%,13%,41%)
(0.00/0.01/0.13/0.41)	

CMYK percentages

%0
%0.66
%12.58
%40.78

Codes

Color #979684 in popluar color models

979684
RGB151150132
HSL57°8.37%55.49%
HSB/HSV57°12.58%59.22%
CMYK0.00%0.66%12.58%
40.78%

Color #979684 in popluar number systems.

HEX979684
Decimal151150132
Binary100101111001011010000100
Octal227226204

Shades and tints

Shades of #979684

#979684
(151,150,132)
#8A8978
(138,137,120)
#7D7C6C
(125,124,108)
#706F60
(112,111,96)
#636254
(99,98,84)
#565548
(86,85,72)
#49483C
(73,72,60)
#3C3B30
(60,59,48)
#2F2E24
(47,46,36)
#222118
(34,33,24)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #979684

#979684
(151,150,132)
#A09F8F
(160,159,143)
#A9A89A
(169,168,154)
#B2B1A5
(178,177,165)
#BBBAB0
(187,186,176)
#C4C3BB
(196,195,187)
#CDCCC6
(205,204,198)
#D6D5D1
(214,213,209)
#DFDEDC
(223,222,220)
#E8E7E7
(232,231,231)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979684; }

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

This text font color is #979684.


Background Color

.myBgColor { background-color: #979684; }

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

This div background color is #979684.


Border color

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

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

This div border color is #979684.


Opacity

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

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

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

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

This text has shadow with #979684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979684 on black background.


Color preview on white background

This text has color #979684 on white background.



Black color preview on #979684 background

This text has black color on #979684 background.


White color preview on #979684 background

This text has white color on #979684 background.