COLOR #96889A

HEX: #96889A
RGB: (150,136,154)

Color info

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

RGB color model

#96889A color RGB value is (150,136,154).

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

RGB channels and saturation

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

150
136
154

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

Portions of RGB colors in percentages

R + G + B =
150 + 136 + 154 = 440 (100%)
R 150 of 440 ~ 34.09%
G 136 of 440 ~ 30.91%
B 154 of 440 ~ 35%

%34.09
%30.91
%35

CMYK color model

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

  • cyan value is 2.60%
  • magenta value is 11.69%
  • 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
%11.69
%0
%39.61

Codes

Color #96889A in popluar color models

96889A
RGB150136154
HSL287°8.18%56.86%
HSB/HSV287°11.69%60.39%
CMYK2.60%11.69%0.00%
39.61%

Color #96889A in popluar number systems.

HEX96889A
Decimal150136154
Binary100101101000100010011010
Octal226210232

Shades and tints

Shades of #96889A

#96889A
(150,136,154)
#897C8C
(137,124,140)
#7C707E
(124,112,126)
#6F6470
(111,100,112)
#625862
(98,88,98)
#554C54
(85,76,84)
#484046
(72,64,70)
#3B3438
(59,52,56)
#2E282A
(46,40,42)
#211C1C
(33,28,28)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #96889A

#96889A
(150,136,154)
#9F92A3
(159,146,163)
#A89CAC
(168,156,172)
#B1A6B5
(177,166,181)
#BAB0BE
(186,176,190)
#C3BAC7
(195,186,199)
#CCC4D0
(204,196,208)
#D5CED9
(213,206,217)
#DED8E2
(222,216,226)
#E7E2EB
(231,226,235)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96889A; }

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

This text font color is #96889A.


Background Color

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

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

This div background color is #96889A.


Border color

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

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

This div border color is #96889A.


Opacity

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

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

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

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

This text has shadow with #96889A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96889A on black background.


Color preview on white background

This text has color #96889A on white background.



Black color preview on #96889A background

This text has black color on #96889A background.


White color preview on #96889A background

This text has white color on #96889A background.