COLOR #968F8E

HEX: #968F8E
RGB: (150,143,142)

Color info

#968F8E contains red, green and blue colors in about the same proportion. Web safe color of #968F8E is #999999 (or #999).

RGB color model

#968F8E color RGB value is (150,143,142).

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

RGB channels and saturation

R 150 of 255 = 59%
G 143 of 255 = 56%
B 142 of 255 = 56%

150
143
142

R + G + B ~ 57%. #968F8E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 143 + 142 = 435 (100%)
R 150 of 435 ~ 34.48%
G 143 of 435 ~ 32.87%
B 142 of 435 ~ 32.64%

%34.48
%32.87
%32.64

CMYK color model

#968F8E color CMYK value is (0,5,5,41).

  • cyan value is 0.00%
  • magenta value is 4.67%
  • yellow value is 5.33%
  • key color value is 41.18%
CMYK:
(0,5,5,41)
C0M5Y5K41 
(0%,5%,5%,41%)
(0.00/0.05/0.05/0.41)	

CMYK percentages

%0
%4.67
%5.33
%41.18

Codes

Color #968F8E in popluar color models

968F8E
RGB150143142
HSL3.67%57.25%
HSB/HSV5.33%58.82%
CMYK0.00%4.67%5.33%
41.18%

Color #968F8E in popluar number systems.

HEX968F8E
Decimal150143142
Binary100101101000111110001110
Octal226217216

Shades and tints

Shades of #968F8E

#968F8E
(150,143,142)
#898282
(137,130,130)
#7C7576
(124,117,118)
#6F686A
(111,104,106)
#625B5E
(98,91,94)
#554E52
(85,78,82)
#484146
(72,65,70)
#3B343A
(59,52,58)
#2E272E
(46,39,46)
#211A22
(33,26,34)
#140D16
(20,13,22)
#000000
(0,0,0)

Tints of #968F8E

#968F8E
(150,143,142)
#9F9998
(159,153,152)
#A8A3A2
(168,163,162)
#B1ADAC
(177,173,172)
#BAB7B6
(186,183,182)
#C3C1C0
(195,193,192)
#CCCBCA
(204,203,202)
#D5D5D4
(213,213,212)
#DEDFDE
(222,223,222)
#E7E9E8
(231,233,232)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968F8E color. Also use rgb(150,143,142) instead hex code.

Text Font Color

.myTextColor { color: #968F8E; }

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

This text font color is #968F8E.


Background Color

.myBgColor { background-color: #968F8E; }

<div style="background-color:#968F8E">Inner text</div>

This div background color is #968F8E.


Border color

.myBorderColor { border: 1px solid #968F8E; }

<div style="border:3px solid #968F8E">Div</div>

This div border color is #968F8E.


Opacity

.myOpacity80 { color: #968F8E; opacity: 0.8; }

<p style="color:#968F8E;opacity:0.8;">80%</p>

Text with #968F8E 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 #968F8E;}

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

This text has shadow with #968F8E color.

.textShadow {text-shadow: 3px 3px 1px #968F8E, 3px 3px 1px red;}

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

This text has shadow with #968F8E primary color and red secondary color.


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

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

This text has shadow with #968F8E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968F8E on black background.


Color preview on white background

This text has color #968F8E on white background.



Black color preview on #968F8E background

This text has black color on #968F8E background.


White color preview on #968F8E background

This text has white color on #968F8E background.