COLOR #96C197

HEX: #96C197
RGB: (150,193,151)

Color info

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

RGB color model

#96C197 color RGB value is (150,193,151).

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

RGB channels and saturation

R 150 of 255 = 59%
G 193 of 255 = 76%
B 151 of 255 = 59%

150
193
151

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

Portions of RGB colors in percentages

R + G + B =
150 + 193 + 151 = 494 (100%)
R 150 of 494 ~ 30.36%
G 193 of 494 ~ 39.07%
B 151 of 494 ~ 30.57%

%30.36
%39.07
%30.57

CMYK color model

#96C197 color CMYK value is (22,0,22,24).

  • cyan value is 22.28%
  • magenta value is 0.00%
  • yellow value is 21.76%
  • key color value is 24.31%
CMYK:
(22,0,22,24)
C22M0Y22K24 
(22%,0%,22%,24%)
(0.22/0.00/0.22/0.24)	

CMYK percentages

%22.28
%0
%21.76
%24.31

Codes

Color #96C197 in popluar color models

96C197
RGB150193151
HSL121°25.75%67.25%
HSB/HSV121°22.28%75.69%
CMYK22.28%0.00%21.76%
24.31%

Color #96C197 in popluar number systems.

HEX96C197
Decimal150193151
Binary100101101100000110010111
Octal226301227

Shades and tints

Shades of #96C197

#96C197
(150,193,151)
#89B08A
(137,176,138)
#7C9F7D
(124,159,125)
#6F8E70
(111,142,112)
#627D63
(98,125,99)
#556C56
(85,108,86)
#485B49
(72,91,73)
#3B4A3C
(59,74,60)
#2E392F
(46,57,47)
#212822
(33,40,34)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #96C197

#96C197
(150,193,151)
#9FC6A0
(159,198,160)
#A8CBA9
(168,203,169)
#B1D0B2
(177,208,178)
#BAD5BB
(186,213,187)
#C3DAC4
(195,218,196)
#CCDFCD
(204,223,205)
#D5E4D6
(213,228,214)
#DEE9DF
(222,233,223)
#E7EEE8
(231,238,232)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C197; }

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

This text font color is #96C197.


Background Color

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

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

This div background color is #96C197.


Border color

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

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

This div border color is #96C197.


Opacity

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

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

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

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

This text has shadow with #96C197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C197 on black background.


Color preview on white background

This text has color #96C197 on white background.



Black color preview on #96C197 background

This text has black color on #96C197 background.


White color preview on #96C197 background

This text has white color on #96C197 background.