COLOR #968D89

HEX: #968D89 RGB: (150,141,137)

Color info

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

RGB color model

#968D89 color RGB value is (150,141,137).

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

RGB channels and saturation

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

150
141
137

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

Portions of RGB colors in percentages

R + G + B = 150 + 141 + 137 = 428 (100%)
R 150 of 428 ~ 35.05%
G 141 of 428 ~ 32.94%
B 137 of 428 ~ 32.01'%

%35.05
%32.94
%32.01

CMYK color model

#968D89 color CMYK value is (0,6,9,41).

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

CMYK: (0,6,9,41)
C0M6Y9K41 (0%, 6%, 9%, 41%)
(0.00 / 0.06 / 0.09 / 0.41)

CMYK percentages

%0
%6
%8.67
%41.18

Codes

Color #968D89 in popluar color models

96 8D 89
RGB 150 141 137
HSL 18° 5.83% 56.27%
HSB/HSV 18° 8.67% 58.82%
CMYK 0.00% 6.00% 8.67%
41.18%

Color #968D89 in popluar number systems.

HEX 96 8D 89
Decimal 150 141 137
Binary 10010110 10001101 10001001
Octal 226 215 211

Shades and tints

Shades of #968D89

#968D89
(150,141,137)
#89817D
(137,129,125)
#7C7571
(124,117,113)
#6F6965
(111,105,101)
#625D59
(98,93,89)
#55514D
(85,81,77)
#484541
(72,69,65)
#3B3935
(59,57,53)
#2E2D29
(46,45,41)
#21211D
(33,33,29)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #968D89

#968D89
(150,141,137)
#9F9793
(159,151,147)
#A8A19D
(168,161,157)
#B1ABA7
(177,171,167)
#BAB5B1
(186,181,177)
#C3BFBB
(195,191,187)
#CCC9C5
(204,201,197)
#D5D3CF
(213,211,207)
#DEDDD9
(222,221,217)
#E7E7E3
(231,231,227)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968D89; }

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

This text font color is #968D89.

Background Color

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

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

This div background color is #968D89.

Border color

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

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

This div border color is #968D89.

Opacity

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

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

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

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

This text has shadow with #968D89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968D89.

Preview

Color preview on black background

This text has color #968D89 on black background.


Color preview on white background

This text has color #968D89 on white background.


Black color preview on #968D89 background

This text has black color on #968D89 background.


White color preview on #968D89 background

This text has white color on #968D89 background.


Related colors

Complementary color

Complementary color for #hex is #697276.


I love getcolorcode.com

Triadic colors

1 #89968D and #8D8996 with #968D89 are triadic colors.

2 #898D96 and #8D9689 with #968D89 are triadic colors.