COLOR #96879A

HEX: #96879A
RGB: (150,135,154)

Color info

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

RGB color model

#96879A color RGB value is (150,135,154).

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

RGB channels and saturation

R 150 of 255 = 59%
G 135 of 255 = 53%
B 154 of 255 = 60%

150
135
154

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

Portions of RGB colors in percentages

R + G + B =
150 + 135 + 154 = 439 (100%)
R 150 of 439 ~ 34.17%
G 135 of 439 ~ 30.75%
B 154 of 439 ~ 35.08%

%34.17
%30.75
%35.08

CMYK color model

#96879A color CMYK value is (3,12,0,40).

  • cyan value is 2.60%
  • magenta value is 12.34%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(3,12,0,40)
C3M12Y0K40 
(3%,12%,0%,40%)
(0.03/0.12/0.00/0.40)	

CMYK percentages

%2.6
%12.34
%0
%39.61

Codes

Color #96879A in popluar color models

96879A
RGB150135154
HSL287°8.60%56.67%
HSB/HSV287°12.34%60.39%
CMYK2.60%12.34%0.00%
39.61%

Color #96879A in popluar number systems.

HEX96879A
Decimal150135154
Binary100101101000011110011010
Octal226207232

Shades and tints

Shades of #96879A

#96879A
(150,135,154)
#897B8C
(137,123,140)
#7C6F7E
(124,111,126)
#6F6370
(111,99,112)
#625762
(98,87,98)
#554B54
(85,75,84)
#483F46
(72,63,70)
#3B3338
(59,51,56)
#2E272A
(46,39,42)
#211B1C
(33,27,28)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #96879A

#96879A
(150,135,154)
#9F91A3
(159,145,163)
#A89BAC
(168,155,172)
#B1A5B5
(177,165,181)
#BAAFBE
(186,175,190)
#C3B9C7
(195,185,199)
#CCC3D0
(204,195,208)
#D5CDD9
(213,205,217)
#DED7E2
(222,215,226)
#E7E1EB
(231,225,235)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96879A; }

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

This text font color is #96879A.


Background Color

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

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

This div background color is #96879A.


Border color

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

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

This div border color is #96879A.


Opacity

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

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

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

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

This text has shadow with #96879A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96879A on black background.


Color preview on white background

This text has color #96879A on white background.



Black color preview on #96879A background

This text has black color on #96879A background.


White color preview on #96879A background

This text has white color on #96879A background.