COLOR #976F82

HEX: #976F82 RGB: (151,111,130)

Color info

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

RGB color model

#976F82 color RGB value is (151,111,130).

RGB: (151,111,130) (59%, 44%, 51%)

RGB channels and saturation

R 151 of 255 = 59%
G 111 of 255 = 44%
B 130 of 255 = 51%

151
111
130

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

Portions of RGB colors in percentages

R + G + B = 151 + 111 + 130 = 392 (100%)
R 151 of 392 ~ 38.52%
G 111 of 392 ~ 28.32%
B 130 of 392 ~ 33.16'%

%38.52
%28.32
%33.16

CMYK color model

#976F82 color CMYK value is (0,26,14,41).

  • cyan value is 0.00%
  • magenta value is 26.49%
  • yellow value is 13.91%
  • key color value is 40.78%

CMYK: (0,26,14,41)
C0M26Y14K41 (0%, 26%, 14%, 41%)
(0.00 / 0.26 / 0.14 / 0.41)

CMYK percentages

%0
%26.49
%13.91
%40.78

Codes

Color #976F82 in popluar color models

97 6F 82
RGB 151 111 130
HSL 332° 16.13% 51.37%
HSB/HSV 332° 26.49% 59.22%
CMYK 0.00% 26.49% 13.91%
40.78%

Color #976F82 in popluar number systems.

HEX 97 6F 82
Decimal 151 111 130
Binary 10010111 1101111 10000010
Octal 227 157 202

Shades and tints

Shades of #976F82

#976F82
(151,111,130)
#8A6577
(138,101,119)
#7D5B6C
(125,91,108)
#705161
(112,81,97)
#634756
(99,71,86)
#563D4B
(86,61,75)
#493340
(73,51,64)
#3C2935
(60,41,53)
#2F1F2A
(47,31,42)
#22151F
(34,21,31)
#150B14
(21,11,20)
#000000
(0,0,0)

Tints of #976F82

#976F82
(151,111,130)
#A07C8D
(160,124,141)
#A98998
(169,137,152)
#B296A3
(178,150,163)
#BBA3AE
(187,163,174)
#C4B0B9
(196,176,185)
#CDBDC4
(205,189,196)
#D6CACF
(214,202,207)
#DFD7DA
(223,215,218)
#E8E4E5
(232,228,229)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976F82 color. Also use rgb(151,111,130) instead hex code.

Text Font Color

.myTextColor { color: #976F82; }

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

This text font color is #976F82.

Background Color

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

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

This div background color is #976F82.

Border color

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

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

This div border color is #976F82.

Opacity

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

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

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

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

This text has shadow with #976F82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #976F82.

Preview

Color preview on black background

This text has color #976F82 on black background.


Color preview on white background

This text has color #976F82 on white background.


Black color preview on #976F82 background

This text has black color on #976F82 background.


White color preview on #976F82 background

This text has white color on #976F82 background.


Related colors

Complementary color

Complementary color for #hex is #68907D.


I love getcolorcode.com

Triadic colors

1 #82976F and #6F8297 with #976F82 are triadic colors.

2 #826F97 and #6F9782 with #976F82 are triadic colors.