COLOR #968489

HEX: #968489
RGB: (150,132,137)

Color info

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

RGB color model

#968489 color RGB value is (150,132,137).

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

RGB channels and saturation

R 150 of 255 = 59%
G 132 of 255 = 52%
B 137 of 255 = 54%

150
132
137

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

Portions of RGB colors in percentages

R + G + B =
150 + 132 + 137 = 419 (100%)
R 150 of 419 ~ 35.8%
G 132 of 419 ~ 31.5%
B 137 of 419 ~ 32.7%

%35.8
%31.5
%32.7

CMYK color model

#968489 color CMYK value is (0,12,9,41).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 8.67%
  • key color value is 41.18%
CMYK:
(0,12,9,41)
C0M12Y9K41 
(0%,12%,9%,41%)
(0.00/0.12/0.09/0.41)	

CMYK percentages

%0
%12
%8.67
%41.18

Codes

Color #968489 in popluar color models

968489
RGB150132137
HSL343°7.89%55.29%
HSB/HSV343°12.00%58.82%
CMYK0.00%12.00%8.67%
41.18%

Color #968489 in popluar number systems.

HEX968489
Decimal150132137
Binary100101101000010010001001
Octal226204211

Shades and tints

Shades of #968489

#968489
(150,132,137)
#89787D
(137,120,125)
#7C6C71
(124,108,113)
#6F6065
(111,96,101)
#625459
(98,84,89)
#55484D
(85,72,77)
#483C41
(72,60,65)
#3B3035
(59,48,53)
#2E2429
(46,36,41)
#21181D
(33,24,29)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #968489

#968489
(150,132,137)
#9F8F93
(159,143,147)
#A89A9D
(168,154,157)
#B1A5A7
(177,165,167)
#BAB0B1
(186,176,177)
#C3BBBB
(195,187,187)
#CCC6C5
(204,198,197)
#D5D1CF
(213,209,207)
#DEDCD9
(222,220,217)
#E7E7E3
(231,231,227)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968489; }

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

This text font color is #968489.


Background Color

.myBgColor { background-color: #968489; }

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

This div background color is #968489.


Border color

.myBorderColor { border: 1px solid #968489; }

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

This div border color is #968489.


Opacity

.myOpacity80 { color: #968489; opacity: 0.8; }

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

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

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

This text has shadow with #968489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968489 on black background.


Color preview on white background

This text has color #968489 on white background.



Black color preview on #968489 background

This text has black color on #968489 background.


White color preview on #968489 background

This text has white color on #968489 background.