COLOR #96A782

HEX: #96A782
RGB: (150,167,130)

Color info

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

RGB color model

#96A782 color RGB value is (150,167,130).

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

RGB channels and saturation

R 150 of 255 = 59%
G 167 of 255 = 65%
B 130 of 255 = 51%

150
167
130

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

Portions of RGB colors in percentages

R + G + B =
150 + 167 + 130 = 447 (100%)
R 150 of 447 ~ 33.56%
G 167 of 447 ~ 37.36%
B 130 of 447 ~ 29.08%

%33.56
%37.36
%29.08

CMYK color model

#96A782 color CMYK value is (10,0,22,35).

  • cyan value is 10.18%
  • magenta value is 0.00%
  • yellow value is 22.16%
  • key color value is 34.51%
CMYK:
(10,0,22,35)
C10M0Y22K35 
(10%,0%,22%,35%)
(0.10/0.00/0.22/0.35)	

CMYK percentages

%10.18
%0
%22.16
%34.51

Codes

Color #96A782 in popluar color models

96A782
RGB150167130
HSL88°17.37%58.24%
HSB/HSV88°22.16%65.49%
CMYK10.18%0.00%22.16%
34.51%

Color #96A782 in popluar number systems.

HEX96A782
Decimal150167130
Binary100101101010011110000010
Octal226247202

Shades and tints

Shades of #96A782

#96A782
(150,167,130)
#899877
(137,152,119)
#7C896C
(124,137,108)
#6F7A61
(111,122,97)
#626B56
(98,107,86)
#555C4B
(85,92,75)
#484D40
(72,77,64)
#3B3E35
(59,62,53)
#2E2F2A
(46,47,42)
#21201F
(33,32,31)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #96A782

#96A782
(150,167,130)
#9FAF8D
(159,175,141)
#A8B798
(168,183,152)
#B1BFA3
(177,191,163)
#BAC7AE
(186,199,174)
#C3CFB9
(195,207,185)
#CCD7C4
(204,215,196)
#D5DFCF
(213,223,207)
#DEE7DA
(222,231,218)
#E7EFE5
(231,239,229)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A782; }

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

This text font color is #96A782.


Background Color

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

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

This div background color is #96A782.


Border color

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

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

This div border color is #96A782.


Opacity

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

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

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

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

This text has shadow with #96A782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A782 on black background.


Color preview on white background

This text has color #96A782 on white background.



Black color preview on #96A782 background

This text has black color on #96A782 background.


White color preview on #96A782 background

This text has white color on #96A782 background.