COLOR #968E8B

HEX: #968E8B
RGB: (150,142,139)

Color info

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

RGB color model

#968E8B color RGB value is (150,142,139).

  • red value is 150;
  • green value is 142;
  • blue value is 139.
RGB:
(150,142,139)
(59%,56%,55%)

RGB channels and saturation

R 150 of 255 = 59%
G 142 of 255 = 56%
B 139 of 255 = 55%

150
142
139

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

Portions of RGB colors in percentages

R + G + B =
150 + 142 + 139 = 431 (100%)
R 150 of 431 ~ 34.8%
G 142 of 431 ~ 32.95%
B 139 of 431 ~ 32.25%

%34.8
%32.95
%32.25

CMYK color model

#968E8B color CMYK value is (0,5,7,41).

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 7.33%
  • key color value is 41.18%
CMYK:
(0,5,7,41)
C0M5Y7K41 
(0%,5%,7%,41%)
(0.00/0.05/0.07/0.41)	

CMYK percentages

%0
%5.33
%7.33
%41.18

Codes

Color #968E8B in popluar color models

968E8B
RGB150142139
HSL16°4.98%56.67%
HSB/HSV16°7.33%58.82%
CMYK0.00%5.33%7.33%
41.18%

Color #968E8B in popluar number systems.

HEX968E8B
Decimal150142139
Binary100101101000111010001011
Octal226216213

Shades and tints

Shades of #968E8B

#968E8B
(150,142,139)
#89827F
(137,130,127)
#7C7673
(124,118,115)
#6F6A67
(111,106,103)
#625E5B
(98,94,91)
#55524F
(85,82,79)
#484643
(72,70,67)
#3B3A37
(59,58,55)
#2E2E2B
(46,46,43)
#21221F
(33,34,31)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #968E8B

#968E8B
(150,142,139)
#9F9895
(159,152,149)
#A8A29F
(168,162,159)
#B1ACA9
(177,172,169)
#BAB6B3
(186,182,179)
#C3C0BD
(195,192,189)
#CCCAC7
(204,202,199)
#D5D4D1
(213,212,209)
#DEDEDB
(222,222,219)
#E7E8E5
(231,232,229)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968E8B color. Also use rgb(150,142,139) instead hex code.

Text Font Color

.myTextColor { color: #968E8B; }

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

This text font color is #968E8B.


Background Color

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

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

This div background color is #968E8B.


Border color

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

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

This div border color is #968E8B.


Opacity

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

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

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

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

This text has shadow with #968E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968E8B on black background.


Color preview on white background

This text has color #968E8B on white background.



Black color preview on #968E8B background

This text has black color on #968E8B background.


White color preview on #968E8B background

This text has white color on #968E8B background.