COLOR #976F8E

HEX: #976F8E
RGB: (151,111,142)

Color info

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

RGB color model

#976F8E color RGB value is (151,111,142).

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

RGB channels and saturation

R 151 of 255 = 59%
G 111 of 255 = 44%
B 142 of 255 = 56%

151
111
142

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

Portions of RGB colors in percentages

R + G + B =
151 + 111 + 142 = 404 (100%)
R 151 of 404 ~ 37.38%
G 111 of 404 ~ 27.48%
B 142 of 404 ~ 35.15%

%37.38
%27.48
%35.15

CMYK color model

#976F8E color CMYK value is (0,26,6,41).

  • cyan value is 0.00%
  • magenta value is 26.49%
  • yellow value is 5.96%
  • key color value is 40.78%
CMYK:
(0,26,6,41)
C0M26Y6K41 
(0%,26%,6%,41%)
(0.00/0.26/0.06/0.41)	

CMYK percentages

%0
%26.49
%5.96
%40.78

Codes

Color #976F8E in popluar color models

976F8E
RGB151111142
HSL314°16.13%51.37%
HSB/HSV314°26.49%59.22%
CMYK0.00%26.49%5.96%
40.78%

Color #976F8E in popluar number systems.

HEX976F8E
Decimal151111142
Binary10010111110111110001110
Octal227157216

Shades and tints

Shades of #976F8E

#976F8E
(151,111,142)
#8A6582
(138,101,130)
#7D5B76
(125,91,118)
#70516A
(112,81,106)
#63475E
(99,71,94)
#563D52
(86,61,82)
#493346
(73,51,70)
#3C293A
(60,41,58)
#2F1F2E
(47,31,46)
#221522
(34,21,34)
#150B16
(21,11,22)
#000000
(0,0,0)

Tints of #976F8E

#976F8E
(151,111,142)
#A07C98
(160,124,152)
#A989A2
(169,137,162)
#B296AC
(178,150,172)
#BBA3B6
(187,163,182)
#C4B0C0
(196,176,192)
#CDBDCA
(205,189,202)
#D6CAD4
(214,202,212)
#DFD7DE
(223,215,222)
#E8E4E8
(232,228,232)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976F8E; }

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

This text font color is #976F8E.


Background Color

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

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

This div background color is #976F8E.


Border color

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

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

This div border color is #976F8E.


Opacity

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

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

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

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

This text has shadow with #976F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976F8E on black background.


Color preview on white background

This text has color #976F8E on white background.



Black color preview on #976F8E background

This text has black color on #976F8E background.


White color preview on #976F8E background

This text has white color on #976F8E background.