COLOR #8B9A99

HEX: #8B9A99
RGB: (139,154,153)

Color info

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

RGB color model

#8B9A99 color RGB value is (139,154,153).

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

RGB channels and saturation

R 139 of 255 = 55%
G 154 of 255 = 60%
B 153 of 255 = 60%

139
154
153

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

Portions of RGB colors in percentages

R + G + B =
139 + 154 + 153 = 446 (100%)
R 139 of 446 ~ 31.17%
G 154 of 446 ~ 34.53%
B 153 of 446 ~ 34.3%

%31.17
%34.53
%34.3

CMYK color model

#8B9A99 color CMYK value is (10,0,1,40).

  • cyan value is 9.74%
  • magenta value is 0.00%
  • yellow value is 0.65%
  • key color value is 39.61%
CMYK:
(10,0,1,40)
C10M0Y1K40 
(10%,0%,1%,40%)
(0.10/0.00/0.01/0.40)	

CMYK percentages

%9.74
%0
%0.65
%39.61

Codes

Color #8B9A99 in popluar color models

8B9A99
RGB139154153
HSL176°6.91%57.45%
HSB/HSV176°9.74%60.39%
CMYK9.74%0.00%0.65%
39.61%

Color #8B9A99 in popluar number systems.

HEX8B9A99
Decimal139154153
Binary100010111001101010011001
Octal213232231

Shades and tints

Shades of #8B9A99

#8B9A99
(139,154,153)
#7F8C8C
(127,140,140)
#737E7F
(115,126,127)
#677072
(103,112,114)
#5B6265
(91,98,101)
#4F5458
(79,84,88)
#43464B
(67,70,75)
#37383E
(55,56,62)
#2B2A31
(43,42,49)
#1F1C24
(31,28,36)
#130E17
(19,14,23)
#000000
(0,0,0)

Tints of #8B9A99

#8B9A99
(139,154,153)
#95A3A2
(149,163,162)
#9FACAB
(159,172,171)
#A9B5B4
(169,181,180)
#B3BEBD
(179,190,189)
#BDC7C6
(189,199,198)
#C7D0CF
(199,208,207)
#D1D9D8
(209,217,216)
#DBE2E1
(219,226,225)
#E5EBEA
(229,235,234)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9A99; }

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

This text font color is #8B9A99.


Background Color

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

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

This div background color is #8B9A99.


Border color

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

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

This div border color is #8B9A99.


Opacity

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

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

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

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

This text has shadow with #8B9A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9A99 on black background.


Color preview on white background

This text has color #8B9A99 on white background.



Black color preview on #8B9A99 background

This text has black color on #8B9A99 background.


White color preview on #8B9A99 background

This text has white color on #8B9A99 background.