COLOR #8B9B99

HEX: #8B9B99
RGB: (139,155,153)

Color info

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

RGB color model

#8B9B99 color RGB value is (139,155,153).

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

RGB channels and saturation

R 139 of 255 = 55%
G 155 of 255 = 61%
B 153 of 255 = 60%

139
155
153

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

Portions of RGB colors in percentages

R + G + B =
139 + 155 + 153 = 447 (100%)
R 139 of 447 ~ 31.1%
G 155 of 447 ~ 34.68%
B 153 of 447 ~ 34.23%

%31.1
%34.68
%34.23

CMYK color model

#8B9B99 color CMYK value is (10,0,1,39).

  • cyan value is 10.32%
  • magenta value is 0.00%
  • yellow value is 1.29%
  • key color value is 39.22%
CMYK:
(10,0,1,39)
C10M0Y1K39 
(10%,0%,1%,39%)
(0.10/0.00/0.01/0.39)	

CMYK percentages

%10.32
%0
%1.29
%39.22

Codes

Color #8B9B99 in popluar color models

8B9B99
RGB139155153
HSL173°7.41%57.65%
HSB/HSV173°10.32%60.78%
CMYK10.32%0.00%1.29%
39.22%

Color #8B9B99 in popluar number systems.

HEX8B9B99
Decimal139155153
Binary100010111001101110011001
Octal213233231

Shades and tints

Shades of #8B9B99

#8B9B99
(139,155,153)
#7F8D8C
(127,141,140)
#737F7F
(115,127,127)
#677172
(103,113,114)
#5B6365
(91,99,101)
#4F5558
(79,85,88)
#43474B
(67,71,75)
#37393E
(55,57,62)
#2B2B31
(43,43,49)
#1F1D24
(31,29,36)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #8B9B99

#8B9B99
(139,155,153)
#95A4A2
(149,164,162)
#9FADAB
(159,173,171)
#A9B6B4
(169,182,180)
#B3BFBD
(179,191,189)
#BDC8C6
(189,200,198)
#C7D1CF
(199,209,207)
#D1DAD8
(209,218,216)
#DBE3E1
(219,227,225)
#E5ECEA
(229,236,234)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9B99; }

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

This text font color is #8B9B99.


Background Color

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

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

This div background color is #8B9B99.


Border color

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

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

This div border color is #8B9B99.


Opacity

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

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

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

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

This text has shadow with #8B9B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9B99 on black background.


Color preview on white background

This text has color #8B9B99 on white background.



Black color preview on #8B9B99 background

This text has black color on #8B9B99 background.


White color preview on #8B9B99 background

This text has white color on #8B9B99 background.