COLOR #8B988B

HEX: #8B988B
RGB: (139,152,139)

Color info

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

RGB color model

#8B988B color RGB value is (139,152,139).

  • red value is 139;
  • green value is 152;
  • blue value is 139.
RGB:
(139,152,139)
(55%,60%,55%)

RGB channels and saturation

R 139 of 255 = 55%
G 152 of 255 = 60%
B 139 of 255 = 55%

139
152
139

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

Portions of RGB colors in percentages

R + G + B =
139 + 152 + 139 = 430 (100%)
R 139 of 430 ~ 32.33%
G 152 of 430 ~ 35.35%
B 139 of 430 ~ 32.33%

%32.33
%35.35
%32.33

CMYK color model

#8B988B color CMYK value is (9,0,9,40).

  • cyan value is 8.55%
  • magenta value is 0.00%
  • yellow value is 8.55%
  • key color value is 40.39%
CMYK:
(9,0,9,40)
C9M0Y9K40 
(9%,0%,9%,40%)
(0.09/0.00/0.09/0.40)	

CMYK percentages

%8.55
%0
%8.55
%40.39

Codes

Color #8B988B in popluar color models

8B988B
RGB139152139
HSL120°5.94%57.06%
HSB/HSV120°8.55%59.61%
CMYK8.55%0.00%8.55%
40.39%

Color #8B988B in popluar number systems.

HEX8B988B
Decimal139152139
Binary100010111001100010001011
Octal213230213

Shades and tints

Shades of #8B988B

#8B988B
(139,152,139)
#7F8B7F
(127,139,127)
#737E73
(115,126,115)
#677167
(103,113,103)
#5B645B
(91,100,91)
#4F574F
(79,87,79)
#434A43
(67,74,67)
#373D37
(55,61,55)
#2B302B
(43,48,43)
#1F231F
(31,35,31)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #8B988B

#8B988B
(139,152,139)
#95A195
(149,161,149)
#9FAA9F
(159,170,159)
#A9B3A9
(169,179,169)
#B3BCB3
(179,188,179)
#BDC5BD
(189,197,189)
#C7CEC7
(199,206,199)
#D1D7D1
(209,215,209)
#DBE0DB
(219,224,219)
#E5E9E5
(229,233,229)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B988B; }

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

This text font color is #8B988B.


Background Color

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

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

This div background color is #8B988B.


Border color

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

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

This div border color is #8B988B.


Opacity

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

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

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

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

This text has shadow with #8B988B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B988B on black background.


Color preview on white background

This text has color #8B988B on white background.



Black color preview on #8B988B background

This text has black color on #8B988B background.


White color preview on #8B988B background

This text has white color on #8B988B background.