COLOR #96858B

HEX: #96858B RGB: (150,133,139)

Color info

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

RGB color model

#96858B color RGB value is (150,133,139).

RGB: (150,133,139) (59%, 52%, 55%)

RGB channels and saturation

R 150 of 255 = 59%
G 133 of 255 = 52%
B 139 of 255 = 55%

150
133
139

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

Portions of RGB colors in percentages

R + G + B = 150 + 133 + 139 = 422 (100%)
R 150 of 422 ~ 35.55%
G 133 of 422 ~ 31.52%
B 139 of 422 ~ 32.94'%

%35.55
%31.52
%32.94

CMYK color model

#96858B color CMYK value is (0,11,7,41).

  • cyan value is 0.00%
  • magenta value is 11.33%
  • yellow value is 7.33%
  • key color value is 41.18%

CMYK: (0,11,7,41)
C0M11Y7K41 (0%, 11%, 7%, 41%)
(0.00 / 0.11 / 0.07 / 0.41)

CMYK percentages

%0
%11.33
%7.33
%41.18

Codes

Color #96858B in popluar color models

96 85 8B
RGB 150 133 139
HSL 339° 7.49% 55.49%
HSB/HSV 339° 11.33% 58.82%
CMYK 0.00% 11.33% 7.33%
41.18%

Color #96858B in popluar number systems.

HEX 96 85 8B
Decimal 150 133 139
Binary 10010110 10000101 10001011
Octal 226 205 213

Shades and tints

Shades of #96858B

#96858B
(150,133,139)
#89797F
(137,121,127)
#7C6D73
(124,109,115)
#6F6167
(111,97,103)
#62555B
(98,85,91)
#55494F
(85,73,79)
#483D43
(72,61,67)
#3B3137
(59,49,55)
#2E252B
(46,37,43)
#21191F
(33,25,31)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #96858B

#96858B
(150,133,139)
#9F9095
(159,144,149)
#A89B9F
(168,155,159)
#B1A6A9
(177,166,169)
#BAB1B3
(186,177,179)
#C3BCBD
(195,188,189)
#CCC7C7
(204,199,199)
#D5D2D1
(213,210,209)
#DEDDDB
(222,221,219)
#E7E8E5
(231,232,229)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96858B; }

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

This text font color is #96858B.

Background Color

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

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

This div background color is #96858B.

Border color

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

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

This div border color is #96858B.

Opacity

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

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

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

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

This text has shadow with #96858B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96858B.

Preview

Color preview on black background

This text has color #96858B on black background.


Color preview on white background

This text has color #96858B on white background.


Black color preview on #96858B background

This text has black color on #96858B background.


White color preview on #96858B background

This text has white color on #96858B background.


Related colors

Complementary color

Complementary color for #hex is #697A74.


I love getcolorcode.com

Triadic colors

1 #8B9685 and #858B96 with #96858B are triadic colors.

2 #8B8596 and #85968B with #96858B are triadic colors.