COLOR #976D82

HEX: #976D82
RGB: (151,109,130)

Color info

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

RGB color model

#976D82 color RGB value is (151,109,130).

  • red value is 151;
  • green value is 109;
  • blue value is 130.
RGB:
(151,109,130)
(59%,43%,51%)

RGB channels and saturation

R 151 of 255 = 59%
G 109 of 255 = 43%
B 130 of 255 = 51%

151
109
130

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

Portions of RGB colors in percentages

R + G + B =
151 + 109 + 130 = 390 (100%)
R 151 of 390 ~ 38.72%
G 109 of 390 ~ 27.95%
B 130 of 390 ~ 33.33%

%38.72
%27.95
%33.33

CMYK color model

#976D82 color CMYK value is (0,28,14,41).

  • cyan value is 0.00%
  • magenta value is 27.81%
  • yellow value is 13.91%
  • key color value is 40.78%
CMYK:
(0,28,14,41)
C0M28Y14K41 
(0%,28%,14%,41%)
(0.00/0.28/0.14/0.41)	

CMYK percentages

%0
%27.81
%13.91
%40.78

Codes

Color #976D82 in popluar color models

976D82
RGB151109130
HSL330°16.80%50.98%
HSB/HSV330°27.81%59.22%
CMYK0.00%27.81%13.91%
40.78%

Color #976D82 in popluar number systems.

HEX976D82
Decimal151109130
Binary10010111110110110000010
Octal227155202

Shades and tints

Shades of #976D82

#976D82
(151,109,130)
#8A6477
(138,100,119)
#7D5B6C
(125,91,108)
#705261
(112,82,97)
#634956
(99,73,86)
#56404B
(86,64,75)
#493740
(73,55,64)
#3C2E35
(60,46,53)
#2F252A
(47,37,42)
#221C1F
(34,28,31)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #976D82

#976D82
(151,109,130)
#A07A8D
(160,122,141)
#A98798
(169,135,152)
#B294A3
(178,148,163)
#BBA1AE
(187,161,174)
#C4AEB9
(196,174,185)
#CDBBC4
(205,187,196)
#D6C8CF
(214,200,207)
#DFD5DA
(223,213,218)
#E8E2E5
(232,226,229)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976D82; }

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

This text font color is #976D82.


Background Color

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

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

This div background color is #976D82.


Border color

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

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

This div border color is #976D82.


Opacity

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

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

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

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

This text has shadow with #976D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976D82 on black background.


Color preview on white background

This text has color #976D82 on white background.



Black color preview on #976D82 background

This text has black color on #976D82 background.


White color preview on #976D82 background

This text has white color on #976D82 background.