COLOR #8B9089

HEX: #8B9089
RGB: (139,144,137)

Color info

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

RGB color model

#8B9089 color RGB value is (139,144,137).

  • red value is 139;
  • green value is 144;
  • blue value is 137.
RGB:
(139,144,137)
(55%,56%,54%)

RGB channels and saturation

R 139 of 255 = 55%
G 144 of 255 = 56%
B 137 of 255 = 54%

139
144
137

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

Portions of RGB colors in percentages

R + G + B =
139 + 144 + 137 = 420 (100%)
R 139 of 420 ~ 33.1%
G 144 of 420 ~ 34.29%
B 137 of 420 ~ 32.62%

%33.1
%34.29
%32.62

CMYK color model

#8B9089 color CMYK value is (3,0,5,44).

  • cyan value is 3.47%
  • magenta value is 0.00%
  • yellow value is 4.86%
  • key color value is 43.53%
CMYK:
(3,0,5,44)
C3M0Y5K44 
(3%,0%,5%,44%)
(0.03/0.00/0.05/0.44)	

CMYK percentages

%3.47
%0
%4.86
%43.53

Codes

Color #8B9089 in popluar color models

8B9089
RGB139144137
HSL103°3.06%55.10%
HSB/HSV103°4.86%56.47%
CMYK3.47%0.00%4.86%
43.53%

Color #8B9089 in popluar number systems.

HEX8B9089
Decimal139144137
Binary100010111001000010001001
Octal213220211

Shades and tints

Shades of #8B9089

#8B9089
(139,144,137)
#7F837D
(127,131,125)
#737671
(115,118,113)
#676965
(103,105,101)
#5B5C59
(91,92,89)
#4F4F4D
(79,79,77)
#434241
(67,66,65)
#373535
(55,53,53)
#2B2829
(43,40,41)
#1F1B1D
(31,27,29)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #8B9089

#8B9089
(139,144,137)
#959A93
(149,154,147)
#9FA49D
(159,164,157)
#A9AEA7
(169,174,167)
#B3B8B1
(179,184,177)
#BDC2BB
(189,194,187)
#C7CCC5
(199,204,197)
#D1D6CF
(209,214,207)
#DBE0D9
(219,224,217)
#E5EAE3
(229,234,227)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9089; }

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

This text font color is #8B9089.


Background Color

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

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

This div background color is #8B9089.


Border color

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

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

This div border color is #8B9089.


Opacity

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

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

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

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

This text has shadow with #8B9089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9089 on black background.


Color preview on white background

This text has color #8B9089 on white background.



Black color preview on #8B9089 background

This text has black color on #8B9089 background.


White color preview on #8B9089 background

This text has white color on #8B9089 background.