COLOR #8B9980

HEX: #8B9980
RGB: (139,153,128)

Color info

#8B9980 contains red, green and blue colors in about the same proportion. Web safe color of #8B9980 is #999966 (or #996).

RGB color model

#8B9980 color RGB value is (139,153,128).

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

RGB channels and saturation

R 139 of 255 = 55%
G 153 of 255 = 60%
B 128 of 255 = 50%

139
153
128

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

Portions of RGB colors in percentages

R + G + B =
139 + 153 + 128 = 420 (100%)
R 139 of 420 ~ 33.1%
G 153 of 420 ~ 36.43%
B 128 of 420 ~ 30.48%

%33.1
%36.43
%30.48

CMYK color model

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

  • cyan value is 9.15%
  • magenta value is 0.00%
  • yellow value is 16.34%
  • key color value is 40.00%
CMYK:
(9,0,16,40)
C9M0Y16K40 
(9%,0%,16%,40%)
(0.09/0.00/0.16/0.40)	

CMYK percentages

%9.15
%0
%16.34
%40

Codes

Color #8B9980 in popluar color models

8B9980
RGB139153128
HSL94°10.92%55.10%
HSB/HSV94°16.34%60.00%
CMYK9.15%0.00%16.34%
40.00%

Color #8B9980 in popluar number systems.

HEX8B9980
Decimal139153128
Binary100010111001100110000000
Octal213231200

Shades and tints

Shades of #8B9980

#8B9980
(139,153,128)
#7F8C75
(127,140,117)
#737F6A
(115,127,106)
#67725F
(103,114,95)
#5B6554
(91,101,84)
#4F5849
(79,88,73)
#434B3E
(67,75,62)
#373E33
(55,62,51)
#2B3128
(43,49,40)
#1F241D
(31,36,29)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #8B9980

#8B9980
(139,153,128)
#95A28B
(149,162,139)
#9FAB96
(159,171,150)
#A9B4A1
(169,180,161)
#B3BDAC
(179,189,172)
#BDC6B7
(189,198,183)
#C7CFC2
(199,207,194)
#D1D8CD
(209,216,205)
#DBE1D8
(219,225,216)
#E5EAE3
(229,234,227)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9980; }

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

This text font color is #8B9980.


Background Color

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

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

This div background color is #8B9980.


Border color

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

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

This div border color is #8B9980.


Opacity

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

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

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

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

This text has shadow with #8B9980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9980 on black background.


Color preview on white background

This text has color #8B9980 on white background.



Black color preview on #8B9980 background

This text has black color on #8B9980 background.


White color preview on #8B9980 background

This text has white color on #8B9980 background.