COLOR #969F8F

HEX: #969F8F
RGB: (150,159,143)

Color info

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

RGB color model

#969F8F color RGB value is (150,159,143).

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

RGB channels and saturation

R 150 of 255 = 59%
G 159 of 255 = 62%
B 143 of 255 = 56%

150
159
143

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

Portions of RGB colors in percentages

R + G + B =
150 + 159 + 143 = 452 (100%)
R 150 of 452 ~ 33.19%
G 159 of 452 ~ 35.18%
B 143 of 452 ~ 31.64%

%33.19
%35.18
%31.64

CMYK color model

#969F8F color CMYK value is (6,0,10,38).

  • cyan value is 5.66%
  • magenta value is 0.00%
  • yellow value is 10.06%
  • key color value is 37.65%
CMYK:
(6,0,10,38)
C6M0Y10K38 
(6%,0%,10%,38%)
(0.06/0.00/0.10/0.38)	

CMYK percentages

%5.66
%0
%10.06
%37.65

Codes

Color #969F8F in popluar color models

969F8F
RGB150159143
HSL94°7.69%59.22%
HSB/HSV94°10.06%62.35%
CMYK5.66%0.00%10.06%
37.65%

Color #969F8F in popluar number systems.

HEX969F8F
Decimal150159143
Binary100101101001111110001111
Octal226237217

Shades and tints

Shades of #969F8F

#969F8F
(150,159,143)
#899182
(137,145,130)
#7C8375
(124,131,117)
#6F7568
(111,117,104)
#62675B
(98,103,91)
#55594E
(85,89,78)
#484B41
(72,75,65)
#3B3D34
(59,61,52)
#2E2F27
(46,47,39)
#21211A
(33,33,26)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #969F8F

#969F8F
(150,159,143)
#9FA799
(159,167,153)
#A8AFA3
(168,175,163)
#B1B7AD
(177,183,173)
#BABFB7
(186,191,183)
#C3C7C1
(195,199,193)
#CCCFCB
(204,207,203)
#D5D7D5
(213,215,213)
#DEDFDF
(222,223,223)
#E7E7E9
(231,231,233)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969F8F; }

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

This text font color is #969F8F.


Background Color

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

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

This div background color is #969F8F.


Border color

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

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

This div border color is #969F8F.


Opacity

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

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

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

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

This text has shadow with #969F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969F8F on black background.


Color preview on white background

This text has color #969F8F on white background.



Black color preview on #969F8F background

This text has black color on #969F8F background.


White color preview on #969F8F background

This text has white color on #969F8F background.