COLOR #96A082

HEX: #96A082
RGB: (150,160,130)

Color info

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

RGB color model

#96A082 color RGB value is (150,160,130).

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

RGB channels and saturation

R 150 of 255 = 59%
G 160 of 255 = 63%
B 130 of 255 = 51%

150
160
130

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

Portions of RGB colors in percentages

R + G + B =
150 + 160 + 130 = 440 (100%)
R 150 of 440 ~ 34.09%
G 160 of 440 ~ 36.36%
B 130 of 440 ~ 29.55%

%34.09
%36.36
%29.55

CMYK color model

#96A082 color CMYK value is (6,0,19,37).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 37.25%
CMYK:
(6,0,19,37)
C6M0Y19K37 
(6%,0%,19%,37%)
(0.06/0.00/0.19/0.37)	

CMYK percentages

%6.25
%0
%18.75
%37.25

Codes

Color #96A082 in popluar color models

96A082
RGB150160130
HSL80°13.64%56.86%
HSB/HSV80°18.75%62.75%
CMYK6.25%0.00%18.75%
37.25%

Color #96A082 in popluar number systems.

HEX96A082
Decimal150160130
Binary100101101010000010000010
Octal226240202

Shades and tints

Shades of #96A082

#96A082
(150,160,130)
#899277
(137,146,119)
#7C846C
(124,132,108)
#6F7661
(111,118,97)
#626856
(98,104,86)
#555A4B
(85,90,75)
#484C40
(72,76,64)
#3B3E35
(59,62,53)
#2E302A
(46,48,42)
#21221F
(33,34,31)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #96A082

#96A082
(150,160,130)
#9FA88D
(159,168,141)
#A8B098
(168,176,152)
#B1B8A3
(177,184,163)
#BAC0AE
(186,192,174)
#C3C8B9
(195,200,185)
#CCD0C4
(204,208,196)
#D5D8CF
(213,216,207)
#DEE0DA
(222,224,218)
#E7E8E5
(231,232,229)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A082; }

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

This text font color is #96A082.


Background Color

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

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

This div background color is #96A082.


Border color

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

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

This div border color is #96A082.


Opacity

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

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

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

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

This text has shadow with #96A082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A082 on black background.


Color preview on white background

This text has color #96A082 on white background.



Black color preview on #96A082 background

This text has black color on #96A082 background.


White color preview on #96A082 background

This text has white color on #96A082 background.