COLOR #96A19D

HEX: #96A19D
RGB: (150,161,157)

Color info

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

RGB color model

#96A19D color RGB value is (150,161,157).

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

RGB channels and saturation

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

150
161
157

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

Portions of RGB colors in percentages

R + G + B =
150 + 161 + 157 = 468 (100%)
R 150 of 468 ~ 32.05%
G 161 of 468 ~ 34.4%
B 157 of 468 ~ 33.55%

%32.05
%34.4
%33.55

CMYK color model

#96A19D color CMYK value is (7,0,2,37).

  • cyan value is 6.83%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 36.86%
CMYK:
(7,0,2,37)
C7M0Y2K37 
(7%,0%,2%,37%)
(0.07/0.00/0.02/0.37)	

CMYK percentages

%6.83
%0
%2.48
%36.86

Codes

Color #96A19D in popluar color models

96A19D
RGB150161157
HSL158°5.53%60.98%
HSB/HSV158°6.83%63.14%
CMYK6.83%0.00%2.48%
36.86%

Color #96A19D in popluar number systems.

HEX96A19D
Decimal150161157
Binary100101101010000110011101
Octal226241235

Shades and tints

Shades of #96A19D

#96A19D
(150,161,157)
#89938F
(137,147,143)
#7C8581
(124,133,129)
#6F7773
(111,119,115)
#626965
(98,105,101)
#555B57
(85,91,87)
#484D49
(72,77,73)
#3B3F3B
(59,63,59)
#2E312D
(46,49,45)
#21231F
(33,35,31)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #96A19D

#96A19D
(150,161,157)
#9FA9A5
(159,169,165)
#A8B1AD
(168,177,173)
#B1B9B5
(177,185,181)
#BAC1BD
(186,193,189)
#C3C9C5
(195,201,197)
#CCD1CD
(204,209,205)
#D5D9D5
(213,217,213)
#DEE1DD
(222,225,221)
#E7E9E5
(231,233,229)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A19D; }

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

This text font color is #96A19D.


Background Color

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

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

This div background color is #96A19D.


Border color

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

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

This div border color is #96A19D.


Opacity

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

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

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

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

This text has shadow with #96A19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A19D on black background.


Color preview on white background

This text has color #96A19D on white background.



Black color preview on #96A19D background

This text has black color on #96A19D background.


White color preview on #96A19D background

This text has white color on #96A19D background.