COLOR #8B9488

HEX: #8B9488 RGB: (139,148,136)

Color info

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

RGB color model

#8B9488 color RGB value is (139,148,136).

RGB: (139,148,136) (55%, 58%, 53%)

RGB channels and saturation

R 139 of 255 = 55%
G 148 of 255 = 58%
B 136 of 255 = 53%

139
148
136

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

Portions of RGB colors in percentages

R + G + B = 139 + 148 + 136 = 423 (100%)
R 139 of 423 ~ 32.86%
G 148 of 423 ~ 34.99%
B 136 of 423 ~ 32.15'%

%32.86
%34.99
%32.15

CMYK color model

#8B9488 color CMYK value is (6,0,8,42).

  • cyan value is 6.08%
  • magenta value is 0.00%
  • yellow value is 8.11%
  • key color value is 41.96%

CMYK: (6,0,8,42)
C6M0Y8K42 (6%, 0%, 8%, 42%)
(0.06 / 0.00 / 0.08 / 0.42)

CMYK percentages

%6.08
%0
%8.11
%41.96

Codes

Color #8B9488 in popluar color models

8B 94 88
RGB 139 148 136
HSL 105° 5.31% 55.69%
HSB/HSV 105° 8.11% 58.04%
CMYK 6.08% 0.00% 8.11%
41.96%

Color #8B9488 in popluar number systems.

HEX 8B 94 88
Decimal 139 148 136
Binary 10001011 10010100 10001000
Octal 213 224 210

Shades and tints

Shades of #8B9488

#8B9488
(139,148,136)
#7F877C
(127,135,124)
#737A70
(115,122,112)
#676D64
(103,109,100)
#5B6058
(91,96,88)
#4F534C
(79,83,76)
#434640
(67,70,64)
#373934
(55,57,52)
#2B2C28
(43,44,40)
#1F1F1C
(31,31,28)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #8B9488

#8B9488
(139,148,136)
#959D92
(149,157,146)
#9FA69C
(159,166,156)
#A9AFA6
(169,175,166)
#B3B8B0
(179,184,176)
#BDC1BA
(189,193,186)
#C7CAC4
(199,202,196)
#D1D3CE
(209,211,206)
#DBDCD8
(219,220,216)
#E5E5E2
(229,229,226)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9488 color. Also use rgb(139,148,136) instead hex code.

Text Font Color

.myTextColor { color: #8B9488; }

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

This text font color is #8B9488.

Background Color

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

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

This div background color is #8B9488.

Border color

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

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

This div border color is #8B9488.

Opacity

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

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

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

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

This text has shadow with #8B9488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B9488.

Preview

Color preview on black background

This text has color #8B9488 on black background.


Color preview on white background

This text has color #8B9488 on white background.


Black color preview on #8B9488 background

This text has black color on #8B9488 background.


White color preview on #8B9488 background

This text has white color on #8B9488 background.


Related colors

Complementary color

Complementary color for #hex is #746B77.


I love getcolorcode.com

Triadic colors

1 #888B94 and #94888B with #8B9488 are triadic colors.

2 #88948B and #948B88 with #8B9488 are triadic colors.