COLOR #96A487

HEX: #96A487
RGB: (150,164,135)

Color info

#96A487 contains red, green and blue colors in about the same proportion. Web safe color of #96A487 is #999999 (or #999).

RGB color model

#96A487 color RGB value is (150,164,135).

  • red value is 150;
  • green value is 164;
  • blue value is 135.
RGB:
(150,164,135)
(59%,64%,53%)

RGB channels and saturation

R 150 of 255 = 59%
G 164 of 255 = 64%
B 135 of 255 = 53%

150
164
135

R + G + B ~ 59%. #96A487 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 164 + 135 = 449 (100%)
R 150 of 449 ~ 33.41%
G 164 of 449 ~ 36.53%
B 135 of 449 ~ 30.07%

%33.41
%36.53
%30.07

CMYK color model

#96A487 color CMYK value is (9,0,18,36).

  • cyan value is 8.54%
  • magenta value is 0.00%
  • yellow value is 17.68%
  • key color value is 35.69%
CMYK:
(9,0,18,36)
C9M0Y18K36 
(9%,0%,18%,36%)
(0.09/0.00/0.18/0.36)	

CMYK percentages

%8.54
%0
%17.68
%35.69

Codes

Color #96A487 in popluar color models

96A487
RGB150164135
HSL89°13.74%58.63%
HSB/HSV89°17.68%64.31%
CMYK8.54%0.00%17.68%
35.69%

Color #96A487 in popluar number systems.

HEX96A487
Decimal150164135
Binary100101101010010010000111
Octal226244207

Shades and tints

Shades of #96A487

#96A487
(150,164,135)
#89967B
(137,150,123)
#7C886F
(124,136,111)
#6F7A63
(111,122,99)
#626C57
(98,108,87)
#555E4B
(85,94,75)
#48503F
(72,80,63)
#3B4233
(59,66,51)
#2E3427
(46,52,39)
#21261B
(33,38,27)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #96A487

#96A487
(150,164,135)
#9FAC91
(159,172,145)
#A8B49B
(168,180,155)
#B1BCA5
(177,188,165)
#BAC4AF
(186,196,175)
#C3CCB9
(195,204,185)
#CCD4C3
(204,212,195)
#D5DCCD
(213,220,205)
#DEE4D7
(222,228,215)
#E7ECE1
(231,236,225)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A487 color. Also use rgb(150,164,135) instead hex code.

Text Font Color

.myTextColor { color: #96A487; }

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

This text font color is #96A487.


Background Color

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

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

This div background color is #96A487.


Border color

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

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

This div border color is #96A487.


Opacity

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

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

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

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

This text has shadow with #96A487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A487 on black background.


Color preview on white background

This text has color #96A487 on white background.



Black color preview on #96A487 background

This text has black color on #96A487 background.


White color preview on #96A487 background

This text has white color on #96A487 background.