COLOR #976CA3

HEX: #976CA3 RGB: (151,108,163)

Color info

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

RGB color model

#976CA3 color RGB value is (151,108,163).

RGB: (151,108,163) (59%, 42%, 64%)

RGB channels and saturation

R 151 of 255 = 59%
G 108 of 255 = 42%
B 163 of 255 = 64%

151
108
163

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

Portions of RGB colors in percentages

R + G + B = 151 + 108 + 163 = 422 (100%)
R 151 of 422 ~ 35.78%
G 108 of 422 ~ 25.59%
B 163 of 422 ~ 38.63'%

%35.78
%25.59
%38.63

CMYK color model

#976CA3 color CMYK value is (7,34,0,36).

  • cyan value is 7.36%
  • magenta value is 33.74%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (7,34,0,36)
C7M34Y0K36 (7%, 34%, 0%, 36%)
(0.07 / 0.34 / 0.00 / 0.36)

CMYK percentages

%7.36
%33.74
%0
%36.08

Codes

Color #976CA3 in popluar color models

97 6C A3
RGB 151 108 163
HSL 287° 23.01% 53.14%
HSB/HSV 287° 33.74% 63.92%
CMYK 7.36% 33.74% 0.00%
36.08%

Color #976CA3 in popluar number systems.

HEX 97 6C A3
Decimal 151 108 163
Binary 10010111 1101100 10100011
Octal 227 154 243

Shades and tints

Shades of #976CA3

#976CA3
(151,108,163)
#8A6395
(138,99,149)
#7D5A87
(125,90,135)
#705179
(112,81,121)
#63486B
(99,72,107)
#563F5D
(86,63,93)
#49364F
(73,54,79)
#3C2D41
(60,45,65)
#2F2433
(47,36,51)
#221B25
(34,27,37)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #976CA3

#976CA3
(151,108,163)
#A079AB
(160,121,171)
#A986B3
(169,134,179)
#B293BB
(178,147,187)
#BBA0C3
(187,160,195)
#C4ADCB
(196,173,203)
#CDBAD3
(205,186,211)
#D6C7DB
(214,199,219)
#DFD4E3
(223,212,227)
#E8E1EB
(232,225,235)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976CA3 color. Also use rgb(151,108,163) instead hex code.

Text Font Color

.myTextColor { color: #976CA3; }

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

This text font color is #976CA3.

Background Color

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

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

This div background color is #976CA3.

Border color

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

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

This div border color is #976CA3.

Opacity

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

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

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

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

This text has shadow with #976CA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #976CA3.

Preview

Color preview on black background

This text has color #976CA3 on black background.


Color preview on white background

This text has color #976CA3 on white background.


Black color preview on #976CA3 background

This text has black color on #976CA3 background.


White color preview on #976CA3 background

This text has white color on #976CA3 background.


Related colors

Complementary color

Complementary color for #hex is #68935C.


I love getcolorcode.com

Triadic colors

1 #A3976C and #6CA397 with #976CA3 are triadic colors.

2 #A36C97 and #6C97A3 with #976CA3 are triadic colors.