COLOR #96858A

HEX: #96858A
RGB: (150,133,138)

Color info

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

RGB color model

#96858A color RGB value is (150,133,138).

  • red value is 150;
  • green value is 133;
  • blue value is 138.
RGB:
(150,133,138)
(59%,52%,54%)

RGB channels and saturation

R 150 of 255 = 59%
G 133 of 255 = 52%
B 138 of 255 = 54%

150
133
138

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

Portions of RGB colors in percentages

R + G + B =
150 + 133 + 138 = 421 (100%)
R 150 of 421 ~ 35.63%
G 133 of 421 ~ 31.59%
B 138 of 421 ~ 32.78%

%35.63
%31.59
%32.78

CMYK color model

#96858A color CMYK value is (0,11,8,41).

  • cyan value is 0.00%
  • magenta value is 11.33%
  • yellow value is 8.00%
  • key color value is 41.18%
CMYK:
(0,11,8,41)
C0M11Y8K41 
(0%,11%,8%,41%)
(0.00/0.11/0.08/0.41)	

CMYK percentages

%0
%11.33
%8
%41.18

Codes

Color #96858A in popluar color models

96858A
RGB150133138
HSL342°7.49%55.49%
HSB/HSV342°11.33%58.82%
CMYK0.00%11.33%8.00%
41.18%

Color #96858A in popluar number systems.

HEX96858A
Decimal150133138
Binary100101101000010110001010
Octal226205212

Shades and tints

Shades of #96858A

#96858A
(150,133,138)
#89797E
(137,121,126)
#7C6D72
(124,109,114)
#6F6166
(111,97,102)
#62555A
(98,85,90)
#55494E
(85,73,78)
#483D42
(72,61,66)
#3B3136
(59,49,54)
#2E252A
(46,37,42)
#21191E
(33,25,30)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #96858A

#96858A
(150,133,138)
#9F9094
(159,144,148)
#A89B9E
(168,155,158)
#B1A6A8
(177,166,168)
#BAB1B2
(186,177,178)
#C3BCBC
(195,188,188)
#CCC7C6
(204,199,198)
#D5D2D0
(213,210,208)
#DEDDDA
(222,221,218)
#E7E8E4
(231,232,228)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96858A color. Also use rgb(150,133,138) instead hex code.

Text Font Color

.myTextColor { color: #96858A; }

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

This text font color is #96858A.


Background Color

.myBgColor { background-color: #96858A; }

<div style="background-color:#96858A">Inner text</div>

This div background color is #96858A.


Border color

.myBorderColor { border: 1px solid #96858A; }

<div style="border:3px solid #96858A">Div</div>

This div border color is #96858A.


Opacity

.myOpacity80 { color: #96858A; opacity: 0.8; }

<p style="color:#96858A;opacity:0.8;">80%</p>

Text with #96858A 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 #96858A;}

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

This text has shadow with #96858A color.

.textShadow {text-shadow: 3px 3px 1px #96858A, 3px 3px 1px red;}

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

This text has shadow with #96858A primary color and red secondary color.


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

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

This text has shadow with #96858A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96858A on black background.


Color preview on white background

This text has color #96858A on white background.



Black color preview on #96858A background

This text has black color on #96858A background.


White color preview on #96858A background

This text has white color on #96858A background.