COLOR #96B589

HEX: #96B589
RGB: (150,181,137)

Color info

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

RGB color model

#96B589 color RGB value is (150,181,137).

  • red value is 150;
  • green value is 181;
  • blue value is 137.
RGB:
(150,181,137)
(59%,71%,54%)

RGB channels and saturation

R 150 of 255 = 59%
G 181 of 255 = 71%
B 137 of 255 = 54%

150
181
137

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

Portions of RGB colors in percentages

R + G + B =
150 + 181 + 137 = 468 (100%)
R 150 of 468 ~ 32.05%
G 181 of 468 ~ 38.68%
B 137 of 468 ~ 29.27%

%32.05
%38.68
%29.27

CMYK color model

#96B589 color CMYK value is (17,0,24,29).

  • cyan value is 17.13%
  • magenta value is 0.00%
  • yellow value is 24.31%
  • key color value is 29.02%
CMYK:
(17,0,24,29)
C17M0Y24K29 
(17%,0%,24%,29%)
(0.17/0.00/0.24/0.29)	

CMYK percentages

%17.13
%0
%24.31
%29.02

Codes

Color #96B589 in popluar color models

96B589
RGB150181137
HSL102°22.92%62.35%
HSB/HSV102°24.31%70.98%
CMYK17.13%0.00%24.31%
29.02%

Color #96B589 in popluar number systems.

HEX96B589
Decimal150181137
Binary100101101011010110001001
Octal226265211

Shades and tints

Shades of #96B589

#96B589
(150,181,137)
#89A57D
(137,165,125)
#7C9571
(124,149,113)
#6F8565
(111,133,101)
#627559
(98,117,89)
#55654D
(85,101,77)
#485541
(72,85,65)
#3B4535
(59,69,53)
#2E3529
(46,53,41)
#21251D
(33,37,29)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #96B589

#96B589
(150,181,137)
#9FBB93
(159,187,147)
#A8C19D
(168,193,157)
#B1C7A7
(177,199,167)
#BACDB1
(186,205,177)
#C3D3BB
(195,211,187)
#CCD9C5
(204,217,197)
#D5DFCF
(213,223,207)
#DEE5D9
(222,229,217)
#E7EBE3
(231,235,227)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B589 color. Also use rgb(150,181,137) instead hex code.

Text Font Color

.myTextColor { color: #96B589; }

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

This text font color is #96B589.


Background Color

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

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

This div background color is #96B589.


Border color

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

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

This div border color is #96B589.


Opacity

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

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

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

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

This text has shadow with #96B589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B589 on black background.


Color preview on white background

This text has color #96B589 on white background.



Black color preview on #96B589 background

This text has black color on #96B589 background.


White color preview on #96B589 background

This text has white color on #96B589 background.