COLOR #96AD96

HEX: #96AD96
RGB: (150,173,150)

Color info

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

RGB color model

#96AD96 color RGB value is (150,173,150).

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

RGB channels and saturation

R 150 of 255 = 59%
G 173 of 255 = 68%
B 150 of 255 = 59%

150
173
150

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

Portions of RGB colors in percentages

R + G + B =
150 + 173 + 150 = 473 (100%)
R 150 of 473 ~ 31.71%
G 173 of 473 ~ 36.58%
B 150 of 473 ~ 31.71%

%31.71
%36.58
%31.71

CMYK color model

#96AD96 color CMYK value is (13,0,13,32).

  • cyan value is 13.29%
  • magenta value is 0.00%
  • yellow value is 13.29%
  • key color value is 32.16%
CMYK:
(13,0,13,32)
C13M0Y13K32 
(13%,0%,13%,32%)
(0.13/0.00/0.13/0.32)	

CMYK percentages

%13.29
%0
%13.29
%32.16

Codes

Color #96AD96 in popluar color models

96AD96
RGB150173150
HSL120°12.30%63.33%
HSB/HSV120°13.29%67.84%
CMYK13.29%0.00%13.29%
32.16%

Color #96AD96 in popluar number systems.

HEX96AD96
Decimal150173150
Binary100101101010110110010110
Octal226255226

Shades and tints

Shades of #96AD96

#96AD96
(150,173,150)
#899E89
(137,158,137)
#7C8F7C
(124,143,124)
#6F806F
(111,128,111)
#627162
(98,113,98)
#556255
(85,98,85)
#485348
(72,83,72)
#3B443B
(59,68,59)
#2E352E
(46,53,46)
#212621
(33,38,33)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #96AD96

#96AD96
(150,173,150)
#9FB49F
(159,180,159)
#A8BBA8
(168,187,168)
#B1C2B1
(177,194,177)
#BAC9BA
(186,201,186)
#C3D0C3
(195,208,195)
#CCD7CC
(204,215,204)
#D5DED5
(213,222,213)
#DEE5DE
(222,229,222)
#E7ECE7
(231,236,231)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AD96; }

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

This text font color is #96AD96.


Background Color

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

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

This div background color is #96AD96.


Border color

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

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

This div border color is #96AD96.


Opacity

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

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

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

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

This text has shadow with #96AD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AD96 on black background.


Color preview on white background

This text has color #96AD96 on white background.



Black color preview on #96AD96 background

This text has black color on #96AD96 background.


White color preview on #96AD96 background

This text has white color on #96AD96 background.