COLOR #976B84

HEX: #976B84 RGB: (151,107,132)

Color info

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

RGB color model

#976B84 color RGB value is (151,107,132).

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

RGB channels and saturation

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

151
107
132

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

Portions of RGB colors in percentages

R + G + B = 151 + 107 + 132 = 390 (100%)
R 151 of 390 ~ 38.72%
G 107 of 390 ~ 27.44%
B 132 of 390 ~ 33.85'%

%38.72
%27.44
%33.85

CMYK color model

#976B84 color CMYK value is (0,29,13,41).

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

CMYK: (0,29,13,41)
C0M29Y13K41 (0%, 29%, 13%, 41%)
(0.00 / 0.29 / 0.13 / 0.41)

CMYK percentages

%0
%29.14
%12.58
%40.78

Codes

Color #976B84 in popluar color models

97 6B 84
RGB 151 107 132
HSL 326° 17.46% 50.59%
HSB/HSV 326° 29.14% 59.22%
CMYK 0.00% 29.14% 12.58%
40.78%

Color #976B84 in popluar number systems.

HEX 97 6B 84
Decimal 151 107 132
Binary 10010111 1101011 10000100
Octal 227 153 204

Shades and tints

Shades of #976B84

#976B84
(151,107,132)
#8A6278
(138,98,120)
#7D596C
(125,89,108)
#705060
(112,80,96)
#634754
(99,71,84)
#563E48
(86,62,72)
#49353C
(73,53,60)
#3C2C30
(60,44,48)
#2F2324
(47,35,36)
#221A18
(34,26,24)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #976B84

#976B84
(151,107,132)
#A0788F
(160,120,143)
#A9859A
(169,133,154)
#B292A5
(178,146,165)
#BB9FB0
(187,159,176)
#C4ACBB
(196,172,187)
#CDB9C6
(205,185,198)
#D6C6D1
(214,198,209)
#DFD3DC
(223,211,220)
#E8E0E7
(232,224,231)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976B84; }

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

This text font color is #976B84.

Background Color

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

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

This div background color is #976B84.

Border color

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

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

This div border color is #976B84.

Opacity

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

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

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

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

This text has shadow with #976B84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #976B84.

Preview

Color preview on black background

This text has color #976B84 on black background.


Color preview on white background

This text has color #976B84 on white background.


Black color preview on #976B84 background

This text has black color on #976B84 background.


White color preview on #976B84 background

This text has white color on #976B84 background.


Related colors

Complementary color

Complementary color for #hex is #68947B.


I love getcolorcode.com

Triadic colors

1 #84976B and #6B8497 with #976B84 are triadic colors.

2 #846B97 and #6B9784 with #976B84 are triadic colors.