COLOR #96A870

HEX: #96A870
RGB: (150,168,112)

Color info

#96A870 contains red, green and blue colors in about the same proportion. Web safe color of #96A870 is #999966 (or #996).

RGB color model

#96A870 color RGB value is (150,168,112).

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

RGB channels and saturation

R 150 of 255 = 59%
G 168 of 255 = 66%
B 112 of 255 = 44%

150
168
112

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

Portions of RGB colors in percentages

R + G + B =
150 + 168 + 112 = 430 (100%)
R 150 of 430 ~ 34.88%
G 168 of 430 ~ 39.07%
B 112 of 430 ~ 26.05%

%34.88
%39.07
%26.05

CMYK color model

#96A870 color CMYK value is (11,0,33,34).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 34.12%
CMYK:
(11,0,33,34)
C11M0Y33K34 
(11%,0%,33%,34%)
(0.11/0.00/0.33/0.34)	

CMYK percentages

%10.71
%0
%33.33
%34.12

Codes

Color #96A870 in popluar color models

96A870
RGB150168112
HSL79°24.35%54.90%
HSB/HSV79°33.33%65.88%
CMYK10.71%0.00%33.33%
34.12%

Color #96A870 in popluar number systems.

HEX96A870
Decimal150168112
Binary10010110101010001110000
Octal226250160

Shades and tints

Shades of #96A870

#96A870
(150,168,112)
#899966
(137,153,102)
#7C8A5C
(124,138,92)
#6F7B52
(111,123,82)
#626C48
(98,108,72)
#555D3E
(85,93,62)
#484E34
(72,78,52)
#3B3F2A
(59,63,42)
#2E3020
(46,48,32)
#212116
(33,33,22)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #96A870

#96A870
(150,168,112)
#9FAF7D
(159,175,125)
#A8B68A
(168,182,138)
#B1BD97
(177,189,151)
#BAC4A4
(186,196,164)
#C3CBB1
(195,203,177)
#CCD2BE
(204,210,190)
#D5D9CB
(213,217,203)
#DEE0D8
(222,224,216)
#E7E7E5
(231,231,229)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A870; }

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

This text font color is #96A870.


Background Color

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

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

This div background color is #96A870.


Border color

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

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

This div border color is #96A870.


Opacity

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

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

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

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

This text has shadow with #96A870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A870 on black background.


Color preview on white background

This text has color #96A870 on white background.



Black color preview on #96A870 background

This text has black color on #96A870 background.


White color preview on #96A870 background

This text has white color on #96A870 background.