COLOR #96CB80

HEX: #96CB80
RGB: (150,203,128)

Color info

#96CB80 contains mainly red and green colors. Web safe color of #96CB80 is #99CC66 (or #9C6).

RGB color model

#96CB80 color RGB value is (150,203,128).

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

RGB channels and saturation

R 150 of 255 = 59%
G 203 of 255 = 80%
B 128 of 255 = 50%

150
203
128

R + G + B ~ 63%. #96CB80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 203 + 128 = 481 (100%)
R 150 of 481 ~ 31.19%
G 203 of 481 ~ 42.2%
B 128 of 481 ~ 26.61%

%31.19
%42.2
%26.61

CMYK color model

#96CB80 color CMYK value is (26,0,37,20).

  • cyan value is 26.11%
  • magenta value is 0.00%
  • yellow value is 36.95%
  • key color value is 20.39%
CMYK:
(26,0,37,20)
C26M0Y37K20 
(26%,0%,37%,20%)
(0.26/0.00/0.37/0.20)	

CMYK percentages

%26.11
%0
%36.95
%20.39

Codes

Color #96CB80 in popluar color models

96CB80
RGB150203128
HSL102°41.90%64.90%
HSB/HSV102°36.95%79.61%
CMYK26.11%0.00%36.95%
20.39%

Color #96CB80 in popluar number systems.

HEX96CB80
Decimal150203128
Binary100101101100101110000000
Octal226313200

Shades and tints

Shades of #96CB80

#96CB80
(150,203,128)
#89B975
(137,185,117)
#7CA76A
(124,167,106)
#6F955F
(111,149,95)
#628354
(98,131,84)
#557149
(85,113,73)
#485F3E
(72,95,62)
#3B4D33
(59,77,51)
#2E3B28
(46,59,40)
#21291D
(33,41,29)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #96CB80

#96CB80
(150,203,128)
#9FCF8B
(159,207,139)
#A8D396
(168,211,150)
#B1D7A1
(177,215,161)
#BADBAC
(186,219,172)
#C3DFB7
(195,223,183)
#CCE3C2
(204,227,194)
#D5E7CD
(213,231,205)
#DEEBD8
(222,235,216)
#E7EFE3
(231,239,227)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CB80; }

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

This text font color is #96CB80.


Background Color

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

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

This div background color is #96CB80.


Border color

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

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

This div border color is #96CB80.


Opacity

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

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

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

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

This text has shadow with #96CB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CB80 on black background.


Color preview on white background

This text has color #96CB80 on white background.



Black color preview on #96CB80 background

This text has black color on #96CB80 background.


White color preview on #96CB80 background

This text has white color on #96CB80 background.