COLOR #968D8D

HEX: #968D8D
RGB: (150,141,141)

Color info

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

RGB color model

#968D8D color RGB value is (150,141,141).

  • red value is 150;
  • green value is 141;
  • blue value is 141.
RGB:
(150,141,141)
(59%,55%,55%)

RGB channels and saturation

R 150 of 255 = 59%
G 141 of 255 = 55%
B 141 of 255 = 55%

150
141
141

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

Portions of RGB colors in percentages

R + G + B =
150 + 141 + 141 = 432 (100%)
R 150 of 432 ~ 34.72%
G 141 of 432 ~ 32.64%
B 141 of 432 ~ 32.64%

%34.72
%32.64
%32.64

CMYK color model

#968D8D color CMYK value is (0,6,6,41).

  • cyan value is 0.00%
  • magenta value is 6.00%
  • yellow value is 6.00%
  • key color value is 41.18%
CMYK:
(0,6,6,41)
C0M6Y6K41 
(0%,6%,6%,41%)
(0.00/0.06/0.06/0.41)	

CMYK percentages

%0
%6
%6
%41.18

Codes

Color #968D8D in popluar color models

968D8D
RGB150141141
HSL4.11%57.06%
HSB/HSV6.00%58.82%
CMYK0.00%6.00%6.00%
41.18%

Color #968D8D in popluar number systems.

HEX968D8D
Decimal150141141
Binary100101101000110110001101
Octal226215215

Shades and tints

Shades of #968D8D

#968D8D
(150,141,141)
#898181
(137,129,129)
#7C7575
(124,117,117)
#6F6969
(111,105,105)
#625D5D
(98,93,93)
#555151
(85,81,81)
#484545
(72,69,69)
#3B3939
(59,57,57)
#2E2D2D
(46,45,45)
#212121
(33,33,33)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #968D8D

#968D8D
(150,141,141)
#9F9797
(159,151,151)
#A8A1A1
(168,161,161)
#B1ABAB
(177,171,171)
#BAB5B5
(186,181,181)
#C3BFBF
(195,191,191)
#CCC9C9
(204,201,201)
#D5D3D3
(213,211,211)
#DEDDDD
(222,221,221)
#E7E7E7
(231,231,231)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968D8D; }

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

This text font color is #968D8D.


Background Color

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

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

This div background color is #968D8D.


Border color

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

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

This div border color is #968D8D.


Opacity

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

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

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

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

This text has shadow with #968D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968D8D on black background.


Color preview on white background

This text has color #968D8D on white background.



Black color preview on #968D8D background

This text has black color on #968D8D background.


White color preview on #968D8D background

This text has white color on #968D8D background.