COLOR #96818B

HEX: #96818B
RGB: (150,129,139)

Color info

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

RGB color model

#96818B color RGB value is (150,129,139).

  • red value is 150;
  • green value is 129;
  • blue value is 139.
RGB:
(150,129,139)
(59%,51%,55%)

RGB channels and saturation

R 150 of 255 = 59%
G 129 of 255 = 51%
B 139 of 255 = 55%

150
129
139

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

Portions of RGB colors in percentages

R + G + B =
150 + 129 + 139 = 418 (100%)
R 150 of 418 ~ 35.89%
G 129 of 418 ~ 30.86%
B 139 of 418 ~ 33.25%

%35.89
%30.86
%33.25

CMYK color model

#96818B color CMYK value is (0,14,7,41).

  • cyan value is 0.00%
  • magenta value is 14.00%
  • yellow value is 7.33%
  • key color value is 41.18%
CMYK:
(0,14,7,41)
C0M14Y7K41 
(0%,14%,7%,41%)
(0.00/0.14/0.07/0.41)	

CMYK percentages

%0
%14
%7.33
%41.18

Codes

Color #96818B in popluar color models

96818B
RGB150129139
HSL331°9.09%54.71%
HSB/HSV331°14.00%58.82%
CMYK0.00%14.00%7.33%
41.18%

Color #96818B in popluar number systems.

HEX96818B
Decimal150129139
Binary100101101000000110001011
Octal226201213

Shades and tints

Shades of #96818B

#96818B
(150,129,139)
#89767F
(137,118,127)
#7C6B73
(124,107,115)
#6F6067
(111,96,103)
#62555B
(98,85,91)
#554A4F
(85,74,79)
#483F43
(72,63,67)
#3B3437
(59,52,55)
#2E292B
(46,41,43)
#211E1F
(33,30,31)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #96818B

#96818B
(150,129,139)
#9F8C95
(159,140,149)
#A8979F
(168,151,159)
#B1A2A9
(177,162,169)
#BAADB3
(186,173,179)
#C3B8BD
(195,184,189)
#CCC3C7
(204,195,199)
#D5CED1
(213,206,209)
#DED9DB
(222,217,219)
#E7E4E5
(231,228,229)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96818B; }

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

This text font color is #96818B.


Background Color

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

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

This div background color is #96818B.


Border color

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

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

This div border color is #96818B.


Opacity

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

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

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

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

This text has shadow with #96818B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96818B on black background.


Color preview on white background

This text has color #96818B on white background.



Black color preview on #96818B background

This text has black color on #96818B background.


White color preview on #96818B background

This text has white color on #96818B background.