COLOR #968E8E

HEX: #968E8E
RGB: (150,142,142)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

150
142
142

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

Portions of RGB colors in percentages

R + G + B =
150 + 142 + 142 = 434 (100%)
R 150 of 434 ~ 34.56%
G 142 of 434 ~ 32.72%
B 142 of 434 ~ 32.72%

%34.56
%32.72
%32.72

CMYK color model

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

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

CMYK percentages

%0
%5.33
%5.33
%41.18

Codes

Color #968E8E in popluar color models

968E8E
RGB150142142
HSL3.67%57.25%
HSB/HSV5.33%58.82%
CMYK0.00%5.33%5.33%
41.18%

Color #968E8E in popluar number systems.

HEX968E8E
Decimal150142142
Binary100101101000111010001110
Octal226216216

Shades and tints

Shades of #968E8E

#968E8E
(150,142,142)
#898282
(137,130,130)
#7C7676
(124,118,118)
#6F6A6A
(111,106,106)
#625E5E
(98,94,94)
#555252
(85,82,82)
#484646
(72,70,70)
#3B3A3A
(59,58,58)
#2E2E2E
(46,46,46)
#212222
(33,34,34)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #968E8E

#968E8E
(150,142,142)
#9F9898
(159,152,152)
#A8A2A2
(168,162,162)
#B1ACAC
(177,172,172)
#BAB6B6
(186,182,182)
#C3C0C0
(195,192,192)
#CCCACA
(204,202,202)
#D5D4D4
(213,212,212)
#DEDEDE
(222,222,222)
#E7E8E8
(231,232,232)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968E8E; }

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

This text font color is #968E8E.


Background Color

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

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

This div background color is #968E8E.


Border color

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

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

This div border color is #968E8E.


Opacity

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

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

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

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

This text has shadow with #968E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968E8E on black background.


Color preview on white background

This text has color #968E8E on white background.



Black color preview on #968E8E background

This text has black color on #968E8E background.


White color preview on #968E8E background

This text has white color on #968E8E background.