COLOR #96899B

HEX: #96899B
RGB: (150,137,155)

Color info

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

RGB color model

#96899B color RGB value is (150,137,155).

  • red value is 150;
  • green value is 137;
  • blue value is 155.
RGB:
(150,137,155)
(59%,54%,61%)

RGB channels and saturation

R 150 of 255 = 59%
G 137 of 255 = 54%
B 155 of 255 = 61%

150
137
155

R + G + B ~ 58%. #96899B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 137 + 155 = 442 (100%)
R 150 of 442 ~ 33.94%
G 137 of 442 ~ 31%
B 155 of 442 ~ 35.07%

%33.94
%31
%35.07

CMYK color model

#96899B color CMYK value is (3,12,0,39).

  • cyan value is 3.23%
  • magenta value is 11.61%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(3,12,0,39)
C3M12Y0K39 
(3%,12%,0%,39%)
(0.03/0.12/0.00/0.39)	

CMYK percentages

%3.23
%11.61
%0
%39.22

Codes

Color #96899B in popluar color models

96899B
RGB150137155
HSL283°8.26%57.25%
HSB/HSV283°11.61%60.78%
CMYK3.23%11.61%0.00%
39.22%

Color #96899B in popluar number systems.

HEX96899B
Decimal150137155
Binary100101101000100110011011
Octal226211233

Shades and tints

Shades of #96899B

#96899B
(150,137,155)
#897D8D
(137,125,141)
#7C717F
(124,113,127)
#6F6571
(111,101,113)
#625963
(98,89,99)
#554D55
(85,77,85)
#484147
(72,65,71)
#3B3539
(59,53,57)
#2E292B
(46,41,43)
#211D1D
(33,29,29)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #96899B

#96899B
(150,137,155)
#9F93A4
(159,147,164)
#A89DAD
(168,157,173)
#B1A7B6
(177,167,182)
#BAB1BF
(186,177,191)
#C3BBC8
(195,187,200)
#CCC5D1
(204,197,209)
#D5CFDA
(213,207,218)
#DED9E3
(222,217,227)
#E7E3EC
(231,227,236)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96899B color. Also use rgb(150,137,155) instead hex code.

Text Font Color

.myTextColor { color: #96899B; }

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

This text font color is #96899B.


Background Color

.myBgColor { background-color: #96899B; }

<div style="background-color:#96899B">Inner text</div>

This div background color is #96899B.


Border color

.myBorderColor { border: 1px solid #96899B; }

<div style="border:3px solid #96899B">Div</div>

This div border color is #96899B.


Opacity

.myOpacity80 { color: #96899B; opacity: 0.8; }

<p style="color:#96899B;opacity:0.8;">80%</p>

Text with #96899B 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 #96899B;}

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

This text has shadow with #96899B color.

.textShadow {text-shadow: 3px 3px 1px #96899B, 3px 3px 1px red;}

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

This text has shadow with #96899B primary color and red secondary color.


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

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

This text has shadow with #96899B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96899B on black background.


Color preview on white background

This text has color #96899B on white background.



Black color preview on #96899B background

This text has black color on #96899B background.


White color preview on #96899B background

This text has white color on #96899B background.