COLOR #8B9D9C

HEX: #8B9D9C
RGB: (139,157,156)

Color info

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

RGB color model

#8B9D9C color RGB value is (139,157,156).

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

RGB channels and saturation

R 139 of 255 = 55%
G 157 of 255 = 62%
B 156 of 255 = 61%

139
157
156

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

Portions of RGB colors in percentages

R + G + B =
139 + 157 + 156 = 452 (100%)
R 139 of 452 ~ 30.75%
G 157 of 452 ~ 34.73%
B 156 of 452 ~ 34.51%

%30.75
%34.73
%34.51

CMYK color model

#8B9D9C color CMYK value is (11,0,1,38).

  • cyan value is 11.46%
  • magenta value is 0.00%
  • yellow value is 0.64%
  • key color value is 38.43%
CMYK:
(11,0,1,38)
C11M0Y1K38 
(11%,0%,1%,38%)
(0.11/0.00/0.01/0.38)	

CMYK percentages

%11.46
%0
%0.64
%38.43

Codes

Color #8B9D9C in popluar color models

8B9D9C
RGB139157156
HSL177°8.41%58.04%
HSB/HSV177°11.46%61.57%
CMYK11.46%0.00%0.64%
38.43%

Color #8B9D9C in popluar number systems.

HEX8B9D9C
Decimal139157156
Binary100010111001110110011100
Octal213235234

Shades and tints

Shades of #8B9D9C

#8B9D9C
(139,157,156)
#7F8F8E
(127,143,142)
#738180
(115,129,128)
#677372
(103,115,114)
#5B6564
(91,101,100)
#4F5756
(79,87,86)
#434948
(67,73,72)
#373B3A
(55,59,58)
#2B2D2C
(43,45,44)
#1F1F1E
(31,31,30)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #8B9D9C

#8B9D9C
(139,157,156)
#95A5A5
(149,165,165)
#9FADAE
(159,173,174)
#A9B5B7
(169,181,183)
#B3BDC0
(179,189,192)
#BDC5C9
(189,197,201)
#C7CDD2
(199,205,210)
#D1D5DB
(209,213,219)
#DBDDE4
(219,221,228)
#E5E5ED
(229,229,237)
#EFEDF6
(239,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9D9C; }

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

This text font color is #8B9D9C.


Background Color

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

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

This div background color is #8B9D9C.


Border color

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

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

This div border color is #8B9D9C.


Opacity

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

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

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

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

This text has shadow with #8B9D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9D9C on black background.


Color preview on white background

This text has color #8B9D9C on white background.



Black color preview on #8B9D9C background

This text has black color on #8B9D9C background.


White color preview on #8B9D9C background

This text has white color on #8B9D9C background.