COLOR #976087

HEX: #976087
RGB: (151,96,135)

Color info

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

RGB color model

#976087 color RGB value is (151,96,135).

  • red value is 151;
  • green value is 96;
  • blue value is 135.
RGB:
(151,96,135)
(59%,38%,53%)

RGB channels and saturation

R 151 of 255 = 59%
G 96 of 255 = 38%
B 135 of 255 = 53%

151
96
135

R + G + B ~ 50%. #976087 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 96 + 135 = 382 (100%)
R 151 of 382 ~ 39.53%
G 96 of 382 ~ 25.13%
B 135 of 382 ~ 35.34%

%39.53
%25.13
%35.34

CMYK color model

#976087 color CMYK value is (0,36,11,41).

  • cyan value is 0.00%
  • magenta value is 36.42%
  • yellow value is 10.60%
  • key color value is 40.78%
CMYK:
(0,36,11,41)
C0M36Y11K41 
(0%,36%,11%,41%)
(0.00/0.36/0.11/0.41)	

CMYK percentages

%0
%36.42
%10.6
%40.78

Codes

Color #976087 in popluar color models

976087
RGB15196135
HSL317°22.27%48.43%
HSB/HSV317°36.42%59.22%
CMYK0.00%36.42%10.60%
40.78%

Color #976087 in popluar number systems.

HEX976087
Decimal15196135
Binary10010111110000010000111
Octal227140207

Shades and tints

Shades of #976087

#976087
(151,96,135)
#8A587B
(138,88,123)
#7D506F
(125,80,111)
#704863
(112,72,99)
#634057
(99,64,87)
#56384B
(86,56,75)
#49303F
(73,48,63)
#3C2833
(60,40,51)
#2F2027
(47,32,39)
#22181B
(34,24,27)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #976087

#976087
(151,96,135)
#A06E91
(160,110,145)
#A97C9B
(169,124,155)
#B28AA5
(178,138,165)
#BB98AF
(187,152,175)
#C4A6B9
(196,166,185)
#CDB4C3
(205,180,195)
#D6C2CD
(214,194,205)
#DFD0D7
(223,208,215)
#E8DEE1
(232,222,225)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976087 color. Also use rgb(151,96,135) instead hex code.

Text Font Color

.myTextColor { color: #976087; }

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

This text font color is #976087.


Background Color

.myBgColor { background-color: #976087; }

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

This div background color is #976087.


Border color

.myBorderColor { border: 1px solid #976087; }

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

This div border color is #976087.


Opacity

.myOpacity80 { color: #976087; opacity: 0.8; }

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

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

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

This text has shadow with #976087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976087 on black background.


Color preview on white background

This text has color #976087 on white background.



Black color preview on #976087 background

This text has black color on #976087 background.


White color preview on #976087 background

This text has white color on #976087 background.