COLOR #976F8D

HEX: #976F8D
RGB: (151,111,141)

Color info

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

RGB color model

#976F8D color RGB value is (151,111,141).

  • red value is 151;
  • green value is 111;
  • blue value is 141.
RGB:
(151,111,141)
(59%,44%,55%)

RGB channels and saturation

R 151 of 255 = 59%
G 111 of 255 = 44%
B 141 of 255 = 55%

151
111
141

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

Portions of RGB colors in percentages

R + G + B =
151 + 111 + 141 = 403 (100%)
R 151 of 403 ~ 37.47%
G 111 of 403 ~ 27.54%
B 141 of 403 ~ 34.99%

%37.47
%27.54
%34.99

CMYK color model

#976F8D color CMYK value is (0,26,7,41).

  • cyan value is 0.00%
  • magenta value is 26.49%
  • yellow value is 6.62%
  • key color value is 40.78%
CMYK:
(0,26,7,41)
C0M26Y7K41 
(0%,26%,7%,41%)
(0.00/0.26/0.07/0.41)	

CMYK percentages

%0
%26.49
%6.62
%40.78

Codes

Color #976F8D in popluar color models

976F8D
RGB151111141
HSL315°16.13%51.37%
HSB/HSV315°26.49%59.22%
CMYK0.00%26.49%6.62%
40.78%

Color #976F8D in popluar number systems.

HEX976F8D
Decimal151111141
Binary10010111110111110001101
Octal227157215

Shades and tints

Shades of #976F8D

#976F8D
(151,111,141)
#8A6581
(138,101,129)
#7D5B75
(125,91,117)
#705169
(112,81,105)
#63475D
(99,71,93)
#563D51
(86,61,81)
#493345
(73,51,69)
#3C2939
(60,41,57)
#2F1F2D
(47,31,45)
#221521
(34,21,33)
#150B15
(21,11,21)
#000000
(0,0,0)

Tints of #976F8D

#976F8D
(151,111,141)
#A07C97
(160,124,151)
#A989A1
(169,137,161)
#B296AB
(178,150,171)
#BBA3B5
(187,163,181)
#C4B0BF
(196,176,191)
#CDBDC9
(205,189,201)
#D6CAD3
(214,202,211)
#DFD7DD
(223,215,221)
#E8E4E7
(232,228,231)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976F8D; }

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

This text font color is #976F8D.


Background Color

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

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

This div background color is #976F8D.


Border color

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

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

This div border color is #976F8D.


Opacity

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

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

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

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

This text has shadow with #976F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976F8D on black background.


Color preview on white background

This text has color #976F8D on white background.



Black color preview on #976F8D background

This text has black color on #976F8D background.


White color preview on #976F8D background

This text has white color on #976F8D background.