COLOR #96949A

HEX: #96949A RGB: (150,148,154)

Color info

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

RGB color model

#96949A color RGB value is (150,148,154).

RGB: (150,148,154) (59%, 58%, 60%)

RGB channels and saturation

R 150 of 255 = 59%
G 148 of 255 = 58%
B 154 of 255 = 60%

150
148
154

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

Portions of RGB colors in percentages

R + G + B = 150 + 148 + 154 = 452 (100%)
R 150 of 452 ~ 33.19%
G 148 of 452 ~ 32.74%
B 154 of 452 ~ 34.07'%

%33.19
%32.74
%34.07

CMYK color model

#96949A color CMYK value is (3,4,0,40).

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

CMYK: (3,4,0,40)
C3M4Y0K40 (3%, 4%, 0%, 40%)
(0.03 / 0.04 / 0.00 / 0.40)

CMYK percentages

%2.6
%3.9
%0
%39.61

Codes

Color #96949A in popluar color models

96 94 9A
RGB 150 148 154
HSL 260° 2.88% 59.22%
HSB/HSV 260° 3.90% 60.39%
CMYK 2.60% 3.90% 0.00%
39.61%

Color #96949A in popluar number systems.

HEX 96 94 9A
Decimal 150 148 154
Binary 10010110 10010100 10011010
Octal 226 224 232

Shades and tints

Shades of #96949A

#96949A
(150,148,154)
#89878C
(137,135,140)
#7C7A7E
(124,122,126)
#6F6D70
(111,109,112)
#626062
(98,96,98)
#555354
(85,83,84)
#484646
(72,70,70)
#3B3938
(59,57,56)
#2E2C2A
(46,44,42)
#211F1C
(33,31,28)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #96949A

#96949A
(150,148,154)
#9F9DA3
(159,157,163)
#A8A6AC
(168,166,172)
#B1AFB5
(177,175,181)
#BAB8BE
(186,184,190)
#C3C1C7
(195,193,199)
#CCCAD0
(204,202,208)
#D5D3D9
(213,211,217)
#DEDCE2
(222,220,226)
#E7E5EB
(231,229,235)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96949A; }

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

This text font color is #96949A.

Background Color

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

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

This div background color is #96949A.

Border color

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

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

This div border color is #96949A.

Opacity

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

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

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

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

This text has shadow with #96949A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96949A.

Preview

Color preview on black background

This text has color #96949A on black background.


Color preview on white background

This text has color #96949A on white background.


Black color preview on #96949A background

This text has black color on #96949A background.


White color preview on #96949A background

This text has white color on #96949A background.


Related colors

Complementary color

Complementary color for #hex is #696B65.


I love getcolorcode.com

Triadic colors

1 #9A9694 and #949A96 with #96949A are triadic colors.

2 #9A9496 and #94969A with #96949A are triadic colors.