COLOR #999B96

HEX: #999B96
RGB: (153,155,150)

Color info

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

RGB color model

#999B96 color RGB value is (153,155,150).

  • red value is 153;
  • green value is 155;
  • blue value is 150.
RGB:
(153,155,150)
(60%,61%,59%)

RGB channels and saturation

R 153 of 255 = 60%
G 155 of 255 = 61%
B 150 of 255 = 59%

153
155
150

R + G + B ~ 60%. #999B96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 155 + 150 = 458 (100%)
R 153 of 458 ~ 33.41%
G 155 of 458 ~ 33.84%
B 150 of 458 ~ 32.75%

%33.41
%33.84
%32.75

CMYK color model

#999B96 color CMYK value is (1,0,3,39).

  • cyan value is 1.29%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 39.22%
CMYK:
(1,0,3,39)
C1M0Y3K39 
(1%,0%,3%,39%)
(0.01/0.00/0.03/0.39)	

CMYK percentages

%1.29
%0
%3.23
%39.22

Codes

Color #999B96 in popluar color models

999B96
RGB153155150
HSL84°2.44%59.80%
HSB/HSV84°3.23%60.78%
CMYK1.29%0.00%3.23%
39.22%

Color #999B96 in popluar number systems.

HEX999B96
Decimal153155150
Binary100110011001101110010110
Octal231233226

Shades and tints

Shades of #999B96

#999B96
(153,155,150)
#8C8D89
(140,141,137)
#7F7F7C
(127,127,124)
#72716F
(114,113,111)
#656362
(101,99,98)
#585555
(88,85,85)
#4B4748
(75,71,72)
#3E393B
(62,57,59)
#312B2E
(49,43,46)
#241D21
(36,29,33)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #999B96

#999B96
(153,155,150)
#A2A49F
(162,164,159)
#ABADA8
(171,173,168)
#B4B6B1
(180,182,177)
#BDBFBA
(189,191,186)
#C6C8C3
(198,200,195)
#CFD1CC
(207,209,204)
#D8DAD5
(216,218,213)
#E1E3DE
(225,227,222)
#EAECE7
(234,236,231)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999B96 color. Also use rgb(153,155,150) instead hex code.

Text Font Color

.myTextColor { color: #999B96; }

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

This text font color is #999B96.


Background Color

.myBgColor { background-color: #999B96; }

<div style="background-color:#999B96">Inner text</div>

This div background color is #999B96.


Border color

.myBorderColor { border: 1px solid #999B96; }

<div style="border:3px solid #999B96">Div</div>

This div border color is #999B96.


Opacity

.myOpacity80 { color: #999B96; opacity: 0.8; }

<p style="color:#999B96;opacity:0.8;">80%</p>

Text with #999B96 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 #999B96;}

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

This text has shadow with #999B96 color.

.textShadow {text-shadow: 3px 3px 1px #999B96, 3px 3px 1px red;}

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

This text has shadow with #999B96 primary color and red secondary color.


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

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

This text has shadow with #999B96 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999B96 on black background.


Color preview on white background

This text has color #999B96 on white background.



Black color preview on #999B96 background

This text has black color on #999B96 background.


White color preview on #999B96 background

This text has white color on #999B96 background.