COLOR #976786

HEX: #976786
RGB: (151,103,134)

Color info

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

RGB color model

#976786 color RGB value is (151,103,134).

  • red value is 151;
  • green value is 103;
  • blue value is 134.
RGB:
(151,103,134)
(59%,40%,53%)

RGB channels and saturation

R 151 of 255 = 59%
G 103 of 255 = 40%
B 134 of 255 = 53%

151
103
134

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

Portions of RGB colors in percentages

R + G + B =
151 + 103 + 134 = 388 (100%)
R 151 of 388 ~ 38.92%
G 103 of 388 ~ 26.55%
B 134 of 388 ~ 34.54%

%38.92
%26.55
%34.54

CMYK color model

#976786 color CMYK value is (0,32,11,41).

  • cyan value is 0.00%
  • magenta value is 31.79%
  • yellow value is 11.26%
  • key color value is 40.78%
CMYK:
(0,32,11,41)
C0M32Y11K41 
(0%,32%,11%,41%)
(0.00/0.32/0.11/0.41)	

CMYK percentages

%0
%31.79
%11.26
%40.78

Codes

Color #976786 in popluar color models

976786
RGB151103134
HSL321°18.90%49.80%
HSB/HSV321°31.79%59.22%
CMYK0.00%31.79%11.26%
40.78%

Color #976786 in popluar number systems.

HEX976786
Decimal151103134
Binary10010111110011110000110
Octal227147206

Shades and tints

Shades of #976786

#976786
(151,103,134)
#8A5E7A
(138,94,122)
#7D556E
(125,85,110)
#704C62
(112,76,98)
#634356
(99,67,86)
#563A4A
(86,58,74)
#49313E
(73,49,62)
#3C2832
(60,40,50)
#2F1F26
(47,31,38)
#22161A
(34,22,26)
#150D0E
(21,13,14)
#000000
(0,0,0)

Tints of #976786

#976786
(151,103,134)
#A07491
(160,116,145)
#A9819C
(169,129,156)
#B28EA7
(178,142,167)
#BB9BB2
(187,155,178)
#C4A8BD
(196,168,189)
#CDB5C8
(205,181,200)
#D6C2D3
(214,194,211)
#DFCFDE
(223,207,222)
#E8DCE9
(232,220,233)
#F1E9F4
(241,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976786 color. Also use rgb(151,103,134) instead hex code.

Text Font Color

.myTextColor { color: #976786; }

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

This text font color is #976786.


Background Color

.myBgColor { background-color: #976786; }

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

This div background color is #976786.


Border color

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

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

This div border color is #976786.


Opacity

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

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

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

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

This text has shadow with #976786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976786 on black background.


Color preview on white background

This text has color #976786 on white background.



Black color preview on #976786 background

This text has black color on #976786 background.


White color preview on #976786 background

This text has white color on #976786 background.