COLOR #999796

HEX: #999796
RGB: (153,151,150)

Color info

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

RGB color model

#999796 color RGB value is (153,151,150).

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

RGB channels and saturation

R 153 of 255 = 60%
G 151 of 255 = 59%
B 150 of 255 = 59%

153
151
150

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

Portions of RGB colors in percentages

R + G + B =
153 + 151 + 150 = 454 (100%)
R 153 of 454 ~ 33.7%
G 151 of 454 ~ 33.26%
B 150 of 454 ~ 33.04%

%33.7
%33.26
%33.04

CMYK color model

#999796 color CMYK value is (0,1,2,40).

  • cyan value is 0.00%
  • magenta value is 1.31%
  • yellow value is 1.96%
  • key color value is 40.00%
CMYK:
(0,1,2,40)
C0M1Y2K40 
(0%,1%,2%,40%)
(0.00/0.01/0.02/0.40)	

CMYK percentages

%0
%1.31
%1.96
%40

Codes

Color #999796 in popluar color models

999796
RGB153151150
HSL20°1.45%59.41%
HSB/HSV20°1.96%60.00%
CMYK0.00%1.31%1.96%
40.00%

Color #999796 in popluar number systems.

HEX999796
Decimal153151150
Binary100110011001011110010110
Octal231227226

Shades and tints

Shades of #999796

#999796
(153,151,150)
#8C8A89
(140,138,137)
#7F7D7C
(127,125,124)
#72706F
(114,112,111)
#656362
(101,99,98)
#585655
(88,86,85)
#4B4948
(75,73,72)
#3E3C3B
(62,60,59)
#312F2E
(49,47,46)
#242221
(36,34,33)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #999796

#999796
(153,151,150)
#A2A09F
(162,160,159)
#ABA9A8
(171,169,168)
#B4B2B1
(180,178,177)
#BDBBBA
(189,187,186)
#C6C4C3
(198,196,195)
#CFCDCC
(207,205,204)
#D8D6D5
(216,214,213)
#E1DFDE
(225,223,222)
#EAE8E7
(234,232,231)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999796; }

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

This text font color is #999796.


Background Color

.myBgColor { background-color: #999796; }

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

This div background color is #999796.


Border color

.myBorderColor { border: 1px solid #999796; }

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

This div border color is #999796.


Opacity

.myOpacity80 { color: #999796; opacity: 0.8; }

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

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

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

This text has shadow with #999796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999796 on black background.


Color preview on white background

This text has color #999796 on white background.



Black color preview on #999796 background

This text has black color on #999796 background.


White color preview on #999796 background

This text has white color on #999796 background.