COLOR #976C84

HEX: #976C84 RGB: (151,108,132)

Color info

#976C84 contains red, green and blue colors in about the same proportion. Web safe color of #976C84 is #996699 (or #969).

RGB color model

#976C84 color RGB value is (151,108,132).

RGB: (151,108,132) (59%, 42%, 52%)

RGB channels and saturation

R 151 of 255 = 59%
G 108 of 255 = 42%
B 132 of 255 = 52%

151
108
132

R + G + B ~ 51%. #976C84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 108 + 132 = 391 (100%)
R 151 of 391 ~ 38.62%
G 108 of 391 ~ 27.62%
B 132 of 391 ~ 33.76'%

%38.62
%27.62
%33.76

CMYK color model

#976C84 color CMYK value is (0,28,13,41).

  • cyan value is 0.00%
  • magenta value is 28.48%
  • yellow value is 12.58%
  • key color value is 40.78%

CMYK: (0,28,13,41)
C0M28Y13K41 (0%, 28%, 13%, 41%)
(0.00 / 0.28 / 0.13 / 0.41)

CMYK percentages

%0
%28.48
%12.58
%40.78

Codes

Color #976C84 in popluar color models

97 6C 84
RGB 151 108 132
HSL 327° 17.13% 50.78%
HSB/HSV 327° 28.48% 59.22%
CMYK 0.00% 28.48% 12.58%
40.78%

Color #976C84 in popluar number systems.

HEX 97 6C 84
Decimal 151 108 132
Binary 10010111 1101100 10000100
Octal 227 154 204

Shades and tints

Shades of #976C84

#976C84
(151,108,132)
#8A6378
(138,99,120)
#7D5A6C
(125,90,108)
#705160
(112,81,96)
#634854
(99,72,84)
#563F48
(86,63,72)
#49363C
(73,54,60)
#3C2D30
(60,45,48)
#2F2424
(47,36,36)
#221B18
(34,27,24)
#15120C
(21,18,12)
#000000
(0,0,0)

Tints of #976C84

#976C84
(151,108,132)
#A0798F
(160,121,143)
#A9869A
(169,134,154)
#B293A5
(178,147,165)
#BBA0B0
(187,160,176)
#C4ADBB
(196,173,187)
#CDBAC6
(205,186,198)
#D6C7D1
(214,199,209)
#DFD4DC
(223,212,220)
#E8E1E7
(232,225,231)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976C84; }

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

This text font color is #976C84.

Background Color

.myBgColor { background-color: #976C84; }

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

This div background color is #976C84.

Border color

.myBorderColor { border: 1px solid #976C84; }

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

This div border color is #976C84.

Opacity

.myOpacity80 { color: #976C84; opacity: 0.8; }

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

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

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

This text has shadow with #976C84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #976C84.

Preview

Color preview on black background

This text has color #976C84 on black background.


Color preview on white background

This text has color #976C84 on white background.


Black color preview on #976C84 background

This text has black color on #976C84 background.


White color preview on #976C84 background

This text has white color on #976C84 background.


Related colors

Complementary color

Complementary color for #hex is #68937B.


I love getcolorcode.com

Triadic colors

1 #84976C and #6C8497 with #976C84 are triadic colors.

2 #846C97 and #6C9784 with #976C84 are triadic colors.