COLOR #96888F

HEX: #96888F RGB: (150,136,143)

Color info

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

RGB color model

#96888F color RGB value is (150,136,143).

RGB: (150,136,143) (59%, 53%, 56%)

RGB channels and saturation

R 150 of 255 = 59%
G 136 of 255 = 53%
B 143 of 255 = 56%

150
136
143

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

Portions of RGB colors in percentages

R + G + B = 150 + 136 + 143 = 429 (100%)
R 150 of 429 ~ 34.97%
G 136 of 429 ~ 31.7%
B 143 of 429 ~ 33.33'%

%34.97
%31.7
%33.33

CMYK color model

#96888F color CMYK value is (0,9,5,41).

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

CMYK: (0,9,5,41)
C0M9Y5K41 (0%, 9%, 5%, 41%)
(0.00 / 0.09 / 0.05 / 0.41)

CMYK percentages

%0
%9.33
%4.67
%41.18

Codes

Color #96888F in popluar color models

96 88 8F
RGB 150 136 143
HSL 330° 6.25% 56.08%
HSB/HSV 330° 9.33% 58.82%
CMYK 0.00% 9.33% 4.67%
41.18%

Color #96888F in popluar number systems.

HEX 96 88 8F
Decimal 150 136 143
Binary 10010110 10001000 10001111
Octal 226 210 217

Shades and tints

Shades of #96888F

#96888F
(150,136,143)
#897C82
(137,124,130)
#7C7075
(124,112,117)
#6F6468
(111,100,104)
#62585B
(98,88,91)
#554C4E
(85,76,78)
#484041
(72,64,65)
#3B3434
(59,52,52)
#2E2827
(46,40,39)
#211C1A
(33,28,26)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #96888F

#96888F
(150,136,143)
#9F9299
(159,146,153)
#A89CA3
(168,156,163)
#B1A6AD
(177,166,173)
#BAB0B7
(186,176,183)
#C3BAC1
(195,186,193)
#CCC4CB
(204,196,203)
#D5CED5
(213,206,213)
#DED8DF
(222,216,223)
#E7E2E9
(231,226,233)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96888F; }

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

This text font color is #96888F.

Background Color

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

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

This div background color is #96888F.

Border color

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

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

This div border color is #96888F.

Opacity

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

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

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

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

This text has shadow with #96888F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96888F.

Preview

Color preview on black background

This text has color #96888F on black background.


Color preview on white background

This text has color #96888F on white background.


Black color preview on #96888F background

This text has black color on #96888F background.


White color preview on #96888F background

This text has white color on #96888F background.


Related colors

Complementary color

Complementary color for #hex is #697770.


I love getcolorcode.com

Triadic colors

1 #8F9688 and #888F96 with #96888F are triadic colors.

2 #8F8896 and #88968F with #96888F are triadic colors.