COLOR #8B9893

HEX: #8B9893
RGB: (139,152,147)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

139
152
147

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

Portions of RGB colors in percentages

R + G + B =
139 + 152 + 147 = 438 (100%)
R 139 of 438 ~ 31.74%
G 152 of 438 ~ 34.7%
B 147 of 438 ~ 33.56%

%31.74
%34.7
%33.56

CMYK color model

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

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

CMYK percentages

%8.55
%0
%3.29
%40.39

Codes

Color #8B9893 in popluar color models

8B9893
RGB139152147
HSL157°5.94%57.06%
HSB/HSV157°8.55%59.61%
CMYK8.55%0.00%3.29%
40.39%

Color #8B9893 in popluar number systems.

HEX8B9893
Decimal139152147
Binary100010111001100010010011
Octal213230223

Shades and tints

Shades of #8B9893

#8B9893
(139,152,147)
#7F8B86
(127,139,134)
#737E79
(115,126,121)
#67716C
(103,113,108)
#5B645F
(91,100,95)
#4F5752
(79,87,82)
#434A45
(67,74,69)
#373D38
(55,61,56)
#2B302B
(43,48,43)
#1F231E
(31,35,30)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #8B9893

#8B9893
(139,152,147)
#95A19C
(149,161,156)
#9FAAA5
(159,170,165)
#A9B3AE
(169,179,174)
#B3BCB7
(179,188,183)
#BDC5C0
(189,197,192)
#C7CEC9
(199,206,201)
#D1D7D2
(209,215,210)
#DBE0DB
(219,224,219)
#E5E9E4
(229,233,228)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9893; }

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

This text font color is #8B9893.


Background Color

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

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

This div background color is #8B9893.


Border color

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

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

This div border color is #8B9893.


Opacity

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

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

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

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

This text has shadow with #8B9893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9893 on black background.


Color preview on white background

This text has color #8B9893 on white background.



Black color preview on #8B9893 background

This text has black color on #8B9893 background.


White color preview on #8B9893 background

This text has white color on #8B9893 background.