COLOR #96AA96

HEX: #96AA96
RGB: (150,170,150)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

150
170
150

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

Portions of RGB colors in percentages

R + G + B =
150 + 170 + 150 = 470 (100%)
R 150 of 470 ~ 31.91%
G 170 of 470 ~ 36.17%
B 150 of 470 ~ 31.91%

%31.91
%36.17
%31.91

CMYK color model

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

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

CMYK percentages

%11.76
%0
%11.76
%33.33

Codes

Color #96AA96 in popluar color models

96AA96
RGB150170150
HSL120°10.53%62.75%
HSB/HSV120°11.76%66.67%
CMYK11.76%0.00%11.76%
33.33%

Color #96AA96 in popluar number systems.

HEX96AA96
Decimal150170150
Binary100101101010101010010110
Octal226252226

Shades and tints

Shades of #96AA96

#96AA96
(150,170,150)
#899B89
(137,155,137)
#7C8C7C
(124,140,124)
#6F7D6F
(111,125,111)
#626E62
(98,110,98)
#555F55
(85,95,85)
#485048
(72,80,72)
#3B413B
(59,65,59)
#2E322E
(46,50,46)
#212321
(33,35,33)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #96AA96

#96AA96
(150,170,150)
#9FB19F
(159,177,159)
#A8B8A8
(168,184,168)
#B1BFB1
(177,191,177)
#BAC6BA
(186,198,186)
#C3CDC3
(195,205,195)
#CCD4CC
(204,212,204)
#D5DBD5
(213,219,213)
#DEE2DE
(222,226,222)
#E7E9E7
(231,233,231)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AA96; }

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

This text font color is #96AA96.


Background Color

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

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

This div background color is #96AA96.


Border color

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

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

This div border color is #96AA96.


Opacity

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

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

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

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

This text has shadow with #96AA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AA96 on black background.


Color preview on white background

This text has color #96AA96 on white background.



Black color preview on #96AA96 background

This text has black color on #96AA96 background.


White color preview on #96AA96 background

This text has white color on #96AA96 background.