COLOR #976E8C

HEX: #976E8C RGB: (151,110,140)

Color info

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

RGB color model

#976E8C color RGB value is (151,110,140).

RGB: (151,110,140) (59%, 43%, 55%)

RGB channels and saturation

R 151 of 255 = 59%
G 110 of 255 = 43%
B 140 of 255 = 55%

151
110
140

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

Portions of RGB colors in percentages

R + G + B = 151 + 110 + 140 = 401 (100%)
R 151 of 401 ~ 37.66%
G 110 of 401 ~ 27.43%
B 140 of 401 ~ 34.91'%

%37.66
%27.43
%34.91

CMYK color model

#976E8C color CMYK value is (0,27,7,41).

  • cyan value is 0.00%
  • magenta value is 27.15%
  • yellow value is 7.28%
  • key color value is 40.78%

CMYK: (0,27,7,41)
C0M27Y7K41 (0%, 27%, 7%, 41%)
(0.00 / 0.27 / 0.07 / 0.41)

CMYK percentages

%0
%27.15
%7.28
%40.78

Codes

Color #976E8C in popluar color models

97 6E 8C
RGB 151 110 140
HSL 316° 16.47% 51.18%
HSB/HSV 316° 27.15% 59.22%
CMYK 0.00% 27.15% 7.28%
40.78%

Color #976E8C in popluar number systems.

HEX 97 6E 8C
Decimal 151 110 140
Binary 10010111 1101110 10001100
Octal 227 156 214

Shades and tints

Shades of #976E8C

#976E8C
(151,110,140)
#8A6480
(138,100,128)
#7D5A74
(125,90,116)
#705068
(112,80,104)
#63465C
(99,70,92)
#563C50
(86,60,80)
#493244
(73,50,68)
#3C2838
(60,40,56)
#2F1E2C
(47,30,44)
#221420
(34,20,32)
#150A14
(21,10,20)
#000000
(0,0,0)

Tints of #976E8C

#976E8C
(151,110,140)
#A07B96
(160,123,150)
#A988A0
(169,136,160)
#B295AA
(178,149,170)
#BBA2B4
(187,162,180)
#C4AFBE
(196,175,190)
#CDBCC8
(205,188,200)
#D6C9D2
(214,201,210)
#DFD6DC
(223,214,220)
#E8E3E6
(232,227,230)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976E8C color. Also use rgb(151,110,140) instead hex code.

Text Font Color

.myTextColor { color: #976E8C; }

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

This text font color is #976E8C.

Background Color

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

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

This div background color is #976E8C.

Border color

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

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

This div border color is #976E8C.

Opacity

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

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

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

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

This text has shadow with #976E8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #976E8C.

Preview

Color preview on black background

This text has color #976E8C on black background.


Color preview on white background

This text has color #976E8C on white background.


Black color preview on #976E8C background

This text has black color on #976E8C background.


White color preview on #976E8C background

This text has white color on #976E8C background.


Related colors

Complementary color

Complementary color for #hex is #689173.


I love getcolorcode.com

Triadic colors

1 #8C976E and #6E8C97 with #976E8C are triadic colors.

2 #8C6E97 and #6E978C with #976E8C are triadic colors.