COLOR #969C8F

HEX: #969C8F
RGB: (150,156,143)

Color info

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

RGB color model

#969C8F color RGB value is (150,156,143).

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

RGB channels and saturation

R 150 of 255 = 59%
G 156 of 255 = 61%
B 143 of 255 = 56%

150
156
143

R + G + B ~ 59%. #969C8F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 156 + 143 = 449 (100%)
R 150 of 449 ~ 33.41%
G 156 of 449 ~ 34.74%
B 143 of 449 ~ 31.85%

%33.41
%34.74
%31.85

CMYK color model

#969C8F color CMYK value is (4,0,8,39).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 38.82%
CMYK:
(4,0,8,39)
C4M0Y8K39 
(4%,0%,8%,39%)
(0.04/0.00/0.08/0.39)	

CMYK percentages

%3.85
%0
%8.33
%38.82

Codes

Color #969C8F in popluar color models

969C8F
RGB150156143
HSL88°6.16%58.63%
HSB/HSV88°8.33%61.18%
CMYK3.85%0.00%8.33%
38.82%

Color #969C8F in popluar number systems.

HEX969C8F
Decimal150156143
Binary100101101001110010001111
Octal226234217

Shades and tints

Shades of #969C8F

#969C8F
(150,156,143)
#898E82
(137,142,130)
#7C8075
(124,128,117)
#6F7268
(111,114,104)
#62645B
(98,100,91)
#55564E
(85,86,78)
#484841
(72,72,65)
#3B3A34
(59,58,52)
#2E2C27
(46,44,39)
#211E1A
(33,30,26)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #969C8F

#969C8F
(150,156,143)
#9FA599
(159,165,153)
#A8AEA3
(168,174,163)
#B1B7AD
(177,183,173)
#BAC0B7
(186,192,183)
#C3C9C1
(195,201,193)
#CCD2CB
(204,210,203)
#D5DBD5
(213,219,213)
#DEE4DF
(222,228,223)
#E7EDE9
(231,237,233)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969C8F color. Also use rgb(150,156,143) instead hex code.

Text Font Color

.myTextColor { color: #969C8F; }

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

This text font color is #969C8F.


Background Color

.myBgColor { background-color: #969C8F; }

<div style="background-color:#969C8F">Inner text</div>

This div background color is #969C8F.


Border color

.myBorderColor { border: 1px solid #969C8F; }

<div style="border:3px solid #969C8F">Div</div>

This div border color is #969C8F.


Opacity

.myOpacity80 { color: #969C8F; opacity: 0.8; }

<p style="color:#969C8F;opacity:0.8;">80%</p>

Text with #969C8F 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 #969C8F;}

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

This text has shadow with #969C8F color.

.textShadow {text-shadow: 3px 3px 1px #969C8F, 3px 3px 1px red;}

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

This text has shadow with #969C8F primary color and red secondary color.


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

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

This text has shadow with #969C8F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969C8F on black background.


Color preview on white background

This text has color #969C8F on white background.



Black color preview on #969C8F background

This text has black color on #969C8F background.


White color preview on #969C8F background

This text has white color on #969C8F background.