COLOR #96A97A

HEX: #96A97A
RGB: (150,169,122)

Color info

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

RGB color model

#96A97A color RGB value is (150,169,122).

  • red value is 150;
  • green value is 169;
  • blue value is 122.
RGB:
(150,169,122)
(59%,66%,48%)

RGB channels and saturation

R 150 of 255 = 59%
G 169 of 255 = 66%
B 122 of 255 = 48%

150
169
122

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

Portions of RGB colors in percentages

R + G + B =
150 + 169 + 122 = 441 (100%)
R 150 of 441 ~ 34.01%
G 169 of 441 ~ 38.32%
B 122 of 441 ~ 27.66%

%34.01
%38.32
%27.66

CMYK color model

#96A97A color CMYK value is (11,0,28,34).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 27.81%
  • key color value is 33.73%
CMYK:
(11,0,28,34)
C11M0Y28K34 
(11%,0%,28%,34%)
(0.11/0.00/0.28/0.34)	

CMYK percentages

%11.24
%0
%27.81
%33.73

Codes

Color #96A97A in popluar color models

96A97A
RGB150169122
HSL84°21.46%57.06%
HSB/HSV84°27.81%66.27%
CMYK11.24%0.00%27.81%
33.73%

Color #96A97A in popluar number systems.

HEX96A97A
Decimal150169122
Binary10010110101010011111010
Octal226251172

Shades and tints

Shades of #96A97A

#96A97A
(150,169,122)
#899A6F
(137,154,111)
#7C8B64
(124,139,100)
#6F7C59
(111,124,89)
#626D4E
(98,109,78)
#555E43
(85,94,67)
#484F38
(72,79,56)
#3B402D
(59,64,45)
#2E3122
(46,49,34)
#212217
(33,34,23)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #96A97A

#96A97A
(150,169,122)
#9FB086
(159,176,134)
#A8B792
(168,183,146)
#B1BE9E
(177,190,158)
#BAC5AA
(186,197,170)
#C3CCB6
(195,204,182)
#CCD3C2
(204,211,194)
#D5DACE
(213,218,206)
#DEE1DA
(222,225,218)
#E7E8E6
(231,232,230)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A97A color. Also use rgb(150,169,122) instead hex code.

Text Font Color

.myTextColor { color: #96A97A; }

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

This text font color is #96A97A.


Background Color

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

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

This div background color is #96A97A.


Border color

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

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

This div border color is #96A97A.


Opacity

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

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

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

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

This text has shadow with #96A97A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A97A on black background.


Color preview on white background

This text has color #96A97A on white background.



Black color preview on #96A97A background

This text has black color on #96A97A background.


White color preview on #96A97A background

This text has white color on #96A97A background.