COLOR #96BA96

HEX: #96BA96
RGB: (150,186,150)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

150
186
150

R + G + B ~ 64%. #96BA96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 186 + 150 = 486 (100%)
R 150 of 486 ~ 30.86%
G 186 of 486 ~ 38.27%
B 150 of 486 ~ 30.86%

%30.86
%38.27
%30.86

CMYK color model

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

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

CMYK percentages

%19.35
%0
%19.35
%27.06

Codes

Color #96BA96 in popluar color models

96BA96
RGB150186150
HSL120°20.69%65.88%
HSB/HSV120°19.35%72.94%
CMYK19.35%0.00%19.35%
27.06%

Color #96BA96 in popluar number systems.

HEX96BA96
Decimal150186150
Binary100101101011101010010110
Octal226272226

Shades and tints

Shades of #96BA96

#96BA96
(150,186,150)
#89AA89
(137,170,137)
#7C9A7C
(124,154,124)
#6F8A6F
(111,138,111)
#627A62
(98,122,98)
#556A55
(85,106,85)
#485A48
(72,90,72)
#3B4A3B
(59,74,59)
#2E3A2E
(46,58,46)
#212A21
(33,42,33)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #96BA96

#96BA96
(150,186,150)
#9FC09F
(159,192,159)
#A8C6A8
(168,198,168)
#B1CCB1
(177,204,177)
#BAD2BA
(186,210,186)
#C3D8C3
(195,216,195)
#CCDECC
(204,222,204)
#D5E4D5
(213,228,213)
#DEEADE
(222,234,222)
#E7F0E7
(231,240,231)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BA96; }

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

This text font color is #96BA96.


Background Color

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

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

This div background color is #96BA96.


Border color

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

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

This div border color is #96BA96.


Opacity

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

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

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

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

This text has shadow with #96BA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BA96 on black background.


Color preview on white background

This text has color #96BA96 on white background.



Black color preview on #96BA96 background

This text has black color on #96BA96 background.


White color preview on #96BA96 background

This text has white color on #96BA96 background.