COLOR #976A9F

HEX: #976A9F
RGB: (151,106,159)

Color info

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

RGB color model

#976A9F color RGB value is (151,106,159).

  • red value is 151;
  • green value is 106;
  • blue value is 159.
RGB:
(151,106,159)
(59%,42%,62%)

RGB channels and saturation

R 151 of 255 = 59%
G 106 of 255 = 42%
B 159 of 255 = 62%

151
106
159

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

Portions of RGB colors in percentages

R + G + B =
151 + 106 + 159 = 416 (100%)
R 151 of 416 ~ 36.3%
G 106 of 416 ~ 25.48%
B 159 of 416 ~ 38.22%

%36.3
%25.48
%38.22

CMYK color model

#976A9F color CMYK value is (5,33,0,38).

  • cyan value is 5.03%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(5,33,0,38)
C5M33Y0K38 
(5%,33%,0%,38%)
(0.05/0.33/0.00/0.38)	

CMYK percentages

%5.03
%33.33
%0
%37.65

Codes

Color #976A9F in popluar color models

976A9F
RGB151106159
HSL291°21.63%51.96%
HSB/HSV291°33.33%62.35%
CMYK5.03%33.33%0.00%
37.65%

Color #976A9F in popluar number systems.

HEX976A9F
Decimal151106159
Binary10010111110101010011111
Octal227152237

Shades and tints

Shades of #976A9F

#976A9F
(151,106,159)
#8A6191
(138,97,145)
#7D5883
(125,88,131)
#704F75
(112,79,117)
#634667
(99,70,103)
#563D59
(86,61,89)
#49344B
(73,52,75)
#3C2B3D
(60,43,61)
#2F222F
(47,34,47)
#221921
(34,25,33)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #976A9F

#976A9F
(151,106,159)
#A077A7
(160,119,167)
#A984AF
(169,132,175)
#B291B7
(178,145,183)
#BB9EBF
(187,158,191)
#C4ABC7
(196,171,199)
#CDB8CF
(205,184,207)
#D6C5D7
(214,197,215)
#DFD2DF
(223,210,223)
#E8DFE7
(232,223,231)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976A9F color. Also use rgb(151,106,159) instead hex code.

Text Font Color

.myTextColor { color: #976A9F; }

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

This text font color is #976A9F.


Background Color

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

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

This div background color is #976A9F.


Border color

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

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

This div border color is #976A9F.


Opacity

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

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

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

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

This text has shadow with #976A9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976A9F on black background.


Color preview on white background

This text has color #976A9F on white background.



Black color preview on #976A9F background

This text has black color on #976A9F background.


White color preview on #976A9F background

This text has white color on #976A9F background.