COLOR #96B786

HEX: #96B786
RGB: (150,183,134)

Color info

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

RGB color model

#96B786 color RGB value is (150,183,134).

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

RGB channels and saturation

R 150 of 255 = 59%
G 183 of 255 = 72%
B 134 of 255 = 53%

150
183
134

R + G + B ~ 61%. #96B786 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 183 + 134 = 467 (100%)
R 150 of 467 ~ 32.12%
G 183 of 467 ~ 39.19%
B 134 of 467 ~ 28.69%

%32.12
%39.19
%28.69

CMYK color model

#96B786 color CMYK value is (18,0,27,28).

  • cyan value is 18.03%
  • magenta value is 0.00%
  • yellow value is 26.78%
  • key color value is 28.24%
CMYK:
(18,0,27,28)
C18M0Y27K28 
(18%,0%,27%,28%)
(0.18/0.00/0.27/0.28)	

CMYK percentages

%18.03
%0
%26.78
%28.24

Codes

Color #96B786 in popluar color models

96B786
RGB150183134
HSL100°25.39%62.16%
HSB/HSV100°26.78%71.76%
CMYK18.03%0.00%26.78%
28.24%

Color #96B786 in popluar number systems.

HEX96B786
Decimal150183134
Binary100101101011011110000110
Octal226267206

Shades and tints

Shades of #96B786

#96B786
(150,183,134)
#89A77A
(137,167,122)
#7C976E
(124,151,110)
#6F8762
(111,135,98)
#627756
(98,119,86)
#55674A
(85,103,74)
#48573E
(72,87,62)
#3B4732
(59,71,50)
#2E3726
(46,55,38)
#21271A
(33,39,26)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #96B786

#96B786
(150,183,134)
#9FBD91
(159,189,145)
#A8C39C
(168,195,156)
#B1C9A7
(177,201,167)
#BACFB2
(186,207,178)
#C3D5BD
(195,213,189)
#CCDBC8
(204,219,200)
#D5E1D3
(213,225,211)
#DEE7DE
(222,231,222)
#E7EDE9
(231,237,233)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B786; }

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

This text font color is #96B786.


Background Color

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

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

This div background color is #96B786.


Border color

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

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

This div border color is #96B786.


Opacity

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

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

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

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

This text has shadow with #96B786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B786 on black background.


Color preview on white background

This text has color #96B786 on white background.



Black color preview on #96B786 background

This text has black color on #96B786 background.


White color preview on #96B786 background

This text has white color on #96B786 background.