COLOR #976E7B

HEX: #976E7B
RGB: (151,110,123)

Color info

#976E7B contains red, green and blue colors in about the same proportion. Web safe color of #976E7B is #996666 (or #966).

RGB color model

#976E7B color RGB value is (151,110,123).

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

RGB channels and saturation

R 151 of 255 = 59%
G 110 of 255 = 43%
B 123 of 255 = 48%

151
110
123

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

Portions of RGB colors in percentages

R + G + B =
151 + 110 + 123 = 384 (100%)
R 151 of 384 ~ 39.32%
G 110 of 384 ~ 28.65%
B 123 of 384 ~ 32.03%

%39.32
%28.65
%32.03

CMYK color model

#976E7B color CMYK value is (0,27,19,41).

  • cyan value is 0.00%
  • magenta value is 27.15%
  • yellow value is 18.54%
  • key color value is 40.78%
CMYK:
(0,27,19,41)
C0M27Y19K41 
(0%,27%,19%,41%)
(0.00/0.27/0.19/0.41)	

CMYK percentages

%0
%27.15
%18.54
%40.78

Codes

Color #976E7B in popluar color models

976E7B
RGB151110123
HSL341°16.47%51.18%
HSB/HSV341°27.15%59.22%
CMYK0.00%27.15%18.54%
40.78%

Color #976E7B in popluar number systems.

HEX976E7B
Decimal151110123
Binary1001011111011101111011
Octal227156173

Shades and tints

Shades of #976E7B

#976E7B
(151,110,123)
#8A6470
(138,100,112)
#7D5A65
(125,90,101)
#70505A
(112,80,90)
#63464F
(99,70,79)
#563C44
(86,60,68)
#493239
(73,50,57)
#3C282E
(60,40,46)
#2F1E23
(47,30,35)
#221418
(34,20,24)
#150A0D
(21,10,13)
#000000
(0,0,0)

Tints of #976E7B

#976E7B
(151,110,123)
#A07B87
(160,123,135)
#A98893
(169,136,147)
#B2959F
(178,149,159)
#BBA2AB
(187,162,171)
#C4AFB7
(196,175,183)
#CDBCC3
(205,188,195)
#D6C9CF
(214,201,207)
#DFD6DB
(223,214,219)
#E8E3E7
(232,227,231)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976E7B; }

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

This text font color is #976E7B.


Background Color

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

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

This div background color is #976E7B.


Border color

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

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

This div border color is #976E7B.


Opacity

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

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

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

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

This text has shadow with #976E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976E7B on black background.


Color preview on white background

This text has color #976E7B on white background.



Black color preview on #976E7B background

This text has black color on #976E7B background.


White color preview on #976E7B background

This text has white color on #976E7B background.