COLOR #96807A

HEX: #96807A RGB: (150,128,122)

Color info

#96807A contains red, green and blue colors in about the same proportion. Web safe color of #96807A is #996666 (or #966).

RGB color model

#96807A color RGB value is (150,128,122).

RGB: (150,128,122) (59%, 50%, 48%)

RGB channels and saturation

R 150 of 255 = 59%
G 128 of 255 = 50%
B 122 of 255 = 48%

150
128
122

R + G + B ~ 52%. #96807A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 128 + 122 = 400 (100%)
R 150 of 400 ~ 37.5%
G 128 of 400 ~ 32%
B 122 of 400 ~ 30.5'%

%37.5
%32
%30.5

CMYK color model

#96807A color CMYK value is (0,15,19,41).

  • cyan value is 0.00%
  • magenta value is 14.67%
  • yellow value is 18.67%
  • key color value is 41.18%

CMYK: (0,15,19,41)
C0M15Y19K41 (0%, 15%, 19%, 41%)
(0.00 / 0.15 / 0.19 / 0.41)

CMYK percentages

%0
%14.67
%18.67
%41.18

Codes

Color #96807A in popluar color models

96 80 7A
RGB 150 128 122
HSL 13° 11.76% 53.33%
HSB/HSV 13° 18.67% 58.82%
CMYK 0.00% 14.67% 18.67%
41.18%

Color #96807A in popluar number systems.

HEX 96 80 7A
Decimal 150 128 122
Binary 10010110 10000000 1111010
Octal 226 200 172

Shades and tints

Shades of #96807A

#96807A
(150,128,122)
#89756F
(137,117,111)
#7C6A64
(124,106,100)
#6F5F59
(111,95,89)
#62544E
(98,84,78)
#554943
(85,73,67)
#483E38
(72,62,56)
#3B332D
(59,51,45)
#2E2822
(46,40,34)
#211D17
(33,29,23)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #96807A

#96807A
(150,128,122)
#9F8B86
(159,139,134)
#A89692
(168,150,146)
#B1A19E
(177,161,158)
#BAACAA
(186,172,170)
#C3B7B6
(195,183,182)
#CCC2C2
(204,194,194)
#D5CDCE
(213,205,206)
#DED8DA
(222,216,218)
#E7E3E6
(231,227,230)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96807A color. Also use rgb(150,128,122) instead hex code.

Text Font Color

.myTextColor { color: #96807A; }

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

This text font color is #96807A.

Background Color

.myBgColor { background-color: #96807A; }

<div style="background-color:#96807A">Inner text</div>

This div background color is #96807A.

Border color

.myBorderColor { border: 1px solid #96807A; }

<div style="border:3px solid #96807A">Div</div>

This div border color is #96807A.

Opacity

.myOpacity80 { color: #96807A; opacity: 0.8; }

<p style="color:#96807A;opacity:0.8;">80%</p>

Text with #96807A 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 #96807A;}

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

This text has shadow with #96807A color.


.textShadow {text-shadow: 3px 3px 1px #96807A', 3px 3px 1px red;}

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

This text has shadow with #96807A primary color and red secondary color.


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

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

This text has shadow with #96807A and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96807A; -webkit-box-shadow: 1px 1px 3px 2px #96807A; box-shadow:1px 1px 3px 2px #96807A;">
Div content here
</div>

This div box has shadow with color #96807A.

Preview

Color preview on black background

This text has color #96807A on black background.


Color preview on white background

This text has color #96807A on white background.


Black color preview on #96807A background

This text has black color on #96807A background.


White color preview on #96807A background

This text has white color on #96807A background.


Related colors

Complementary color

Complementary color for #hex is #697F85.


I love getcolorcode.com

Triadic colors

1 #7A9680 and #807A96 with #96807A are triadic colors.

2 #7A8096 and #80967A with #96807A are triadic colors.