COLOR #96A080

HEX: #96A080
RGB: (150,160,128)

Color info

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

RGB color model

#96A080 color RGB value is (150,160,128).

  • red value is 150;
  • green value is 160;
  • blue value is 128.
RGB:
(150,160,128)
(59%,63%,50%)

RGB channels and saturation

R 150 of 255 = 59%
G 160 of 255 = 63%
B 128 of 255 = 50%

150
160
128

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

Portions of RGB colors in percentages

R + G + B =
150 + 160 + 128 = 438 (100%)
R 150 of 438 ~ 34.25%
G 160 of 438 ~ 36.53%
B 128 of 438 ~ 29.22%

%34.25
%36.53
%29.22

CMYK color model

#96A080 color CMYK value is (6,0,20,37).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 37.25%
CMYK:
(6,0,20,37)
C6M0Y20K37 
(6%,0%,20%,37%)
(0.06/0.00/0.20/0.37)	

CMYK percentages

%6.25
%0
%20
%37.25

Codes

Color #96A080 in popluar color models

96A080
RGB150160128
HSL79°14.41%56.47%
HSB/HSV79°20.00%62.75%
CMYK6.25%0.00%20.00%
37.25%

Color #96A080 in popluar number systems.

HEX96A080
Decimal150160128
Binary100101101010000010000000
Octal226240200

Shades and tints

Shades of #96A080

#96A080
(150,160,128)
#899275
(137,146,117)
#7C846A
(124,132,106)
#6F765F
(111,118,95)
#626854
(98,104,84)
#555A49
(85,90,73)
#484C3E
(72,76,62)
#3B3E33
(59,62,51)
#2E3028
(46,48,40)
#21221D
(33,34,29)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #96A080

#96A080
(150,160,128)
#9FA88B
(159,168,139)
#A8B096
(168,176,150)
#B1B8A1
(177,184,161)
#BAC0AC
(186,192,172)
#C3C8B7
(195,200,183)
#CCD0C2
(204,208,194)
#D5D8CD
(213,216,205)
#DEE0D8
(222,224,216)
#E7E8E3
(231,232,227)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A080 color. Also use rgb(150,160,128) instead hex code.

Text Font Color

.myTextColor { color: #96A080; }

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

This text font color is #96A080.


Background Color

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

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

This div background color is #96A080.


Border color

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

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

This div border color is #96A080.


Opacity

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

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

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

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

This text has shadow with #96A080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A080 on black background.


Color preview on white background

This text has color #96A080 on white background.



Black color preview on #96A080 background

This text has black color on #96A080 background.


White color preview on #96A080 background

This text has white color on #96A080 background.