COLOR #96878A

HEX: #96878A
RGB: (150,135,138)

Color info

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

RGB color model

#96878A color RGB value is (150,135,138).

  • red value is 150;
  • green value is 135;
  • blue value is 138.
RGB:
(150,135,138)
(59%,53%,54%)

RGB channels and saturation

R 150 of 255 = 59%
G 135 of 255 = 53%
B 138 of 255 = 54%

150
135
138

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

Portions of RGB colors in percentages

R + G + B =
150 + 135 + 138 = 423 (100%)
R 150 of 423 ~ 35.46%
G 135 of 423 ~ 31.91%
B 138 of 423 ~ 32.62%

%35.46
%31.91
%32.62

CMYK color model

#96878A color CMYK value is (0,10,8,41).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 8.00%
  • key color value is 41.18%
CMYK:
(0,10,8,41)
C0M10Y8K41 
(0%,10%,8%,41%)
(0.00/0.10/0.08/0.41)	

CMYK percentages

%0
%10
%8
%41.18

Codes

Color #96878A in popluar color models

96878A
RGB150135138
HSL348°6.67%55.88%
HSB/HSV348°10.00%58.82%
CMYK0.00%10.00%8.00%
41.18%

Color #96878A in popluar number systems.

HEX96878A
Decimal150135138
Binary100101101000011110001010
Octal226207212

Shades and tints

Shades of #96878A

#96878A
(150,135,138)
#897B7E
(137,123,126)
#7C6F72
(124,111,114)
#6F6366
(111,99,102)
#62575A
(98,87,90)
#554B4E
(85,75,78)
#483F42
(72,63,66)
#3B3336
(59,51,54)
#2E272A
(46,39,42)
#211B1E
(33,27,30)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #96878A

#96878A
(150,135,138)
#9F9194
(159,145,148)
#A89B9E
(168,155,158)
#B1A5A8
(177,165,168)
#BAAFB2
(186,175,178)
#C3B9BC
(195,185,188)
#CCC3C6
(204,195,198)
#D5CDD0
(213,205,208)
#DED7DA
(222,215,218)
#E7E1E4
(231,225,228)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96878A color. Also use rgb(150,135,138) instead hex code.

Text Font Color

.myTextColor { color: #96878A; }

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

This text font color is #96878A.


Background Color

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

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

This div background color is #96878A.


Border color

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

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

This div border color is #96878A.


Opacity

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

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

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

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

This text has shadow with #96878A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96878A on black background.


Color preview on white background

This text has color #96878A on white background.



Black color preview on #96878A background

This text has black color on #96878A background.


White color preview on #96878A background

This text has white color on #96878A background.