COLOR #96807B

HEX: #96807B
RGB: (150,128,123)

Color info

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

RGB color model

#96807B color RGB value is (150,128,123).

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

RGB channels and saturation

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

150
128
123

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

Portions of RGB colors in percentages

R + G + B =
150 + 128 + 123 = 401 (100%)
R 150 of 401 ~ 37.41%
G 128 of 401 ~ 31.92%
B 123 of 401 ~ 30.67%

%37.41
%31.92
%30.67

CMYK color model

#96807B color CMYK value is (0,15,18,41).

  • cyan value is 0.00%
  • magenta value is 14.67%
  • yellow value is 18.00%
  • key color value is 41.18%
CMYK:
(0,15,18,41)
C0M15Y18K41 
(0%,15%,18%,41%)
(0.00/0.15/0.18/0.41)	

CMYK percentages

%0
%14.67
%18
%41.18

Codes

Color #96807B in popluar color models

96807B
RGB150128123
HSL11°11.39%53.53%
HSB/HSV11°18.00%58.82%
CMYK0.00%14.67%18.00%
41.18%

Color #96807B in popluar number systems.

HEX96807B
Decimal150128123
Binary10010110100000001111011
Octal226200173

Shades and tints

Shades of #96807B

#96807B
(150,128,123)
#897570
(137,117,112)
#7C6A65
(124,106,101)
#6F5F5A
(111,95,90)
#62544F
(98,84,79)
#554944
(85,73,68)
#483E39
(72,62,57)
#3B332E
(59,51,46)
#2E2823
(46,40,35)
#211D18
(33,29,24)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #96807B

#96807B
(150,128,123)
#9F8B87
(159,139,135)
#A89693
(168,150,147)
#B1A19F
(177,161,159)
#BAACAB
(186,172,171)
#C3B7B7
(195,183,183)
#CCC2C3
(204,194,195)
#D5CDCF
(213,205,207)
#DED8DB
(222,216,219)
#E7E3E7
(231,227,231)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96807B; }

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

This text font color is #96807B.


Background Color

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

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

This div background color is #96807B.


Border color

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

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

This div border color is #96807B.


Opacity

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

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

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

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

This text has shadow with #96807B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96807B on black background.


Color preview on white background

This text has color #96807B on white background.



Black color preview on #96807B background

This text has black color on #96807B background.


White color preview on #96807B background

This text has white color on #96807B background.