COLOR #96AD80

HEX: #96AD80
RGB: (150,173,128)

Color info

#96AD80 contains red, green and blue colors in about the same proportion. Web safe color of #96AD80 is #999966 (or #996).

RGB color model

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

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

RGB channels and saturation

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

150
173
128

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

Portions of RGB colors in percentages

R + G + B =
150 + 173 + 128 = 451 (100%)
R 150 of 451 ~ 33.26%
G 173 of 451 ~ 38.36%
B 128 of 451 ~ 28.38%

%33.26
%38.36
%28.38

CMYK color model

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

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

CMYK percentages

%13.29
%0
%26.01
%32.16

Codes

Color #96AD80 in popluar color models

96AD80
RGB150173128
HSL91°21.53%59.02%
HSB/HSV91°26.01%67.84%
CMYK13.29%0.00%26.01%
32.16%

Color #96AD80 in popluar number systems.

HEX96AD80
Decimal150173128
Binary100101101010110110000000
Octal226255200

Shades and tints

Shades of #96AD80

#96AD80
(150,173,128)
#899E75
(137,158,117)
#7C8F6A
(124,143,106)
#6F805F
(111,128,95)
#627154
(98,113,84)
#556249
(85,98,73)
#48533E
(72,83,62)
#3B4433
(59,68,51)
#2E3528
(46,53,40)
#21261D
(33,38,29)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #96AD80

#96AD80
(150,173,128)
#9FB48B
(159,180,139)
#A8BB96
(168,187,150)
#B1C2A1
(177,194,161)
#BAC9AC
(186,201,172)
#C3D0B7
(195,208,183)
#CCD7C2
(204,215,194)
#D5DECD
(213,222,205)
#DEE5D8
(222,229,216)
#E7ECE3
(231,236,227)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AD80; }

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

This text font color is #96AD80.


Background Color

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

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

This div background color is #96AD80.


Border color

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

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

This div border color is #96AD80.


Opacity

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

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

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

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

This text has shadow with #96AD80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AD80 on black background.


Color preview on white background

This text has color #96AD80 on white background.



Black color preview on #96AD80 background

This text has black color on #96AD80 background.


White color preview on #96AD80 background

This text has white color on #96AD80 background.