COLOR #8B9096

HEX: #8B9096 RGB: (139,144,150)

Color info

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

RGB color model

#8B9096 color RGB value is (139,144,150).

RGB: (139,144,150) (55%, 56%, 59%)

RGB channels and saturation

R 139 of 255 = 55%
G 144 of 255 = 56%
B 150 of 255 = 59%

139
144
150

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

Portions of RGB colors in percentages

R + G + B = 139 + 144 + 150 = 433 (100%)
R 139 of 433 ~ 32.1%
G 144 of 433 ~ 33.26%
B 150 of 433 ~ 34.64'%

%32.1
%33.26
%34.64

CMYK color model

#8B9096 color CMYK value is (7,4,0,41).

  • cyan value is 7.33%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (7,4,0,41)
C7M4Y0K41 (7%, 4%, 0%, 41%)
(0.07 / 0.04 / 0.00 / 0.41)

CMYK percentages

%7.33
%4
%0
%41.18

Codes

Color #8B9096 in popluar color models

8B 90 96
RGB 139 144 150
HSL 213° 4.98% 56.67%
HSB/HSV 213° 7.33% 58.82%
CMYK 7.33% 4.00% 0.00%
41.18%

Color #8B9096 in popluar number systems.

HEX 8B 90 96
Decimal 139 144 150
Binary 10001011 10010000 10010110
Octal 213 220 226

Shades and tints

Shades of #8B9096

#8B9096
(139,144,150)
#7F8389
(127,131,137)
#73767C
(115,118,124)
#67696F
(103,105,111)
#5B5C62
(91,92,98)
#4F4F55
(79,79,85)
#434248
(67,66,72)
#37353B
(55,53,59)
#2B282E
(43,40,46)
#1F1B21
(31,27,33)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #8B9096

#8B9096
(139,144,150)
#959A9F
(149,154,159)
#9FA4A8
(159,164,168)
#A9AEB1
(169,174,177)
#B3B8BA
(179,184,186)
#BDC2C3
(189,194,195)
#C7CCCC
(199,204,204)
#D1D6D5
(209,214,213)
#DBE0DE
(219,224,222)
#E5EAE7
(229,234,231)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9096 color. Also use rgb(139,144,150) instead hex code.

Text Font Color

.myTextColor { color: #8B9096; }

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

This text font color is #8B9096.

Background Color

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

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

This div background color is #8B9096.

Border color

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

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

This div border color is #8B9096.

Opacity

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

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

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

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

This text has shadow with #8B9096 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B9096.

Preview

Color preview on black background

This text has color #8B9096 on black background.


Color preview on white background

This text has color #8B9096 on white background.


Black color preview on #8B9096 background

This text has black color on #8B9096 background.


White color preview on #8B9096 background

This text has white color on #8B9096 background.


Related colors

Complementary color

Complementary color for #hex is #746F69.


I love getcolorcode.com

Triadic colors

1 #968B90 and #90968B with #8B9096 are triadic colors.

2 #96908B and #908B96 with #8B9096 are triadic colors.