COLOR #969D8B

HEX: #969D8B
RGB: (150,157,139)

Color info

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

RGB color model

#969D8B color RGB value is (150,157,139).

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

RGB channels and saturation

R 150 of 255 = 59%
G 157 of 255 = 62%
B 139 of 255 = 55%

150
157
139

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

Portions of RGB colors in percentages

R + G + B =
150 + 157 + 139 = 446 (100%)
R 150 of 446 ~ 33.63%
G 157 of 446 ~ 35.2%
B 139 of 446 ~ 31.17%

%33.63
%35.2
%31.17

CMYK color model

#969D8B color CMYK value is (4,0,11,38).

  • cyan value is 4.46%
  • magenta value is 0.00%
  • yellow value is 11.46%
  • key color value is 38.43%
CMYK:
(4,0,11,38)
C4M0Y11K38 
(4%,0%,11%,38%)
(0.04/0.00/0.11/0.38)	

CMYK percentages

%4.46
%0
%11.46
%38.43

Codes

Color #969D8B in popluar color models

969D8B
RGB150157139
HSL83°8.41%58.04%
HSB/HSV83°11.46%61.57%
CMYK4.46%0.00%11.46%
38.43%

Color #969D8B in popluar number systems.

HEX969D8B
Decimal150157139
Binary100101101001110110001011
Octal226235213

Shades and tints

Shades of #969D8B

#969D8B
(150,157,139)
#898F7F
(137,143,127)
#7C8173
(124,129,115)
#6F7367
(111,115,103)
#62655B
(98,101,91)
#55574F
(85,87,79)
#484943
(72,73,67)
#3B3B37
(59,59,55)
#2E2D2B
(46,45,43)
#211F1F
(33,31,31)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #969D8B

#969D8B
(150,157,139)
#9FA595
(159,165,149)
#A8AD9F
(168,173,159)
#B1B5A9
(177,181,169)
#BABDB3
(186,189,179)
#C3C5BD
(195,197,189)
#CCCDC7
(204,205,199)
#D5D5D1
(213,213,209)
#DEDDDB
(222,221,219)
#E7E5E5
(231,229,229)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969D8B color. Also use rgb(150,157,139) instead hex code.

Text Font Color

.myTextColor { color: #969D8B; }

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

This text font color is #969D8B.


Background Color

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

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

This div background color is #969D8B.


Border color

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

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

This div border color is #969D8B.


Opacity

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

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

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

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

This text has shadow with #969D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969D8B on black background.


Color preview on white background

This text has color #969D8B on white background.



Black color preview on #969D8B background

This text has black color on #969D8B background.


White color preview on #969D8B background

This text has white color on #969D8B background.