COLOR #968E95

HEX: #968E95
RGB: (150,142,149)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

150
142
149

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

Portions of RGB colors in percentages

R + G + B =
150 + 142 + 149 = 441 (100%)
R 150 of 441 ~ 34.01%
G 142 of 441 ~ 32.2%
B 149 of 441 ~ 33.79%

%34.01
%32.2
%33.79

CMYK color model

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

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

CMYK percentages

%0
%5.33
%0.67
%41.18

Codes

Color #968E95 in popluar color models

968E95
RGB150142149
HSL308°3.67%57.25%
HSB/HSV308°5.33%58.82%
CMYK0.00%5.33%0.67%
41.18%

Color #968E95 in popluar number systems.

HEX968E95
Decimal150142149
Binary100101101000111010010101
Octal226216225

Shades and tints

Shades of #968E95

#968E95
(150,142,149)
#898288
(137,130,136)
#7C767B
(124,118,123)
#6F6A6E
(111,106,110)
#625E61
(98,94,97)
#555254
(85,82,84)
#484647
(72,70,71)
#3B3A3A
(59,58,58)
#2E2E2D
(46,46,45)
#212220
(33,34,32)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #968E95

#968E95
(150,142,149)
#9F989E
(159,152,158)
#A8A2A7
(168,162,167)
#B1ACB0
(177,172,176)
#BAB6B9
(186,182,185)
#C3C0C2
(195,192,194)
#CCCACB
(204,202,203)
#D5D4D4
(213,212,212)
#DEDEDD
(222,222,221)
#E7E8E6
(231,232,230)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968E95; }

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

This text font color is #968E95.


Background Color

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

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

This div background color is #968E95.


Border color

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

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

This div border color is #968E95.


Opacity

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

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

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

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

This text has shadow with #968E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968E95 on black background.


Color preview on white background

This text has color #968E95 on white background.



Black color preview on #968E95 background

This text has black color on #968E95 background.


White color preview on #968E95 background

This text has white color on #968E95 background.