COLOR #96C789

HEX: #96C789
RGB: (150,199,137)

Color info

#96C789 contains mainly red and green colors. Web safe color of #96C789 is #99CC99 (or #9C9).

RGB color model

#96C789 color RGB value is (150,199,137).

  • red value is 150;
  • green value is 199;
  • blue value is 137.
RGB:
(150,199,137)
(59%,78%,54%)

RGB channels and saturation

R 150 of 255 = 59%
G 199 of 255 = 78%
B 137 of 255 = 54%

150
199
137

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

Portions of RGB colors in percentages

R + G + B =
150 + 199 + 137 = 486 (100%)
R 150 of 486 ~ 30.86%
G 199 of 486 ~ 40.95%
B 137 of 486 ~ 28.19%

%30.86
%40.95
%28.19

CMYK color model

#96C789 color CMYK value is (25,0,31,22).

  • cyan value is 24.62%
  • magenta value is 0.00%
  • yellow value is 31.16%
  • key color value is 21.96%
CMYK:
(25,0,31,22)
C25M0Y31K22 
(25%,0%,31%,22%)
(0.25/0.00/0.31/0.22)	

CMYK percentages

%24.62
%0
%31.16
%21.96

Codes

Color #96C789 in popluar color models

96C789
RGB150199137
HSL107°35.63%65.88%
HSB/HSV107°31.16%78.04%
CMYK24.62%0.00%31.16%
21.96%

Color #96C789 in popluar number systems.

HEX96C789
Decimal150199137
Binary100101101100011110001001
Octal226307211

Shades and tints

Shades of #96C789

#96C789
(150,199,137)
#89B57D
(137,181,125)
#7CA371
(124,163,113)
#6F9165
(111,145,101)
#627F59
(98,127,89)
#556D4D
(85,109,77)
#485B41
(72,91,65)
#3B4935
(59,73,53)
#2E3729
(46,55,41)
#21251D
(33,37,29)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #96C789

#96C789
(150,199,137)
#9FCC93
(159,204,147)
#A8D19D
(168,209,157)
#B1D6A7
(177,214,167)
#BADBB1
(186,219,177)
#C3E0BB
(195,224,187)
#CCE5C5
(204,229,197)
#D5EACF
(213,234,207)
#DEEFD9
(222,239,217)
#E7F4E3
(231,244,227)
#F0F9ED
(240,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C789; }

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

This text font color is #96C789.


Background Color

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

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

This div background color is #96C789.


Border color

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

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

This div border color is #96C789.


Opacity

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

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

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

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

This text has shadow with #96C789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C789 on black background.


Color preview on white background

This text has color #96C789 on white background.



Black color preview on #96C789 background

This text has black color on #96C789 background.


White color preview on #96C789 background

This text has white color on #96C789 background.