COLOR #96808F

HEX: #96808F RGB: (150,128,143)

Color info

#96808F contains red, green and blue colors in about the same proportion. Web safe color of #96808F is #996699 (or #969).

RGB color model

#96808F color RGB value is (150,128,143).

RGB: (150,128,143) (59%, 50%, 56%)

RGB channels and saturation

R 150 of 255 = 59%
G 128 of 255 = 50%
B 143 of 255 = 56%

150
128
143

R + G + B ~ 55%. #96808F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 128 + 143 = 421 (100%)
R 150 of 421 ~ 35.63%
G 128 of 421 ~ 30.4%
B 143 of 421 ~ 33.97'%

%35.63
%30.4
%33.97

CMYK color model

#96808F color CMYK value is (0,15,5,41).

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

CMYK: (0,15,5,41)
C0M15Y5K41 (0%, 15%, 5%, 41%)
(0.00 / 0.15 / 0.05 / 0.41)

CMYK percentages

%0
%14.67
%4.67
%41.18

Codes

Color #96808F in popluar color models

96 80 8F
RGB 150 128 143
HSL 319° 9.48% 54.51%
HSB/HSV 319° 14.67% 58.82%
CMYK 0.00% 14.67% 4.67%
41.18%

Color #96808F in popluar number systems.

HEX 96 80 8F
Decimal 150 128 143
Binary 10010110 10000000 10001111
Octal 226 200 217

Shades and tints

Shades of #96808F

#96808F
(150,128,143)
#897582
(137,117,130)
#7C6A75
(124,106,117)
#6F5F68
(111,95,104)
#62545B
(98,84,91)
#55494E
(85,73,78)
#483E41
(72,62,65)
#3B3334
(59,51,52)
#2E2827
(46,40,39)
#211D1A
(33,29,26)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #96808F

#96808F
(150,128,143)
#9F8B99
(159,139,153)
#A896A3
(168,150,163)
#B1A1AD
(177,161,173)
#BAACB7
(186,172,183)
#C3B7C1
(195,183,193)
#CCC2CB
(204,194,203)
#D5CDD5
(213,205,213)
#DED8DF
(222,216,223)
#E7E3E9
(231,227,233)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96808F color. Also use rgb(150,128,143) instead hex code.

Text Font Color

.myTextColor { color: #96808F; }

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

This text font color is #96808F.

Background Color

.myBgColor { background-color: #96808F; }

<div style="background-color:#96808F">Inner text</div>

This div background color is #96808F.

Border color

.myBorderColor { border: 1px solid #96808F; }

<div style="border:3px solid #96808F">Div</div>

This div border color is #96808F.

Opacity

.myOpacity80 { color: #96808F; opacity: 0.8; }

<p style="color:#96808F;opacity:0.8;">80%</p>

Text with #96808F 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 #96808F;}

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

This text has shadow with #96808F color.


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

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

This text has shadow with #96808F primary color and red secondary color.


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

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

This text has shadow with #96808F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96808F.

Preview

Color preview on black background

This text has color #96808F on black background.


Color preview on white background

This text has color #96808F on white background.


Black color preview on #96808F background

This text has black color on #96808F background.


White color preview on #96808F background

This text has white color on #96808F background.


Related colors

Complementary color

Complementary color for #hex is #697F70.


I love getcolorcode.com

Triadic colors

1 #8F9680 and #808F96 with #96808F are triadic colors.

2 #8F8096 and #80968F with #96808F are triadic colors.