COLOR #909996

HEX: #909996
RGB: (144,153,150)

Color info

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

RGB color model

#909996 color RGB value is (144,153,150).

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

RGB channels and saturation

R 144 of 255 = 56%
G 153 of 255 = 60%
B 150 of 255 = 59%

144
153
150

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

Portions of RGB colors in percentages

R + G + B =
144 + 153 + 150 = 447 (100%)
R 144 of 447 ~ 32.21%
G 153 of 447 ~ 34.23%
B 150 of 447 ~ 33.56%

%32.21
%34.23
%33.56

CMYK color model

#909996 color CMYK value is (6,0,2,40).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 1.96%
  • key color value is 40.00%
CMYK:
(6,0,2,40)
C6M0Y2K40 
(6%,0%,2%,40%)
(0.06/0.00/0.02/0.40)	

CMYK percentages

%5.88
%0
%1.96
%40

Codes

Color #909996 in popluar color models

909996
RGB144153150
HSL160°4.23%58.24%
HSB/HSV160°5.88%60.00%
CMYK5.88%0.00%1.96%
40.00%

Color #909996 in popluar number systems.

HEX909996
Decimal144153150
Binary100100001001100110010110
Octal220231226

Shades and tints

Shades of #909996

#909996
(144,153,150)
#838C89
(131,140,137)
#767F7C
(118,127,124)
#69726F
(105,114,111)
#5C6562
(92,101,98)
#4F5855
(79,88,85)
#424B48
(66,75,72)
#353E3B
(53,62,59)
#28312E
(40,49,46)
#1B2421
(27,36,33)
#0E1714
(14,23,20)
#000000
(0,0,0)

Tints of #909996

#909996
(144,153,150)
#9AA29F
(154,162,159)
#A4ABA8
(164,171,168)
#AEB4B1
(174,180,177)
#B8BDBA
(184,189,186)
#C2C6C3
(194,198,195)
#CCCFCC
(204,207,204)
#D6D8D5
(214,216,213)
#E0E1DE
(224,225,222)
#EAEAE7
(234,234,231)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #909996; }

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

This text font color is #909996.


Background Color

.myBgColor { background-color: #909996; }

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

This div background color is #909996.


Border color

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

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

This div border color is #909996.


Opacity

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

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

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

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

This text has shadow with #909996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #909996 on black background.


Color preview on white background

This text has color #909996 on white background.



Black color preview on #909996 background

This text has black color on #909996 background.


White color preview on #909996 background

This text has white color on #909996 background.