COLOR #96868D

HEX: #96868D
RGB: (150,134,141)

Color info

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

RGB color model

#96868D color RGB value is (150,134,141).

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

RGB channels and saturation

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

150
134
141

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

Portions of RGB colors in percentages

R + G + B =
150 + 134 + 141 = 425 (100%)
R 150 of 425 ~ 35.29%
G 134 of 425 ~ 31.53%
B 141 of 425 ~ 33.18%

%35.29
%31.53
%33.18

CMYK color model

#96868D color CMYK value is (0,11,6,41).

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

CMYK percentages

%0
%10.67
%6
%41.18

Codes

Color #96868D in popluar color models

96868D
RGB150134141
HSL334°7.08%55.69%
HSB/HSV334°10.67%58.82%
CMYK0.00%10.67%6.00%
41.18%

Color #96868D in popluar number systems.

HEX96868D
Decimal150134141
Binary100101101000011010001101
Octal226206215

Shades and tints

Shades of #96868D

#96868D
(150,134,141)
#897A81
(137,122,129)
#7C6E75
(124,110,117)
#6F6269
(111,98,105)
#62565D
(98,86,93)
#554A51
(85,74,81)
#483E45
(72,62,69)
#3B3239
(59,50,57)
#2E262D
(46,38,45)
#211A21
(33,26,33)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #96868D

#96868D
(150,134,141)
#9F9197
(159,145,151)
#A89CA1
(168,156,161)
#B1A7AB
(177,167,171)
#BAB2B5
(186,178,181)
#C3BDBF
(195,189,191)
#CCC8C9
(204,200,201)
#D5D3D3
(213,211,211)
#DEDEDD
(222,222,221)
#E7E9E7
(231,233,231)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96868D; }

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

This text font color is #96868D.


Background Color

.myBgColor { background-color: #96868D; }

<div style="background-color:#96868D">Inner text</div>

This div background color is #96868D.


Border color

.myBorderColor { border: 1px solid #96868D; }

<div style="border:3px solid #96868D">Div</div>

This div border color is #96868D.


Opacity

.myOpacity80 { color: #96868D; opacity: 0.8; }

<p style="color:#96868D;opacity:0.8;">80%</p>

Text with #96868D 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 #96868D;}

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

This text has shadow with #96868D color.

.textShadow {text-shadow: 3px 3px 1px #96868D, 3px 3px 1px red;}

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

This text has shadow with #96868D primary color and red secondary color.


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

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

This text has shadow with #96868D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96868D on black background.


Color preview on white background

This text has color #96868D on white background.



Black color preview on #96868D background

This text has black color on #96868D background.


White color preview on #96868D background

This text has white color on #96868D background.