COLOR #976B9E

HEX: #976B9E RGB: (151,107,158)

Color info

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

RGB color model

#976B9E color RGB value is (151,107,158).

RGB: (151,107,158) (59%, 42%, 62%)

RGB channels and saturation

R 151 of 255 = 59%
G 107 of 255 = 42%
B 158 of 255 = 62%

151
107
158

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

Portions of RGB colors in percentages

R + G + B = 151 + 107 + 158 = 416 (100%)
R 151 of 416 ~ 36.3%
G 107 of 416 ~ 25.72%
B 158 of 416 ~ 37.98'%

%36.3
%25.72
%37.98

CMYK color model

#976B9E color CMYK value is (4,32,0,38).

  • cyan value is 4.43%
  • magenta value is 32.28%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (4,32,0,38)
C4M32Y0K38 (4%, 32%, 0%, 38%)
(0.04 / 0.32 / 0.00 / 0.38)

CMYK percentages

%4.43
%32.28
%0
%38.04

Codes

Color #976B9E in popluar color models

97 6B 9E
RGB 151 107 158
HSL 292° 20.82% 51.96%
HSB/HSV 292° 32.28% 61.96%
CMYK 4.43% 32.28% 0.00%
38.04%

Color #976B9E in popluar number systems.

HEX 97 6B 9E
Decimal 151 107 158
Binary 10010111 1101011 10011110
Octal 227 153 236

Shades and tints

Shades of #976B9E

#976B9E
(151,107,158)
#8A6290
(138,98,144)
#7D5982
(125,89,130)
#705074
(112,80,116)
#634766
(99,71,102)
#563E58
(86,62,88)
#49354A
(73,53,74)
#3C2C3C
(60,44,60)
#2F232E
(47,35,46)
#221A20
(34,26,32)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #976B9E

#976B9E
(151,107,158)
#A078A6
(160,120,166)
#A985AE
(169,133,174)
#B292B6
(178,146,182)
#BB9FBE
(187,159,190)
#C4ACC6
(196,172,198)
#CDB9CE
(205,185,206)
#D6C6D6
(214,198,214)
#DFD3DE
(223,211,222)
#E8E0E6
(232,224,230)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976B9E; }

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

This text font color is #976B9E.

Background Color

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

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

This div background color is #976B9E.

Border color

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

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

This div border color is #976B9E.

Opacity

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

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

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

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

This text has shadow with #976B9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #976B9E.

Preview

Color preview on black background

This text has color #976B9E on black background.


Color preview on white background

This text has color #976B9E on white background.


Black color preview on #976B9E background

This text has black color on #976B9E background.


White color preview on #976B9E background

This text has white color on #976B9E background.


Related colors

Complementary color

Complementary color for #hex is #689461.


I love getcolorcode.com

Triadic colors

1 #9E976B and #6B9E97 with #976B9E are triadic colors.

2 #9E6B97 and #6B979E with #976B9E are triadic colors.