COLOR #967F8F

HEX: #967F8F
RGB: (150,127,143)

Color info

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

RGB color model

#967F8F color RGB value is (150,127,143).

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

RGB channels and saturation

R 150 of 255 = 59%
G 127 of 255 = 50%
B 143 of 255 = 56%

150
127
143

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

Portions of RGB colors in percentages

R + G + B =
150 + 127 + 143 = 420 (100%)
R 150 of 420 ~ 35.71%
G 127 of 420 ~ 30.24%
B 143 of 420 ~ 34.05%

%35.71
%30.24
%34.05

CMYK color model

#967F8F color CMYK value is (0,15,5,41).

  • cyan value is 0.00%
  • magenta value is 15.33%
  • yellow value is 4.67%
  • key color value is 41.18%
CMYK:
(0,15,5,41)
C0M15Y5K41 
(0%,15%,5%,41%)
(0.00/0.15/0.05/0.41)	

CMYK percentages

%0
%15.33
%4.67
%41.18

Codes

Color #967F8F in popluar color models

967F8F
RGB150127143
HSL318°9.87%54.31%
HSB/HSV318°15.33%58.82%
CMYK0.00%15.33%4.67%
41.18%

Color #967F8F in popluar number systems.

HEX967F8F
Decimal150127143
Binary10010110111111110001111
Octal226177217

Shades and tints

Shades of #967F8F

#967F8F
(150,127,143)
#897482
(137,116,130)
#7C6975
(124,105,117)
#6F5E68
(111,94,104)
#62535B
(98,83,91)
#55484E
(85,72,78)
#483D41
(72,61,65)
#3B3234
(59,50,52)
#2E2727
(46,39,39)
#211C1A
(33,28,26)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #967F8F

#967F8F
(150,127,143)
#9F8A99
(159,138,153)
#A895A3
(168,149,163)
#B1A0AD
(177,160,173)
#BAABB7
(186,171,183)
#C3B6C1
(195,182,193)
#CCC1CB
(204,193,203)
#D5CCD5
(213,204,213)
#DED7DF
(222,215,223)
#E7E2E9
(231,226,233)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967F8F; }

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

This text font color is #967F8F.


Background Color

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

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

This div background color is #967F8F.


Border color

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

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

This div border color is #967F8F.


Opacity

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

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

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

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

This text has shadow with #967F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967F8F on black background.


Color preview on white background

This text has color #967F8F on white background.



Black color preview on #967F8F background

This text has black color on #967F8F background.


White color preview on #967F8F background

This text has white color on #967F8F background.