COLOR #96AC8C

HEX: #96AC8C
RGB: (150,172,140)

Color info

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

RGB color model

#96AC8C color RGB value is (150,172,140).

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

RGB channels and saturation

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

150
172
140

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

Portions of RGB colors in percentages

R + G + B =
150 + 172 + 140 = 462 (100%)
R 150 of 462 ~ 32.47%
G 172 of 462 ~ 37.23%
B 140 of 462 ~ 30.3%

%32.47
%37.23
%30.3

CMYK color model

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

  • cyan value is 12.79%
  • magenta value is 0.00%
  • yellow value is 18.60%
  • 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
%18.6
%32.55

Codes

Color #96AC8C in popluar color models

96AC8C
RGB150172140
HSL101°16.16%61.18%
HSB/HSV101°18.60%67.45%
CMYK12.79%0.00%18.60%
32.55%

Color #96AC8C in popluar number systems.

HEX96AC8C
Decimal150172140
Binary100101101010110010001100
Octal226254214

Shades and tints

Shades of #96AC8C

#96AC8C
(150,172,140)
#899D80
(137,157,128)
#7C8E74
(124,142,116)
#6F7F68
(111,127,104)
#62705C
(98,112,92)
#556150
(85,97,80)
#485244
(72,82,68)
#3B4338
(59,67,56)
#2E342C
(46,52,44)
#212520
(33,37,32)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #96AC8C

#96AC8C
(150,172,140)
#9FB396
(159,179,150)
#A8BAA0
(168,186,160)
#B1C1AA
(177,193,170)
#BAC8B4
(186,200,180)
#C3CFBE
(195,207,190)
#CCD6C8
(204,214,200)
#D5DDD2
(213,221,210)
#DEE4DC
(222,228,220)
#E7EBE6
(231,235,230)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AC8C; }

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

This text font color is #96AC8C.


Background Color

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

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

This div background color is #96AC8C.


Border color

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

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

This div border color is #96AC8C.


Opacity

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

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

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

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

This text has shadow with #96AC8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AC8C on black background.


Color preview on white background

This text has color #96AC8C on white background.



Black color preview on #96AC8C background

This text has black color on #96AC8C background.


White color preview on #96AC8C background

This text has white color on #96AC8C background.