COLOR #8B969D

HEX: #8B969D
RGB: (139,150,157)

Color info

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

RGB color model

#8B969D color RGB value is (139,150,157).

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

RGB channels and saturation

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

139
150
157

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

Portions of RGB colors in percentages

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

%31.17
%33.63
%35.2

CMYK color model

#8B969D color CMYK value is (11,4,0,38).

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

CMYK percentages

%11.46
%4.46
%0
%38.43

Codes

Color #8B969D in popluar color models

8B969D
RGB139150157
HSL203°8.41%58.04%
HSB/HSV203°11.46%61.57%
CMYK11.46%4.46%0.00%
38.43%

Color #8B969D in popluar number systems.

HEX8B969D
Decimal139150157
Binary100010111001011010011101
Octal213226235

Shades and tints

Shades of #8B969D

#8B969D
(139,150,157)
#7F898F
(127,137,143)
#737C81
(115,124,129)
#676F73
(103,111,115)
#5B6265
(91,98,101)
#4F5557
(79,85,87)
#434849
(67,72,73)
#373B3B
(55,59,59)
#2B2E2D
(43,46,45)
#1F211F
(31,33,31)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #8B969D

#8B969D
(139,150,157)
#959FA5
(149,159,165)
#9FA8AD
(159,168,173)
#A9B1B5
(169,177,181)
#B3BABD
(179,186,189)
#BDC3C5
(189,195,197)
#C7CCCD
(199,204,205)
#D1D5D5
(209,213,213)
#DBDEDD
(219,222,221)
#E5E7E5
(229,231,229)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B969D; }

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

This text font color is #8B969D.


Background Color

.myBgColor { background-color: #8B969D; }

<div style="background-color:#8B969D">Inner text</div>

This div background color is #8B969D.


Border color

.myBorderColor { border: 1px solid #8B969D; }

<div style="border:3px solid #8B969D">Div</div>

This div border color is #8B969D.


Opacity

.myOpacity80 { color: #8B969D; opacity: 0.8; }

<p style="color:#8B969D;opacity:0.8;">80%</p>

Text with #8B969D 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 #8B969D;}

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

This text has shadow with #8B969D color.

.textShadow {text-shadow: 3px 3px 1px #8B969D, 3px 3px 1px red;}

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

This text has shadow with #8B969D primary color and red secondary color.


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

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

This text has shadow with #8B969D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B969D on black background.


Color preview on white background

This text has color #8B969D on white background.



Black color preview on #8B969D background

This text has black color on #8B969D background.


White color preview on #8B969D background

This text has white color on #8B969D background.