COLOR #967F7E

HEX: #967F7E
RGB: (150,127,126)

Color info

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

RGB color model

#967F7E color RGB value is (150,127,126).

  • red value is 150;
  • green value is 127;
  • blue value is 126.
RGB:
(150,127,126)
(59%,50%,49%)

RGB channels and saturation

R 150 of 255 = 59%
G 127 of 255 = 50%
B 126 of 255 = 49%

150
127
126

R + G + B ~ 53%. #967F7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 127 + 126 = 403 (100%)
R 150 of 403 ~ 37.22%
G 127 of 403 ~ 31.51%
B 126 of 403 ~ 31.27%

%37.22
%31.51
%31.27

CMYK color model

#967F7E color CMYK value is (0,15,16,41).

  • cyan value is 0.00%
  • magenta value is 15.33%
  • yellow value is 16.00%
  • key color value is 41.18%
CMYK:
(0,15,16,41)
C0M15Y16K41 
(0%,15%,16%,41%)
(0.00/0.15/0.16/0.41)	

CMYK percentages

%0
%15.33
%16
%41.18

Codes

Color #967F7E in popluar color models

967F7E
RGB150127126
HSL10.26%54.12%
HSB/HSV16.00%58.82%
CMYK0.00%15.33%16.00%
41.18%

Color #967F7E in popluar number systems.

HEX967F7E
Decimal150127126
Binary1001011011111111111110
Octal226177176

Shades and tints

Shades of #967F7E

#967F7E
(150,127,126)
#897473
(137,116,115)
#7C6968
(124,105,104)
#6F5E5D
(111,94,93)
#625352
(98,83,82)
#554847
(85,72,71)
#483D3C
(72,61,60)
#3B3231
(59,50,49)
#2E2726
(46,39,38)
#211C1B
(33,28,27)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #967F7E

#967F7E
(150,127,126)
#9F8A89
(159,138,137)
#A89594
(168,149,148)
#B1A09F
(177,160,159)
#BAABAA
(186,171,170)
#C3B6B5
(195,182,181)
#CCC1C0
(204,193,192)
#D5CCCB
(213,204,203)
#DED7D6
(222,215,214)
#E7E2E1
(231,226,225)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967F7E color. Also use rgb(150,127,126) instead hex code.

Text Font Color

.myTextColor { color: #967F7E; }

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

This text font color is #967F7E.


Background Color

.myBgColor { background-color: #967F7E; }

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

This div background color is #967F7E.


Border color

.myBorderColor { border: 1px solid #967F7E; }

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

This div border color is #967F7E.


Opacity

.myOpacity80 { color: #967F7E; opacity: 0.8; }

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

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

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

This text has shadow with #967F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967F7E on black background.


Color preview on white background

This text has color #967F7E on white background.



Black color preview on #967F7E background

This text has black color on #967F7E background.


White color preview on #967F7E background

This text has white color on #967F7E background.