COLOR #96AC8B

HEX: #96AC8B
RGB: (150,172,139)

Color info

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

RGB color model

#96AC8B color RGB value is (150,172,139).

  • red value is 150;
  • green value is 172;
  • blue value is 139.
RGB:
(150,172,139)
(59%,67%,55%)

RGB channels and saturation

R 150 of 255 = 59%
G 172 of 255 = 67%
B 139 of 255 = 55%

150
172
139

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

Portions of RGB colors in percentages

R + G + B =
150 + 172 + 139 = 461 (100%)
R 150 of 461 ~ 32.54%
G 172 of 461 ~ 37.31%
B 139 of 461 ~ 30.15%

%32.54
%37.31
%30.15

CMYK color model

#96AC8B color CMYK value is (13,0,19,33).

  • cyan value is 12.79%
  • magenta value is 0.00%
  • yellow value is 19.19%
  • key color value is 32.55%
CMYK:
(13,0,19,33)
C13M0Y19K33 
(13%,0%,19%,33%)
(0.13/0.00/0.19/0.33)	

CMYK percentages

%12.79
%0
%19.19
%32.55

Codes

Color #96AC8B in popluar color models

96AC8B
RGB150172139
HSL100°16.58%60.98%
HSB/HSV100°19.19%67.45%
CMYK12.79%0.00%19.19%
32.55%

Color #96AC8B in popluar number systems.

HEX96AC8B
Decimal150172139
Binary100101101010110010001011
Octal226254213

Shades and tints

Shades of #96AC8B

#96AC8B
(150,172,139)
#899D7F
(137,157,127)
#7C8E73
(124,142,115)
#6F7F67
(111,127,103)
#62705B
(98,112,91)
#55614F
(85,97,79)
#485243
(72,82,67)
#3B4337
(59,67,55)
#2E342B
(46,52,43)
#21251F
(33,37,31)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #96AC8B

#96AC8B
(150,172,139)
#9FB395
(159,179,149)
#A8BA9F
(168,186,159)
#B1C1A9
(177,193,169)
#BAC8B3
(186,200,179)
#C3CFBD
(195,207,189)
#CCD6C7
(204,214,199)
#D5DDD1
(213,221,209)
#DEE4DB
(222,228,219)
#E7EBE5
(231,235,229)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AC8B color. Also use rgb(150,172,139) instead hex code.

Text Font Color

.myTextColor { color: #96AC8B; }

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

This text font color is #96AC8B.


Background Color

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

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

This div background color is #96AC8B.


Border color

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

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

This div border color is #96AC8B.


Opacity

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

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

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

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

This text has shadow with #96AC8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AC8B on black background.


Color preview on white background

This text has color #96AC8B on white background.



Black color preview on #96AC8B background

This text has black color on #96AC8B background.


White color preview on #96AC8B background

This text has white color on #96AC8B background.