COLOR #96C787

HEX: #96C787
RGB: (150,199,135)

Color info

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

RGB color model

#96C787 color RGB value is (150,199,135).

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

RGB channels and saturation

R 150 of 255 = 59%
G 199 of 255 = 78%
B 135 of 255 = 53%

150
199
135

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

Portions of RGB colors in percentages

R + G + B =
150 + 199 + 135 = 484 (100%)
R 150 of 484 ~ 30.99%
G 199 of 484 ~ 41.12%
B 135 of 484 ~ 27.89%

%30.99
%41.12
%27.89

CMYK color model

#96C787 color CMYK value is (25,0,32,22).

  • cyan value is 24.62%
  • magenta value is 0.00%
  • yellow value is 32.16%
  • key color value is 21.96%
CMYK:
(25,0,32,22)
C25M0Y32K22 
(25%,0%,32%,22%)
(0.25/0.00/0.32/0.22)	

CMYK percentages

%24.62
%0
%32.16
%21.96

Codes

Color #96C787 in popluar color models

96C787
RGB150199135
HSL106°36.36%65.49%
HSB/HSV106°32.16%78.04%
CMYK24.62%0.00%32.16%
21.96%

Color #96C787 in popluar number systems.

HEX96C787
Decimal150199135
Binary100101101100011110000111
Octal226307207

Shades and tints

Shades of #96C787

#96C787
(150,199,135)
#89B57B
(137,181,123)
#7CA36F
(124,163,111)
#6F9163
(111,145,99)
#627F57
(98,127,87)
#556D4B
(85,109,75)
#485B3F
(72,91,63)
#3B4933
(59,73,51)
#2E3727
(46,55,39)
#21251B
(33,37,27)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #96C787

#96C787
(150,199,135)
#9FCC91
(159,204,145)
#A8D19B
(168,209,155)
#B1D6A5
(177,214,165)
#BADBAF
(186,219,175)
#C3E0B9
(195,224,185)
#CCE5C3
(204,229,195)
#D5EACD
(213,234,205)
#DEEFD7
(222,239,215)
#E7F4E1
(231,244,225)
#F0F9EB
(240,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C787; }

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

This text font color is #96C787.


Background Color

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

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

This div background color is #96C787.


Border color

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

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

This div border color is #96C787.


Opacity

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

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

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

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

This text has shadow with #96C787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C787 on black background.


Color preview on white background

This text has color #96C787 on white background.



Black color preview on #96C787 background

This text has black color on #96C787 background.


White color preview on #96C787 background

This text has white color on #96C787 background.