COLOR #976CA5

HEX: #976CA5
RGB: (151,108,165)

Color info

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

RGB color model

#976CA5 color RGB value is (151,108,165).

  • red value is 151;
  • green value is 108;
  • blue value is 165.
RGB:
(151,108,165)
(59%,42%,65%)

RGB channels and saturation

R 151 of 255 = 59%
G 108 of 255 = 42%
B 165 of 255 = 65%

151
108
165

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

Portions of RGB colors in percentages

R + G + B =
151 + 108 + 165 = 424 (100%)
R 151 of 424 ~ 35.61%
G 108 of 424 ~ 25.47%
B 165 of 424 ~ 38.92%

%35.61
%25.47
%38.92

CMYK color model

#976CA5 color CMYK value is (8,35,0,35).

  • cyan value is 8.48%
  • magenta value is 34.55%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(8,35,0,35)
C8M35Y0K35 
(8%,35%,0%,35%)
(0.08/0.35/0.00/0.35)	

CMYK percentages

%8.48
%34.55
%0
%35.29

Codes

Color #976CA5 in popluar color models

976CA5
RGB151108165
HSL285°24.05%53.53%
HSB/HSV285°34.55%64.71%
CMYK8.48%34.55%0.00%
35.29%

Color #976CA5 in popluar number systems.

HEX976CA5
Decimal151108165
Binary10010111110110010100101
Octal227154245

Shades and tints

Shades of #976CA5

#976CA5
(151,108,165)
#8A6396
(138,99,150)
#7D5A87
(125,90,135)
#705178
(112,81,120)
#634869
(99,72,105)
#563F5A
(86,63,90)
#49364B
(73,54,75)
#3C2D3C
(60,45,60)
#2F242D
(47,36,45)
#221B1E
(34,27,30)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #976CA5

#976CA5
(151,108,165)
#A079AD
(160,121,173)
#A986B5
(169,134,181)
#B293BD
(178,147,189)
#BBA0C5
(187,160,197)
#C4ADCD
(196,173,205)
#CDBAD5
(205,186,213)
#D6C7DD
(214,199,221)
#DFD4E5
(223,212,229)
#E8E1ED
(232,225,237)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976CA5; }

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

This text font color is #976CA5.


Background Color

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

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

This div background color is #976CA5.


Border color

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

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

This div border color is #976CA5.


Opacity

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

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

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

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

This text has shadow with #976CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976CA5 on black background.


Color preview on white background

This text has color #976CA5 on white background.



Black color preview on #976CA5 background

This text has black color on #976CA5 background.


White color preview on #976CA5 background

This text has white color on #976CA5 background.