COLOR #96A39D

HEX: #96A39D
RGB: (150,163,157)

Color info

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

RGB color model

#96A39D color RGB value is (150,163,157).

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

RGB channels and saturation

R 150 of 255 = 59%
G 163 of 255 = 64%
B 157 of 255 = 62%

150
163
157

R + G + B ~ 62%. #96A39D is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 163 + 157 = 470 (100%)
R 150 of 470 ~ 31.91%
G 163 of 470 ~ 34.68%
B 157 of 470 ~ 33.4%

%31.91
%34.68
%33.4

CMYK color model

#96A39D color CMYK value is (8,0,4,36).

  • cyan value is 7.98%
  • magenta value is 0.00%
  • yellow value is 3.68%
  • key color value is 36.08%
CMYK:
(8,0,4,36)
C8M0Y4K36 
(8%,0%,4%,36%)
(0.08/0.00/0.04/0.36)	

CMYK percentages

%7.98
%0
%3.68
%36.08

Codes

Color #96A39D in popluar color models

96A39D
RGB150163157
HSL152°6.60%61.37%
HSB/HSV152°7.98%63.92%
CMYK7.98%0.00%3.68%
36.08%

Color #96A39D in popluar number systems.

HEX96A39D
Decimal150163157
Binary100101101010001110011101
Octal226243235

Shades and tints

Shades of #96A39D

#96A39D
(150,163,157)
#89958F
(137,149,143)
#7C8781
(124,135,129)
#6F7973
(111,121,115)
#626B65
(98,107,101)
#555D57
(85,93,87)
#484F49
(72,79,73)
#3B413B
(59,65,59)
#2E332D
(46,51,45)
#21251F
(33,37,31)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #96A39D

#96A39D
(150,163,157)
#9FABA5
(159,171,165)
#A8B3AD
(168,179,173)
#B1BBB5
(177,187,181)
#BAC3BD
(186,195,189)
#C3CBC5
(195,203,197)
#CCD3CD
(204,211,205)
#D5DBD5
(213,219,213)
#DEE3DD
(222,227,221)
#E7EBE5
(231,235,229)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A39D; }

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

This text font color is #96A39D.


Background Color

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

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

This div background color is #96A39D.


Border color

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

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

This div border color is #96A39D.


Opacity

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

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

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

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

This text has shadow with #96A39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A39D on black background.


Color preview on white background

This text has color #96A39D on white background.



Black color preview on #96A39D background

This text has black color on #96A39D background.


White color preview on #96A39D background

This text has white color on #96A39D background.