COLOR #976E89

HEX: #976E89
RGB: (151,110,137)

Color info

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

RGB color model

#976E89 color RGB value is (151,110,137).

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

RGB channels and saturation

R 151 of 255 = 59%
G 110 of 255 = 43%
B 137 of 255 = 54%

151
110
137

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

Portions of RGB colors in percentages

R + G + B =
151 + 110 + 137 = 398 (100%)
R 151 of 398 ~ 37.94%
G 110 of 398 ~ 27.64%
B 137 of 398 ~ 34.42%

%37.94
%27.64
%34.42

CMYK color model

#976E89 color CMYK value is (0,27,9,41).

  • cyan value is 0.00%
  • magenta value is 27.15%
  • yellow value is 9.27%
  • key color value is 40.78%
CMYK:
(0,27,9,41)
C0M27Y9K41 
(0%,27%,9%,41%)
(0.00/0.27/0.09/0.41)	

CMYK percentages

%0
%27.15
%9.27
%40.78

Codes

Color #976E89 in popluar color models

976E89
RGB151110137
HSL320°16.47%51.18%
HSB/HSV320°27.15%59.22%
CMYK0.00%27.15%9.27%
40.78%

Color #976E89 in popluar number systems.

HEX976E89
Decimal151110137
Binary10010111110111010001001
Octal227156211

Shades and tints

Shades of #976E89

#976E89
(151,110,137)
#8A647D
(138,100,125)
#7D5A71
(125,90,113)
#705065
(112,80,101)
#634659
(99,70,89)
#563C4D
(86,60,77)
#493241
(73,50,65)
#3C2835
(60,40,53)
#2F1E29
(47,30,41)
#22141D
(34,20,29)
#150A11
(21,10,17)
#000000
(0,0,0)

Tints of #976E89

#976E89
(151,110,137)
#A07B93
(160,123,147)
#A9889D
(169,136,157)
#B295A7
(178,149,167)
#BBA2B1
(187,162,177)
#C4AFBB
(196,175,187)
#CDBCC5
(205,188,197)
#D6C9CF
(214,201,207)
#DFD6D9
(223,214,217)
#E8E3E3
(232,227,227)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976E89; }

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

This text font color is #976E89.


Background Color

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

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

This div background color is #976E89.


Border color

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

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

This div border color is #976E89.


Opacity

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

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

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

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

This text has shadow with #976E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976E89 on black background.


Color preview on white background

This text has color #976E89 on white background.



Black color preview on #976E89 background

This text has black color on #976E89 background.


White color preview on #976E89 background

This text has white color on #976E89 background.