COLOR #96858E

HEX: #96858E RGB: (150,133,142)

Color info

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

RGB color model

#96858E color RGB value is (150,133,142).

RGB: (150,133,142) (59%, 52%, 56%)

RGB channels and saturation

R 150 of 255 = 59%
G 133 of 255 = 52%
B 142 of 255 = 56%

150
133
142

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

Portions of RGB colors in percentages

R + G + B = 150 + 133 + 142 = 425 (100%)
R 150 of 425 ~ 35.29%
G 133 of 425 ~ 31.29%
B 142 of 425 ~ 33.41'%

%35.29
%31.29
%33.41

CMYK color model

#96858E color CMYK value is (0,11,5,41).

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

CMYK: (0,11,5,41)
C0M11Y5K41 (0%, 11%, 5%, 41%)
(0.00 / 0.11 / 0.05 / 0.41)

CMYK percentages

%0
%11.33
%5.33
%41.18

Codes

Color #96858E in popluar color models

96 85 8E
RGB 150 133 142
HSL 328° 7.49% 55.49%
HSB/HSV 328° 11.33% 58.82%
CMYK 0.00% 11.33% 5.33%
41.18%

Color #96858E in popluar number systems.

HEX 96 85 8E
Decimal 150 133 142
Binary 10010110 10000101 10001110
Octal 226 205 216

Shades and tints

Shades of #96858E

#96858E
(150,133,142)
#897982
(137,121,130)
#7C6D76
(124,109,118)
#6F616A
(111,97,106)
#62555E
(98,85,94)
#554952
(85,73,82)
#483D46
(72,61,70)
#3B313A
(59,49,58)
#2E252E
(46,37,46)
#211922
(33,25,34)
#140D16
(20,13,22)
#000000
(0,0,0)

Tints of #96858E

#96858E
(150,133,142)
#9F9098
(159,144,152)
#A89BA2
(168,155,162)
#B1A6AC
(177,166,172)
#BAB1B6
(186,177,182)
#C3BCC0
(195,188,192)
#CCC7CA
(204,199,202)
#D5D2D4
(213,210,212)
#DEDDDE
(222,221,222)
#E7E8E8
(231,232,232)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96858E; }

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

This text font color is #96858E.

Background Color

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

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

This div background color is #96858E.

Border color

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

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

This div border color is #96858E.

Opacity

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

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

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

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

This text has shadow with #96858E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96858E.

Preview

Color preview on black background

This text has color #96858E on black background.


Color preview on white background

This text has color #96858E on white background.


Black color preview on #96858E background

This text has black color on #96858E background.


White color preview on #96858E background

This text has white color on #96858E background.


Related colors

Complementary color

Complementary color for #hex is #697A71.


I love getcolorcode.com

Triadic colors

1 #8E9685 and #858E96 with #96858E are triadic colors.

2 #8E8596 and #85968E with #96858E are triadic colors.