COLOR #96C486

HEX: #96C486
RGB: (150,196,134)

Color info

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

RGB color model

#96C486 color RGB value is (150,196,134).

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

RGB channels and saturation

R 150 of 255 = 59%
G 196 of 255 = 77%
B 134 of 255 = 53%

150
196
134

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

Portions of RGB colors in percentages

R + G + B =
150 + 196 + 134 = 480 (100%)
R 150 of 480 ~ 31.25%
G 196 of 480 ~ 40.83%
B 134 of 480 ~ 27.92%

%31.25
%40.83
%27.92

CMYK color model

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

  • cyan value is 23.47%
  • magenta value is 0.00%
  • yellow value is 31.63%
  • key color value is 23.14%
CMYK:
(23,0,32,23)
C23M0Y32K23 
(23%,0%,32%,23%)
(0.23/0.00/0.32/0.23)	

CMYK percentages

%23.47
%0
%31.63
%23.14

Codes

Color #96C486 in popluar color models

96C486
RGB150196134
HSL105°34.44%64.71%
HSB/HSV105°31.63%76.86%
CMYK23.47%0.00%31.63%
23.14%

Color #96C486 in popluar number systems.

HEX96C486
Decimal150196134
Binary100101101100010010000110
Octal226304206

Shades and tints

Shades of #96C486

#96C486
(150,196,134)
#89B37A
(137,179,122)
#7CA26E
(124,162,110)
#6F9162
(111,145,98)
#628056
(98,128,86)
#556F4A
(85,111,74)
#485E3E
(72,94,62)
#3B4D32
(59,77,50)
#2E3C26
(46,60,38)
#212B1A
(33,43,26)
#141A0E
(20,26,14)
#000000
(0,0,0)

Tints of #96C486

#96C486
(150,196,134)
#9FC991
(159,201,145)
#A8CE9C
(168,206,156)
#B1D3A7
(177,211,167)
#BAD8B2
(186,216,178)
#C3DDBD
(195,221,189)
#CCE2C8
(204,226,200)
#D5E7D3
(213,231,211)
#DEECDE
(222,236,222)
#E7F1E9
(231,241,233)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C486; }

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

This text font color is #96C486.


Background Color

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

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

This div background color is #96C486.


Border color

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

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

This div border color is #96C486.


Opacity

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

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

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

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

This text has shadow with #96C486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C486 on black background.


Color preview on white background

This text has color #96C486 on white background.



Black color preview on #96C486 background

This text has black color on #96C486 background.


White color preview on #96C486 background

This text has white color on #96C486 background.