COLOR #96A287

HEX: #96A287
RGB: (150,162,135)

Color info

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

RGB color model

#96A287 color RGB value is (150,162,135).

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

RGB channels and saturation

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

150
162
135

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

Portions of RGB colors in percentages

R + G + B =
150 + 162 + 135 = 447 (100%)
R 150 of 447 ~ 33.56%
G 162 of 447 ~ 36.24%
B 135 of 447 ~ 30.2%

%33.56
%36.24
%30.2

CMYK color model

#96A287 color CMYK value is (7,0,17,36).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 36.47%
CMYK:
(7,0,17,36)
C7M0Y17K36 
(7%,0%,17%,36%)
(0.07/0.00/0.17/0.36)	

CMYK percentages

%7.41
%0
%16.67
%36.47

Codes

Color #96A287 in popluar color models

96A287
RGB150162135
HSL87°12.68%58.24%
HSB/HSV87°16.67%63.53%
CMYK7.41%0.00%16.67%
36.47%

Color #96A287 in popluar number systems.

HEX96A287
Decimal150162135
Binary100101101010001010000111
Octal226242207

Shades and tints

Shades of #96A287

#96A287
(150,162,135)
#89947B
(137,148,123)
#7C866F
(124,134,111)
#6F7863
(111,120,99)
#626A57
(98,106,87)
#555C4B
(85,92,75)
#484E3F
(72,78,63)
#3B4033
(59,64,51)
#2E3227
(46,50,39)
#21241B
(33,36,27)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #96A287

#96A287
(150,162,135)
#9FAA91
(159,170,145)
#A8B29B
(168,178,155)
#B1BAA5
(177,186,165)
#BAC2AF
(186,194,175)
#C3CAB9
(195,202,185)
#CCD2C3
(204,210,195)
#D5DACD
(213,218,205)
#DEE2D7
(222,226,215)
#E7EAE1
(231,234,225)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A287; }

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

This text font color is #96A287.


Background Color

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

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

This div background color is #96A287.


Border color

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

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

This div border color is #96A287.


Opacity

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

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

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

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

This text has shadow with #96A287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A287 on black background.


Color preview on white background

This text has color #96A287 on white background.



Black color preview on #96A287 background

This text has black color on #96A287 background.


White color preview on #96A287 background

This text has white color on #96A287 background.