COLOR #96AA8D

HEX: #96AA8D
RGB: (150,170,141)

Color info

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

RGB color model

#96AA8D color RGB value is (150,170,141).

  • red value is 150;
  • green value is 170;
  • blue value is 141.
RGB:
(150,170,141)
(59%,67%,55%)

RGB channels and saturation

R 150 of 255 = 59%
G 170 of 255 = 67%
B 141 of 255 = 55%

150
170
141

R + G + B ~ 60%. #96AA8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 170 + 141 = 461 (100%)
R 150 of 461 ~ 32.54%
G 170 of 461 ~ 36.88%
B 141 of 461 ~ 30.59%

%32.54
%36.88
%30.59

CMYK color model

#96AA8D color CMYK value is (12,0,17,33).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 17.06%
  • key color value is 33.33%
CMYK:
(12,0,17,33)
C12M0Y17K33 
(12%,0%,17%,33%)
(0.12/0.00/0.17/0.33)	

CMYK percentages

%11.76
%0
%17.06
%33.33

Codes

Color #96AA8D in popluar color models

96AA8D
RGB150170141
HSL101°14.57%60.98%
HSB/HSV101°17.06%66.67%
CMYK11.76%0.00%17.06%
33.33%

Color #96AA8D in popluar number systems.

HEX96AA8D
Decimal150170141
Binary100101101010101010001101
Octal226252215

Shades and tints

Shades of #96AA8D

#96AA8D
(150,170,141)
#899B81
(137,155,129)
#7C8C75
(124,140,117)
#6F7D69
(111,125,105)
#626E5D
(98,110,93)
#555F51
(85,95,81)
#485045
(72,80,69)
#3B4139
(59,65,57)
#2E322D
(46,50,45)
#212321
(33,35,33)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #96AA8D

#96AA8D
(150,170,141)
#9FB197
(159,177,151)
#A8B8A1
(168,184,161)
#B1BFAB
(177,191,171)
#BAC6B5
(186,198,181)
#C3CDBF
(195,205,191)
#CCD4C9
(204,212,201)
#D5DBD3
(213,219,211)
#DEE2DD
(222,226,221)
#E7E9E7
(231,233,231)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AA8D color. Also use rgb(150,170,141) instead hex code.

Text Font Color

.myTextColor { color: #96AA8D; }

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

This text font color is #96AA8D.


Background Color

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

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

This div background color is #96AA8D.


Border color

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

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

This div border color is #96AA8D.


Opacity

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

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

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

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

This text has shadow with #96AA8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AA8D on black background.


Color preview on white background

This text has color #96AA8D on white background.



Black color preview on #96AA8D background

This text has black color on #96AA8D background.


White color preview on #96AA8D background

This text has white color on #96AA8D background.