COLOR #968A89

HEX: #968A89
RGB: (150,138,137)

Color info

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

RGB color model

#968A89 color RGB value is (150,138,137).

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

RGB channels and saturation

R 150 of 255 = 59%
G 138 of 255 = 54%
B 137 of 255 = 54%

150
138
137

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

Portions of RGB colors in percentages

R + G + B =
150 + 138 + 137 = 425 (100%)
R 150 of 425 ~ 35.29%
G 138 of 425 ~ 32.47%
B 137 of 425 ~ 32.24%

%35.29
%32.47
%32.24

CMYK color model

#968A89 color CMYK value is (0,8,9,41).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 8.67%
  • key color value is 41.18%
CMYK:
(0,8,9,41)
C0M8Y9K41 
(0%,8%,9%,41%)
(0.00/0.08/0.09/0.41)	

CMYK percentages

%0
%8
%8.67
%41.18

Codes

Color #968A89 in popluar color models

968A89
RGB150138137
HSL5.83%56.27%
HSB/HSV8.67%58.82%
CMYK0.00%8.00%8.67%
41.18%

Color #968A89 in popluar number systems.

HEX968A89
Decimal150138137
Binary100101101000101010001001
Octal226212211

Shades and tints

Shades of #968A89

#968A89
(150,138,137)
#897E7D
(137,126,125)
#7C7271
(124,114,113)
#6F6665
(111,102,101)
#625A59
(98,90,89)
#554E4D
(85,78,77)
#484241
(72,66,65)
#3B3635
(59,54,53)
#2E2A29
(46,42,41)
#211E1D
(33,30,29)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #968A89

#968A89
(150,138,137)
#9F9493
(159,148,147)
#A89E9D
(168,158,157)
#B1A8A7
(177,168,167)
#BAB2B1
(186,178,177)
#C3BCBB
(195,188,187)
#CCC6C5
(204,198,197)
#D5D0CF
(213,208,207)
#DEDAD9
(222,218,217)
#E7E4E3
(231,228,227)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968A89; }

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

This text font color is #968A89.


Background Color

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

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

This div background color is #968A89.


Border color

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

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

This div border color is #968A89.


Opacity

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

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

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

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

This text has shadow with #968A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968A89 on black background.


Color preview on white background

This text has color #968A89 on white background.



Black color preview on #968A89 background

This text has black color on #968A89 background.


White color preview on #968A89 background

This text has white color on #968A89 background.