COLOR #976E85

HEX: #976E85
RGB: (151,110,133)

Color info

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

RGB color model

#976E85 color RGB value is (151,110,133).

  • red value is 151;
  • green value is 110;
  • blue value is 133.
RGB:
(151,110,133)
(59%,43%,52%)

RGB channels and saturation

R 151 of 255 = 59%
G 110 of 255 = 43%
B 133 of 255 = 52%

151
110
133

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

Portions of RGB colors in percentages

R + G + B =
151 + 110 + 133 = 394 (100%)
R 151 of 394 ~ 38.32%
G 110 of 394 ~ 27.92%
B 133 of 394 ~ 33.76%

%38.32
%27.92
%33.76

CMYK color model

#976E85 color CMYK value is (0,27,12,41).

  • cyan value is 0.00%
  • magenta value is 27.15%
  • yellow value is 11.92%
  • key color value is 40.78%
CMYK:
(0,27,12,41)
C0M27Y12K41 
(0%,27%,12%,41%)
(0.00/0.27/0.12/0.41)	

CMYK percentages

%0
%27.15
%11.92
%40.78

Codes

Color #976E85 in popluar color models

976E85
RGB151110133
HSL326°16.47%51.18%
HSB/HSV326°27.15%59.22%
CMYK0.00%27.15%11.92%
40.78%

Color #976E85 in popluar number systems.

HEX976E85
Decimal151110133
Binary10010111110111010000101
Octal227156205

Shades and tints

Shades of #976E85

#976E85
(151,110,133)
#8A6479
(138,100,121)
#7D5A6D
(125,90,109)
#705061
(112,80,97)
#634655
(99,70,85)
#563C49
(86,60,73)
#49323D
(73,50,61)
#3C2831
(60,40,49)
#2F1E25
(47,30,37)
#221419
(34,20,25)
#150A0D
(21,10,13)
#000000
(0,0,0)

Tints of #976E85

#976E85
(151,110,133)
#A07B90
(160,123,144)
#A9889B
(169,136,155)
#B295A6
(178,149,166)
#BBA2B1
(187,162,177)
#C4AFBC
(196,175,188)
#CDBCC7
(205,188,199)
#D6C9D2
(214,201,210)
#DFD6DD
(223,214,221)
#E8E3E8
(232,227,232)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976E85 color. Also use rgb(151,110,133) instead hex code.

Text Font Color

.myTextColor { color: #976E85; }

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

This text font color is #976E85.


Background Color

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

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

This div background color is #976E85.


Border color

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

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

This div border color is #976E85.


Opacity

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

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

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

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

This text has shadow with #976E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976E85 on black background.


Color preview on white background

This text has color #976E85 on white background.



Black color preview on #976E85 background

This text has black color on #976E85 background.


White color preview on #976E85 background

This text has white color on #976E85 background.