COLOR #96858C

HEX: #96858C RGB: (150,133,140)

Color info

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

RGB color model

#96858C color RGB value is (150,133,140).

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

RGB channels and saturation

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

150
133
140

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

Portions of RGB colors in percentages

R + G + B = 150 + 133 + 140 = 423 (100%)
R 150 of 423 ~ 35.46%
G 133 of 423 ~ 31.44%
B 140 of 423 ~ 33.1'%

%35.46
%31.44
%33.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.33%
  • yellow value is 6.67%
  • 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
%6.67
%41.18

Codes

Color #96858C in popluar color models

96 85 8C
RGB 150 133 140
HSL 335° 7.49% 55.49%
HSB/HSV 335° 11.33% 58.82%
CMYK 0.00% 11.33% 6.67%
41.18%

Color #96858C in popluar number systems.

HEX 96 85 8C
Decimal 150 133 140
Binary 10010110 10000101 10001100
Octal 226 205 214

Shades and tints

Shades of #96858C

#96858C
(150,133,140)
#897980
(137,121,128)
#7C6D74
(124,109,116)
#6F6168
(111,97,104)
#62555C
(98,85,92)
#554950
(85,73,80)
#483D44
(72,61,68)
#3B3138
(59,49,56)
#2E252C
(46,37,44)
#211920
(33,25,32)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #96858C

#96858C
(150,133,140)
#9F9096
(159,144,150)
#A89BA0
(168,155,160)
#B1A6AA
(177,166,170)
#BAB1B4
(186,177,180)
#C3BCBE
(195,188,190)
#CCC7C8
(204,199,200)
#D5D2D2
(213,210,210)
#DEDDDC
(222,221,220)
#E7E8E6
(231,232,230)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96858C; }

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

This text font color is #96858C.

Background Color

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

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

This div background color is #96858C.

Border color

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

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

This div border color is #96858C.

Opacity

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

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

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

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

This text has shadow with #96858C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96858C.

Preview

Color preview on black background

This text has color #96858C on black background.


Color preview on white background

This text has color #96858C on white background.


Black color preview on #96858C background

This text has black color on #96858C background.


White color preview on #96858C background

This text has white color on #96858C background.


Related colors

Complementary color

Complementary color for #hex is #697A73.


I love getcolorcode.com

Triadic colors

1 #8C9685 and #858C96 with #96858C are triadic colors.

2 #8C8596 and #85968C with #96858C are triadic colors.