COLOR #976D84

HEX: #976D84 RGB: (151,109,132)

Color info

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

RGB color model

#976D84 color RGB value is (151,109,132).

RGB: (151,109,132) (59%, 43%, 52%)

RGB channels and saturation

R 151 of 255 = 59%
G 109 of 255 = 43%
B 132 of 255 = 52%

151
109
132

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

Portions of RGB colors in percentages

R + G + B = 151 + 109 + 132 = 392 (100%)
R 151 of 392 ~ 38.52%
G 109 of 392 ~ 27.81%
B 132 of 392 ~ 33.67'%

%38.52
%27.81
%33.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.81%
  • 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
%27.81
%12.58
%40.78

Codes

Color #976D84 in popluar color models

97 6D 84
RGB 151 109 132
HSL 327° 16.80% 50.98%
HSB/HSV 327° 27.81% 59.22%
CMYK 0.00% 27.81% 12.58%
40.78%

Color #976D84 in popluar number systems.

HEX 97 6D 84
Decimal 151 109 132
Binary 10010111 1101101 10000100
Octal 227 155 204

Shades and tints

Shades of #976D84

#976D84
(151,109,132)
#8A6478
(138,100,120)
#7D5B6C
(125,91,108)
#705260
(112,82,96)
#634954
(99,73,84)
#564048
(86,64,72)
#49373C
(73,55,60)
#3C2E30
(60,46,48)
#2F2524
(47,37,36)
#221C18
(34,28,24)
#15130C
(21,19,12)
#000000
(0,0,0)

Tints of #976D84

#976D84
(151,109,132)
#A07A8F
(160,122,143)
#A9879A
(169,135,154)
#B294A5
(178,148,165)
#BBA1B0
(187,161,176)
#C4AEBB
(196,174,187)
#CDBBC6
(205,187,198)
#D6C8D1
(214,200,209)
#DFD5DC
(223,213,220)
#E8E2E7
(232,226,231)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976D84; }

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

This text font color is #976D84.

Background Color

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

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

This div background color is #976D84.

Border color

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

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

This div border color is #976D84.

Opacity

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

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

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

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

This text has shadow with #976D84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #976D84.

Preview

Color preview on black background

This text has color #976D84 on black background.


Color preview on white background

This text has color #976D84 on white background.


Black color preview on #976D84 background

This text has black color on #976D84 background.


White color preview on #976D84 background

This text has white color on #976D84 background.


Related colors

Complementary color

Complementary color for #hex is #68927B.


I love getcolorcode.com

Triadic colors

1 #84976D and #6D8497 with #976D84 are triadic colors.

2 #846D97 and #6D9784 with #976D84 are triadic colors.