COLOR #96C497

HEX: #96C497
RGB: (150,196,151)

Color info

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

RGB color model

#96C497 color RGB value is (150,196,151).

  • red value is 150;
  • green value is 196;
  • blue value is 151.
RGB:
(150,196,151)
(59%,77%,59%)

RGB channels and saturation

R 150 of 255 = 59%
G 196 of 255 = 77%
B 151 of 255 = 59%

150
196
151

R + G + B ~ 65%. #96C497 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 196 + 151 = 497 (100%)
R 150 of 497 ~ 30.18%
G 196 of 497 ~ 39.44%
B 151 of 497 ~ 30.38%

%30.18
%39.44
%30.38

CMYK color model

#96C497 color CMYK value is (23,0,23,23).

  • cyan value is 23.47%
  • magenta value is 0.00%
  • yellow value is 22.96%
  • key color value is 23.14%
CMYK:
(23,0,23,23)
C23M0Y23K23 
(23%,0%,23%,23%)
(0.23/0.00/0.23/0.23)	

CMYK percentages

%23.47
%0
%22.96
%23.14

Codes

Color #96C497 in popluar color models

96C497
RGB150196151
HSL121°28.05%67.84%
HSB/HSV121°23.47%76.86%
CMYK23.47%0.00%22.96%
23.14%

Color #96C497 in popluar number systems.

HEX96C497
Decimal150196151
Binary100101101100010010010111
Octal226304227

Shades and tints

Shades of #96C497

#96C497
(150,196,151)
#89B38A
(137,179,138)
#7CA27D
(124,162,125)
#6F9170
(111,145,112)
#628063
(98,128,99)
#556F56
(85,111,86)
#485E49
(72,94,73)
#3B4D3C
(59,77,60)
#2E3C2F
(46,60,47)
#212B22
(33,43,34)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #96C497

#96C497
(150,196,151)
#9FC9A0
(159,201,160)
#A8CEA9
(168,206,169)
#B1D3B2
(177,211,178)
#BAD8BB
(186,216,187)
#C3DDC4
(195,221,196)
#CCE2CD
(204,226,205)
#D5E7D6
(213,231,214)
#DEECDF
(222,236,223)
#E7F1E8
(231,241,232)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C497; }

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

This text font color is #96C497.


Background Color

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

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

This div background color is #96C497.


Border color

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

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

This div border color is #96C497.


Opacity

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

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

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

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

This text has shadow with #96C497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C497 on black background.


Color preview on white background

This text has color #96C497 on white background.



Black color preview on #96C497 background

This text has black color on #96C497 background.


White color preview on #96C497 background

This text has white color on #96C497 background.