COLOR #96BA80

HEX: #96BA80
RGB: (150,186,128)

Color info

#96BA80 contains red, green and blue colors in about the same proportion. Web safe color of #96BA80 is #99CC66 (or #9C6).

RGB color model

#96BA80 color RGB value is (150,186,128).

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

RGB channels and saturation

R 150 of 255 = 59%
G 186 of 255 = 73%
B 128 of 255 = 50%

150
186
128

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

Portions of RGB colors in percentages

R + G + B =
150 + 186 + 128 = 464 (100%)
R 150 of 464 ~ 32.33%
G 186 of 464 ~ 40.09%
B 128 of 464 ~ 27.59%

%32.33
%40.09
%27.59

CMYK color model

#96BA80 color CMYK value is (19,0,31,27).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 31.18%
  • key color value is 27.06%
CMYK:
(19,0,31,27)
C19M0Y31K27 
(19%,0%,31%,27%)
(0.19/0.00/0.31/0.27)	

CMYK percentages

%19.35
%0
%31.18
%27.06

Codes

Color #96BA80 in popluar color models

96BA80
RGB150186128
HSL97°29.59%61.57%
HSB/HSV97°31.18%72.94%
CMYK19.35%0.00%31.18%
27.06%

Color #96BA80 in popluar number systems.

HEX96BA80
Decimal150186128
Binary100101101011101010000000
Octal226272200

Shades and tints

Shades of #96BA80

#96BA80
(150,186,128)
#89AA75
(137,170,117)
#7C9A6A
(124,154,106)
#6F8A5F
(111,138,95)
#627A54
(98,122,84)
#556A49
(85,106,73)
#485A3E
(72,90,62)
#3B4A33
(59,74,51)
#2E3A28
(46,58,40)
#212A1D
(33,42,29)
#141A12
(20,26,18)
#000000
(0,0,0)

Tints of #96BA80

#96BA80
(150,186,128)
#9FC08B
(159,192,139)
#A8C696
(168,198,150)
#B1CCA1
(177,204,161)
#BAD2AC
(186,210,172)
#C3D8B7
(195,216,183)
#CCDEC2
(204,222,194)
#D5E4CD
(213,228,205)
#DEEAD8
(222,234,216)
#E7F0E3
(231,240,227)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BA80; }

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

This text font color is #96BA80.


Background Color

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

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

This div background color is #96BA80.


Border color

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

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

This div border color is #96BA80.


Opacity

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

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

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

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

This text has shadow with #96BA80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BA80 on black background.


Color preview on white background

This text has color #96BA80 on white background.



Black color preview on #96BA80 background

This text has black color on #96BA80 background.


White color preview on #96BA80 background

This text has white color on #96BA80 background.