COLOR #978684

HEX: #978684
RGB: (151,134,132)

Color info

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

RGB color model

#978684 color RGB value is (151,134,132).

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

RGB channels and saturation

R 151 of 255 = 59%
G 134 of 255 = 53%
B 132 of 255 = 52%

151
134
132

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

Portions of RGB colors in percentages

R + G + B =
151 + 134 + 132 = 417 (100%)
R 151 of 417 ~ 36.21%
G 134 of 417 ~ 32.13%
B 132 of 417 ~ 31.65%

%36.21
%32.13
%31.65

CMYK color model

#978684 color CMYK value is (0,11,13,41).

  • cyan value is 0.00%
  • magenta value is 11.26%
  • yellow value is 12.58%
  • key color value is 40.78%
CMYK:
(0,11,13,41)
C0M11Y13K41 
(0%,11%,13%,41%)
(0.00/0.11/0.13/0.41)	

CMYK percentages

%0
%11.26
%12.58
%40.78

Codes

Color #978684 in popluar color models

978684
RGB151134132
HSL8.37%55.49%
HSB/HSV12.58%59.22%
CMYK0.00%11.26%12.58%
40.78%

Color #978684 in popluar number systems.

HEX978684
Decimal151134132
Binary100101111000011010000100
Octal227206204

Shades and tints

Shades of #978684

#978684
(151,134,132)
#8A7A78
(138,122,120)
#7D6E6C
(125,110,108)
#706260
(112,98,96)
#635654
(99,86,84)
#564A48
(86,74,72)
#493E3C
(73,62,60)
#3C3230
(60,50,48)
#2F2624
(47,38,36)
#221A18
(34,26,24)
#150E0C
(21,14,12)
#000000
(0,0,0)

Tints of #978684

#978684
(151,134,132)
#A0918F
(160,145,143)
#A99C9A
(169,156,154)
#B2A7A5
(178,167,165)
#BBB2B0
(187,178,176)
#C4BDBB
(196,189,187)
#CDC8C6
(205,200,198)
#D6D3D1
(214,211,209)
#DFDEDC
(223,222,220)
#E8E9E7
(232,233,231)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978684; }

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

This text font color is #978684.


Background Color

.myBgColor { background-color: #978684; }

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

This div background color is #978684.


Border color

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

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

This div border color is #978684.


Opacity

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

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

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

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

This text has shadow with #978684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978684 on black background.


Color preview on white background

This text has color #978684 on white background.



Black color preview on #978684 background

This text has black color on #978684 background.


White color preview on #978684 background

This text has white color on #978684 background.