COLOR #96A8A4

HEX: #96A8A4
RGB: (150,168,164)

Color info

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

RGB color model

#96A8A4 color RGB value is (150,168,164).

  • red value is 150;
  • green value is 168;
  • blue value is 164.
RGB:
(150,168,164)
(59%,66%,64%)

RGB channels and saturation

R 150 of 255 = 59%
G 168 of 255 = 66%
B 164 of 255 = 64%

150
168
164

R + G + B ~ 63%. #96A8A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 168 + 164 = 482 (100%)
R 150 of 482 ~ 31.12%
G 168 of 482 ~ 34.85%
B 164 of 482 ~ 34.02%

%31.12
%34.85
%34.02

CMYK color model

#96A8A4 color CMYK value is (11,0,2,34).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 2.38%
  • key color value is 34.12%
CMYK:
(11,0,2,34)
C11M0Y2K34 
(11%,0%,2%,34%)
(0.11/0.00/0.02/0.34)	

CMYK percentages

%10.71
%0
%2.38
%34.12

Codes

Color #96A8A4 in popluar color models

96A8A4
RGB150168164
HSL167°9.38%62.35%
HSB/HSV167°10.71%65.88%
CMYK10.71%0.00%2.38%
34.12%

Color #96A8A4 in popluar number systems.

HEX96A8A4
Decimal150168164
Binary100101101010100010100100
Octal226250244

Shades and tints

Shades of #96A8A4

#96A8A4
(150,168,164)
#899996
(137,153,150)
#7C8A88
(124,138,136)
#6F7B7A
(111,123,122)
#626C6C
(98,108,108)
#555D5E
(85,93,94)
#484E50
(72,78,80)
#3B3F42
(59,63,66)
#2E3034
(46,48,52)
#212126
(33,33,38)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #96A8A4

#96A8A4
(150,168,164)
#9FAFAC
(159,175,172)
#A8B6B4
(168,182,180)
#B1BDBC
(177,189,188)
#BAC4C4
(186,196,196)
#C3CBCC
(195,203,204)
#CCD2D4
(204,210,212)
#D5D9DC
(213,217,220)
#DEE0E4
(222,224,228)
#E7E7EC
(231,231,236)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A8A4 color. Also use rgb(150,168,164) instead hex code.

Text Font Color

.myTextColor { color: #96A8A4; }

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

This text font color is #96A8A4.


Background Color

.myBgColor { background-color: #96A8A4; }

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

This div background color is #96A8A4.


Border color

.myBorderColor { border: 1px solid #96A8A4; }

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

This div border color is #96A8A4.


Opacity

.myOpacity80 { color: #96A8A4; opacity: 0.8; }

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

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

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

This text has shadow with #96A8A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A8A4 on black background.


Color preview on white background

This text has color #96A8A4 on white background.



Black color preview on #96A8A4 background

This text has black color on #96A8A4 background.


White color preview on #96A8A4 background

This text has white color on #96A8A4 background.