COLOR #976B8A

HEX: #976B8A RGB: (151,107,138)

Color info

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

RGB color model

#976B8A color RGB value is (151,107,138).

RGB: (151,107,138) (59%, 42%, 54%)

RGB channels and saturation

R 151 of 255 = 59%
G 107 of 255 = 42%
B 138 of 255 = 54%

151
107
138

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

Portions of RGB colors in percentages

R + G + B = 151 + 107 + 138 = 396 (100%)
R 151 of 396 ~ 38.13%
G 107 of 396 ~ 27.02%
B 138 of 396 ~ 34.85'%

%38.13
%27.02
%34.85

CMYK color model

#976B8A color CMYK value is (0,29,9,41).

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

CMYK: (0,29,9,41)
C0M29Y9K41 (0%, 29%, 9%, 41%)
(0.00 / 0.29 / 0.09 / 0.41)

CMYK percentages

%0
%29.14
%8.61
%40.78

Codes

Color #976B8A in popluar color models

97 6B 8A
RGB 151 107 138
HSL 318° 17.46% 50.59%
HSB/HSV 318° 29.14% 59.22%
CMYK 0.00% 29.14% 8.61%
40.78%

Color #976B8A in popluar number systems.

HEX 97 6B 8A
Decimal 151 107 138
Binary 10010111 1101011 10001010
Octal 227 153 212

Shades and tints

Shades of #976B8A

#976B8A
(151,107,138)
#8A627E
(138,98,126)
#7D5972
(125,89,114)
#705066
(112,80,102)
#63475A
(99,71,90)
#563E4E
(86,62,78)
#493542
(73,53,66)
#3C2C36
(60,44,54)
#2F232A
(47,35,42)
#221A1E
(34,26,30)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #976B8A

#976B8A
(151,107,138)
#A07894
(160,120,148)
#A9859E
(169,133,158)
#B292A8
(178,146,168)
#BB9FB2
(187,159,178)
#C4ACBC
(196,172,188)
#CDB9C6
(205,185,198)
#D6C6D0
(214,198,208)
#DFD3DA
(223,211,218)
#E8E0E4
(232,224,228)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976B8A; }

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

This text font color is #976B8A.

Background Color

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

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

This div background color is #976B8A.

Border color

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

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

This div border color is #976B8A.

Opacity

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

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

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

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

This text has shadow with #976B8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #976B8A.

Preview

Color preview on black background

This text has color #976B8A on black background.


Color preview on white background

This text has color #976B8A on white background.


Black color preview on #976B8A background

This text has black color on #976B8A background.


White color preview on #976B8A background

This text has white color on #976B8A background.


Related colors

Complementary color

Complementary color for #hex is #689475.


I love getcolorcode.com

Triadic colors

1 #8A976B and #6B8A97 with #976B8A are triadic colors.

2 #8A6B97 and #6B978A with #976B8A are triadic colors.