COLOR #96A09D

HEX: #96A09D
RGB: (150,160,157)

Color info

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

RGB color model

#96A09D color RGB value is (150,160,157).

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

RGB channels and saturation

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

150
160
157

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

Portions of RGB colors in percentages

R + G + B =
150 + 160 + 157 = 467 (100%)
R 150 of 467 ~ 32.12%
G 160 of 467 ~ 34.26%
B 157 of 467 ~ 33.62%

%32.12
%34.26
%33.62

CMYK color model

#96A09D color CMYK value is (6,0,2,37).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 1.87%
  • key color value is 37.25%
CMYK:
(6,0,2,37)
C6M0Y2K37 
(6%,0%,2%,37%)
(0.06/0.00/0.02/0.37)	

CMYK percentages

%6.25
%0
%1.87
%37.25

Codes

Color #96A09D in popluar color models

96A09D
RGB150160157
HSL162°5.00%60.78%
HSB/HSV162°6.25%62.75%
CMYK6.25%0.00%1.87%
37.25%

Color #96A09D in popluar number systems.

HEX96A09D
Decimal150160157
Binary100101101010000010011101
Octal226240235

Shades and tints

Shades of #96A09D

#96A09D
(150,160,157)
#89928F
(137,146,143)
#7C8481
(124,132,129)
#6F7673
(111,118,115)
#626865
(98,104,101)
#555A57
(85,90,87)
#484C49
(72,76,73)
#3B3E3B
(59,62,59)
#2E302D
(46,48,45)
#21221F
(33,34,31)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #96A09D

#96A09D
(150,160,157)
#9FA8A5
(159,168,165)
#A8B0AD
(168,176,173)
#B1B8B5
(177,184,181)
#BAC0BD
(186,192,189)
#C3C8C5
(195,200,197)
#CCD0CD
(204,208,205)
#D5D8D5
(213,216,213)
#DEE0DD
(222,224,221)
#E7E8E5
(231,232,229)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A09D; }

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

This text font color is #96A09D.


Background Color

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

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

This div background color is #96A09D.


Border color

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

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

This div border color is #96A09D.


Opacity

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

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

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

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

This text has shadow with #96A09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A09D on black background.


Color preview on white background

This text has color #96A09D on white background.



Black color preview on #96A09D background

This text has black color on #96A09D background.


White color preview on #96A09D background

This text has white color on #96A09D background.