COLOR #8B9991

HEX: #8B9991 RGB: (139,153,145)

Color info

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

RGB color model

#8B9991 color RGB value is (139,153,145).

RGB: (139,153,145) (55%, 60%, 57%)

RGB channels and saturation

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

139
153
145

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

Portions of RGB colors in percentages

R + G + B = 139 + 153 + 145 = 437 (100%)
R 139 of 437 ~ 31.81%
G 153 of 437 ~ 35.01%
B 145 of 437 ~ 33.18'%

%31.81
%35.01
%33.18

CMYK color model

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

  • cyan value is 9.15%
  • magenta value is 0.00%
  • yellow value is 5.23%
  • 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
%5.23
%40

Codes

Color #8B9991 in popluar color models

8B 99 91
RGB 139 153 145
HSL 146° 6.42% 57.25%
HSB/HSV 146° 9.15% 60.00%
CMYK 9.15% 0.00% 5.23%
40.00%

Color #8B9991 in popluar number systems.

HEX 8B 99 91
Decimal 139 153 145
Binary 10001011 10011001 10010001
Octal 213 231 221

Shades and tints

Shades of #8B9991

#8B9991
(139,153,145)
#7F8C84
(127,140,132)
#737F77
(115,127,119)
#67726A
(103,114,106)
#5B655D
(91,101,93)
#4F5850
(79,88,80)
#434B43
(67,75,67)
#373E36
(55,62,54)
#2B3129
(43,49,41)
#1F241C
(31,36,28)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #8B9991

#8B9991
(139,153,145)
#95A29B
(149,162,155)
#9FABA5
(159,171,165)
#A9B4AF
(169,180,175)
#B3BDB9
(179,189,185)
#BDC6C3
(189,198,195)
#C7CFCD
(199,207,205)
#D1D8D7
(209,216,215)
#DBE1E1
(219,225,225)
#E5EAEB
(229,234,235)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9991; }

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

This text font color is #8B9991.

Background Color

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

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

This div background color is #8B9991.

Border color

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

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

This div border color is #8B9991.

Opacity

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

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

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

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

This text has shadow with #8B9991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B9991.

Preview

Color preview on black background

This text has color #8B9991 on black background.


Color preview on white background

This text has color #8B9991 on white background.


Black color preview on #8B9991 background

This text has black color on #8B9991 background.


White color preview on #8B9991 background

This text has white color on #8B9991 background.


Related colors

Complementary color

Complementary color for #hex is #74666E.


I love getcolorcode.com

Triadic colors

1 #918B99 and #99918B with #8B9991 are triadic colors.

2 #91998B and #998B91 with #8B9991 are triadic colors.