COLOR #976FAB

HEX: #976FAB
RGB: (151,111,171)

Color info

#976FAB contains mainly red and blue colors. Web safe color of #976FAB is #996699 (or #969).

RGB color model

#976FAB color RGB value is (151,111,171).

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

RGB channels and saturation

R 151 of 255 = 59%
G 111 of 255 = 44%
B 171 of 255 = 67%

151
111
171

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

Portions of RGB colors in percentages

R + G + B =
151 + 111 + 171 = 433 (100%)
R 151 of 433 ~ 34.87%
G 111 of 433 ~ 25.64%
B 171 of 433 ~ 39.49%

%34.87
%25.64
%39.49

CMYK color model

#976FAB color CMYK value is (12,35,0,33).

  • cyan value is 11.70%
  • magenta value is 35.09%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(12,35,0,33)
C12M35Y0K33 
(12%,35%,0%,33%)
(0.12/0.35/0.00/0.33)	

CMYK percentages

%11.7
%35.09
%0
%32.94

Codes

Color #976FAB in popluar color models

976FAB
RGB151111171
HSL280°26.32%55.29%
HSB/HSV280°35.09%67.06%
CMYK11.70%35.09%0.00%
32.94%

Color #976FAB in popluar number systems.

HEX976FAB
Decimal151111171
Binary10010111110111110101011
Octal227157253

Shades and tints

Shades of #976FAB

#976FAB
(151,111,171)
#8A659C
(138,101,156)
#7D5B8D
(125,91,141)
#70517E
(112,81,126)
#63476F
(99,71,111)
#563D60
(86,61,96)
#493351
(73,51,81)
#3C2942
(60,41,66)
#2F1F33
(47,31,51)
#221524
(34,21,36)
#150B15
(21,11,21)
#000000
(0,0,0)

Tints of #976FAB

#976FAB
(151,111,171)
#A07CB2
(160,124,178)
#A989B9
(169,137,185)
#B296C0
(178,150,192)
#BBA3C7
(187,163,199)
#C4B0CE
(196,176,206)
#CDBDD5
(205,189,213)
#D6CADC
(214,202,220)
#DFD7E3
(223,215,227)
#E8E4EA
(232,228,234)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976FAB; }

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

This text font color is #976FAB.


Background Color

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

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

This div background color is #976FAB.


Border color

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

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

This div border color is #976FAB.


Opacity

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

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

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

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

This text has shadow with #976FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976FAB on black background.


Color preview on white background

This text has color #976FAB on white background.



Black color preview on #976FAB background

This text has black color on #976FAB background.


White color preview on #976FAB background

This text has white color on #976FAB background.