COLOR #96B59C

HEX: #96B59C
RGB: (150,181,156)

Color info

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

RGB color model

#96B59C color RGB value is (150,181,156).

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

RGB channels and saturation

R 150 of 255 = 59%
G 181 of 255 = 71%
B 156 of 255 = 61%

150
181
156

R + G + B ~ 64%. #96B59C is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 181 + 156 = 487 (100%)
R 150 of 487 ~ 30.8%
G 181 of 487 ~ 37.17%
B 156 of 487 ~ 32.03%

%30.8
%37.17
%32.03

CMYK color model

#96B59C color CMYK value is (17,0,14,29).

  • cyan value is 17.13%
  • magenta value is 0.00%
  • yellow value is 13.81%
  • key color value is 29.02%
CMYK:
(17,0,14,29)
C17M0Y14K29 
(17%,0%,14%,29%)
(0.17/0.00/0.14/0.29)	

CMYK percentages

%17.13
%0
%13.81
%29.02

Codes

Color #96B59C in popluar color models

96B59C
RGB150181156
HSL132°17.32%64.90%
HSB/HSV132°17.13%70.98%
CMYK17.13%0.00%13.81%
29.02%

Color #96B59C in popluar number systems.

HEX96B59C
Decimal150181156
Binary100101101011010110011100
Octal226265234

Shades and tints

Shades of #96B59C

#96B59C
(150,181,156)
#89A58E
(137,165,142)
#7C9580
(124,149,128)
#6F8572
(111,133,114)
#627564
(98,117,100)
#556556
(85,101,86)
#485548
(72,85,72)
#3B453A
(59,69,58)
#2E352C
(46,53,44)
#21251E
(33,37,30)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #96B59C

#96B59C
(150,181,156)
#9FBBA5
(159,187,165)
#A8C1AE
(168,193,174)
#B1C7B7
(177,199,183)
#BACDC0
(186,205,192)
#C3D3C9
(195,211,201)
#CCD9D2
(204,217,210)
#D5DFDB
(213,223,219)
#DEE5E4
(222,229,228)
#E7EBED
(231,235,237)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B59C; }

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

This text font color is #96B59C.


Background Color

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

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

This div background color is #96B59C.


Border color

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

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

This div border color is #96B59C.


Opacity

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

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

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

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

This text has shadow with #96B59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B59C on black background.


Color preview on white background

This text has color #96B59C on white background.



Black color preview on #96B59C background

This text has black color on #96B59C background.


White color preview on #96B59C background

This text has white color on #96B59C background.