COLOR #968C89

HEX: #968C89 RGB: (150,140,137)

Color info

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

RGB color model

#968C89 color RGB value is (150,140,137).

RGB: (150,140,137) (59%, 55%, 54%)

RGB channels and saturation

R 150 of 255 = 59%
G 140 of 255 = 55%
B 137 of 255 = 54%

150
140
137

R + G + B ~ 56%. #968C89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 140 + 137 = 427 (100%)
R 150 of 427 ~ 35.13%
G 140 of 427 ~ 32.79%
B 137 of 427 ~ 32.08'%

%35.13
%32.79
%32.08

CMYK color model

#968C89 color CMYK value is (0,7,9,41).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 8.67%
  • key color value is 41.18%

CMYK: (0,7,9,41)
C0M7Y9K41 (0%, 7%, 9%, 41%)
(0.00 / 0.07 / 0.09 / 0.41)

CMYK percentages

%0
%6.67
%8.67
%41.18

Codes

Color #968C89 in popluar color models

96 8C 89
RGB 150 140 137
HSL 14° 5.83% 56.27%
HSB/HSV 14° 8.67% 58.82%
CMYK 0.00% 6.67% 8.67%
41.18%

Color #968C89 in popluar number systems.

HEX 96 8C 89
Decimal 150 140 137
Binary 10010110 10001100 10001001
Octal 226 214 211

Shades and tints

Shades of #968C89

#968C89
(150,140,137)
#89807D
(137,128,125)
#7C7471
(124,116,113)
#6F6865
(111,104,101)
#625C59
(98,92,89)
#55504D
(85,80,77)
#484441
(72,68,65)
#3B3835
(59,56,53)
#2E2C29
(46,44,41)
#21201D
(33,32,29)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #968C89

#968C89
(150,140,137)
#9F9693
(159,150,147)
#A8A09D
(168,160,157)
#B1AAA7
(177,170,167)
#BAB4B1
(186,180,177)
#C3BEBB
(195,190,187)
#CCC8C5
(204,200,197)
#D5D2CF
(213,210,207)
#DEDCD9
(222,220,217)
#E7E6E3
(231,230,227)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968C89; }

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

This text font color is #968C89.

Background Color

.myBgColor { background-color: #968C89; }

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

This div background color is #968C89.

Border color

.myBorderColor { border: 1px solid #968C89; }

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

This div border color is #968C89.

Opacity

.myOpacity80 { color: #968C89; opacity: 0.8; }

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

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

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

This text has shadow with #968C89 color.


.textShadow {text-shadow: 3px 3px 1px #968C89', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #968C89; -webkit-box-shadow: 1px 1px 3px 2px #968C89; box-shadow:1px 1px 3px 2px #968C89;">
Div content here
</div>

This div box has shadow with color #968C89.

Preview

Color preview on black background

This text has color #968C89 on black background.


Color preview on white background

This text has color #968C89 on white background.


Black color preview on #968C89 background

This text has black color on #968C89 background.


White color preview on #968C89 background

This text has white color on #968C89 background.


Related colors

Complementary color

Complementary color for #hex is #697376.


I love getcolorcode.com

Triadic colors

1 #89968C and #8C8996 with #968C89 are triadic colors.

2 #898C96 and #8C9689 with #968C89 are triadic colors.