COLOR #96A09F

HEX: #96A09F
RGB: (150,160,159)

Color info

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

RGB color model

#96A09F color RGB value is (150,160,159).

  • red value is 150;
  • green value is 160;
  • blue value is 159.
RGB:
(150,160,159)
(59%,63%,62%)

RGB channels and saturation

R 150 of 255 = 59%
G 160 of 255 = 63%
B 159 of 255 = 62%

150
160
159

R + G + B ~ 61%. #96A09F is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 160 + 159 = 469 (100%)
R 150 of 469 ~ 31.98%
G 160 of 469 ~ 34.12%
B 159 of 469 ~ 33.9%

%31.98
%34.12
%33.9

CMYK color model

#96A09F color CMYK value is (6,0,1,37).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 0.62%
  • key color value is 37.25%
CMYK:
(6,0,1,37)
C6M0Y1K37 
(6%,0%,1%,37%)
(0.06/0.00/0.01/0.37)	

CMYK percentages

%6.25
%0
%0.62
%37.25

Codes

Color #96A09F in popluar color models

96A09F
RGB150160159
HSL174°5.00%60.78%
HSB/HSV174°6.25%62.75%
CMYK6.25%0.00%0.62%
37.25%

Color #96A09F in popluar number systems.

HEX96A09F
Decimal150160159
Binary100101101010000010011111
Octal226240237

Shades and tints

Shades of #96A09F

#96A09F
(150,160,159)
#899291
(137,146,145)
#7C8483
(124,132,131)
#6F7675
(111,118,117)
#626867
(98,104,103)
#555A59
(85,90,89)
#484C4B
(72,76,75)
#3B3E3D
(59,62,61)
#2E302F
(46,48,47)
#212221
(33,34,33)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #96A09F

#96A09F
(150,160,159)
#9FA8A7
(159,168,167)
#A8B0AF
(168,176,175)
#B1B8B7
(177,184,183)
#BAC0BF
(186,192,191)
#C3C8C7
(195,200,199)
#CCD0CF
(204,208,207)
#D5D8D7
(213,216,215)
#DEE0DF
(222,224,223)
#E7E8E7
(231,232,231)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A09F color. Also use rgb(150,160,159) instead hex code.

Text Font Color

.myTextColor { color: #96A09F; }

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

This text font color is #96A09F.


Background Color

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

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

This div background color is #96A09F.


Border color

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

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

This div border color is #96A09F.


Opacity

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

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

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

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

This text has shadow with #96A09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A09F on black background.


Color preview on white background

This text has color #96A09F on white background.



Black color preview on #96A09F background

This text has black color on #96A09F background.


White color preview on #96A09F background

This text has white color on #96A09F background.