COLOR #96A887

HEX: #96A887
RGB: (150,168,135)

Color info

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

RGB color model

#96A887 color RGB value is (150,168,135).

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

RGB channels and saturation

R 150 of 255 = 59%
G 168 of 255 = 66%
B 135 of 255 = 53%

150
168
135

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

Portions of RGB colors in percentages

R + G + B =
150 + 168 + 135 = 453 (100%)
R 150 of 453 ~ 33.11%
G 168 of 453 ~ 37.09%
B 135 of 453 ~ 29.8%

%33.11
%37.09
%29.8

CMYK color model

#96A887 color CMYK value is (11,0,20,34).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 19.64%
  • key color value is 34.12%
CMYK:
(11,0,20,34)
C11M0Y20K34 
(11%,0%,20%,34%)
(0.11/0.00/0.20/0.34)	

CMYK percentages

%10.71
%0
%19.64
%34.12

Codes

Color #96A887 in popluar color models

96A887
RGB150168135
HSL93°15.94%59.41%
HSB/HSV93°19.64%65.88%
CMYK10.71%0.00%19.64%
34.12%

Color #96A887 in popluar number systems.

HEX96A887
Decimal150168135
Binary100101101010100010000111
Octal226250207

Shades and tints

Shades of #96A887

#96A887
(150,168,135)
#89997B
(137,153,123)
#7C8A6F
(124,138,111)
#6F7B63
(111,123,99)
#626C57
(98,108,87)
#555D4B
(85,93,75)
#484E3F
(72,78,63)
#3B3F33
(59,63,51)
#2E3027
(46,48,39)
#21211B
(33,33,27)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #96A887

#96A887
(150,168,135)
#9FAF91
(159,175,145)
#A8B69B
(168,182,155)
#B1BDA5
(177,189,165)
#BAC4AF
(186,196,175)
#C3CBB9
(195,203,185)
#CCD2C3
(204,210,195)
#D5D9CD
(213,217,205)
#DEE0D7
(222,224,215)
#E7E7E1
(231,231,225)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A887; }

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

This text font color is #96A887.


Background Color

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

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

This div background color is #96A887.


Border color

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

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

This div border color is #96A887.


Opacity

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

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

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

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

This text has shadow with #96A887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A887 on black background.


Color preview on white background

This text has color #96A887 on white background.



Black color preview on #96A887 background

This text has black color on #96A887 background.


White color preview on #96A887 background

This text has white color on #96A887 background.