COLOR #96999A

HEX: #96999A RGB: (150,153,154)

Color info

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

RGB color model

#96999A color RGB value is (150,153,154).

RGB: (150,153,154) (59%, 60%, 60%)

RGB channels and saturation

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

150
153
154

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

Portions of RGB colors in percentages

R + G + B = 150 + 153 + 154 = 457 (100%)
R 150 of 457 ~ 32.82%
G 153 of 457 ~ 33.48%
B 154 of 457 ~ 33.7'%

%32.82
%33.48
%33.7

CMYK color model

#96999A color CMYK value is (3,1,0,40).

  • cyan value is 2.60%
  • magenta value is 0.65%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (3,1,0,40)
C3M1Y0K40 (3%, 1%, 0%, 40%)
(0.03 / 0.01 / 0.00 / 0.40)

CMYK percentages

%2.6
%0.65
%0
%39.61

Codes

Color #96999A in popluar color models

96 99 9A
RGB 150 153 154
HSL 195° 1.94% 59.61%
HSB/HSV 195° 2.60% 60.39%
CMYK 2.60% 0.65% 0.00%
39.61%

Color #96999A in popluar number systems.

HEX 96 99 9A
Decimal 150 153 154
Binary 10010110 10011001 10011010
Octal 226 231 232

Shades and tints

Shades of #96999A

#96999A
(150,153,154)
#898C8C
(137,140,140)
#7C7F7E
(124,127,126)
#6F7270
(111,114,112)
#626562
(98,101,98)
#555854
(85,88,84)
#484B46
(72,75,70)
#3B3E38
(59,62,56)
#2E312A
(46,49,42)
#21241C
(33,36,28)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #96999A

#96999A
(150,153,154)
#9FA2A3
(159,162,163)
#A8ABAC
(168,171,172)
#B1B4B5
(177,180,181)
#BABDBE
(186,189,190)
#C3C6C7
(195,198,199)
#CCCFD0
(204,207,208)
#D5D8D9
(213,216,217)
#DEE1E2
(222,225,226)
#E7EAEB
(231,234,235)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96999A; }

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

This text font color is #96999A.

Background Color

.myBgColor { background-color: #96999A; }

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

This div background color is #96999A.

Border color

.myBorderColor { border: 1px solid #96999A; }

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

This div border color is #96999A.

Opacity

.myOpacity80 { color: #96999A; opacity: 0.8; }

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

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

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

This text has shadow with #96999A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96999A.

Preview

Color preview on black background

This text has color #96999A on black background.


Color preview on white background

This text has color #96999A on white background.


Black color preview on #96999A background

This text has black color on #96999A background.


White color preview on #96999A background

This text has white color on #96999A background.


Related colors

Complementary color

Complementary color for #hex is #696665.


I love getcolorcode.com

Triadic colors

1 #9A9699 and #999A96 with #96999A are triadic colors.

2 #9A9996 and #99969A with #96999A are triadic colors.