COLOR #976FAC

HEX: #976FAC
RGB: (151,111,172)

Color info

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

RGB color model

#976FAC color RGB value is (151,111,172).

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

RGB channels and saturation

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

151
111
172

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

Portions of RGB colors in percentages

R + G + B =
151 + 111 + 172 = 434 (100%)
R 151 of 434 ~ 34.79%
G 111 of 434 ~ 25.58%
B 172 of 434 ~ 39.63%

%34.79
%25.58
%39.63

CMYK color model

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

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

CMYK percentages

%12.21
%35.47
%0
%32.55

Codes

Color #976FAC in popluar color models

976FAC
RGB151111172
HSL279°26.87%55.49%
HSB/HSV279°35.47%67.45%
CMYK12.21%35.47%0.00%
32.55%

Color #976FAC in popluar number systems.

HEX976FAC
Decimal151111172
Binary10010111110111110101100
Octal227157254

Shades and tints

Shades of #976FAC

#976FAC
(151,111,172)
#8A659D
(138,101,157)
#7D5B8E
(125,91,142)
#70517F
(112,81,127)
#634770
(99,71,112)
#563D61
(86,61,97)
#493352
(73,51,82)
#3C2943
(60,41,67)
#2F1F34
(47,31,52)
#221525
(34,21,37)
#150B16
(21,11,22)
#000000
(0,0,0)

Tints of #976FAC

#976FAC
(151,111,172)
#A07CB3
(160,124,179)
#A989BA
(169,137,186)
#B296C1
(178,150,193)
#BBA3C8
(187,163,200)
#C4B0CF
(196,176,207)
#CDBDD6
(205,189,214)
#D6CADD
(214,202,221)
#DFD7E4
(223,215,228)
#E8E4EB
(232,228,235)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976FAC; }

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

This text font color is #976FAC.


Background Color

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

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

This div background color is #976FAC.


Border color

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

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

This div border color is #976FAC.


Opacity

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

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

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

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

This text has shadow with #976FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976FAC on black background.


Color preview on white background

This text has color #976FAC on white background.



Black color preview on #976FAC background

This text has black color on #976FAC background.


White color preview on #976FAC background

This text has white color on #976FAC background.