COLOR #8B9992

HEX: #8B9992
RGB: (139,153,146)

Color info

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

RGB color model

#8B9992 color RGB value is (139,153,146).

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

RGB channels and saturation

R 139 of 255 = 55%
G 153 of 255 = 60%
B 146 of 255 = 57%

139
153
146

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

Portions of RGB colors in percentages

R + G + B =
139 + 153 + 146 = 438 (100%)
R 139 of 438 ~ 31.74%
G 153 of 438 ~ 34.93%
B 146 of 438 ~ 33.33%

%31.74
%34.93
%33.33

CMYK color model

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

  • cyan value is 9.15%
  • magenta value is 0.00%
  • yellow value is 4.58%
  • key color value is 40.00%
CMYK:
(9,0,5,40)
C9M0Y5K40 
(9%,0%,5%,40%)
(0.09/0.00/0.05/0.40)	

CMYK percentages

%9.15
%0
%4.58
%40

Codes

Color #8B9992 in popluar color models

8B9992
RGB139153146
HSL150°6.42%57.25%
HSB/HSV150°9.15%60.00%
CMYK9.15%0.00%4.58%
40.00%

Color #8B9992 in popluar number systems.

HEX8B9992
Decimal139153146
Binary100010111001100110010010
Octal213231222

Shades and tints

Shades of #8B9992

#8B9992
(139,153,146)
#7F8C85
(127,140,133)
#737F78
(115,127,120)
#67726B
(103,114,107)
#5B655E
(91,101,94)
#4F5851
(79,88,81)
#434B44
(67,75,68)
#373E37
(55,62,55)
#2B312A
(43,49,42)
#1F241D
(31,36,29)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #8B9992

#8B9992
(139,153,146)
#95A29B
(149,162,155)
#9FABA4
(159,171,164)
#A9B4AD
(169,180,173)
#B3BDB6
(179,189,182)
#BDC6BF
(189,198,191)
#C7CFC8
(199,207,200)
#D1D8D1
(209,216,209)
#DBE1DA
(219,225,218)
#E5EAE3
(229,234,227)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9992; }

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

This text font color is #8B9992.


Background Color

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

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

This div background color is #8B9992.


Border color

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

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

This div border color is #8B9992.


Opacity

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

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

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

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

This text has shadow with #8B9992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9992 on black background.


Color preview on white background

This text has color #8B9992 on white background.



Black color preview on #8B9992 background

This text has black color on #8B9992 background.


White color preview on #8B9992 background

This text has white color on #8B9992 background.