COLOR #8B9390

HEX: #8B9390 RGB: (139,147,144)

Color info

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

RGB color model

#8B9390 color RGB value is (139,147,144).

RGB: (139,147,144) (55%, 58%, 56%)

RGB channels and saturation

R 139 of 255 = 55%
G 147 of 255 = 58%
B 144 of 255 = 56%

139
147
144

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

Portions of RGB colors in percentages

R + G + B = 139 + 147 + 144 = 430 (100%)
R 139 of 430 ~ 32.33%
G 147 of 430 ~ 34.19%
B 144 of 430 ~ 33.49'%

%32.33
%34.19
%33.49

CMYK color model

#8B9390 color CMYK value is (5,0,2,42).

  • cyan value is 5.44%
  • magenta value is 0.00%
  • yellow value is 2.04%
  • key color value is 42.35%

CMYK: (5,0,2,42)
C5M0Y2K42 (5%, 0%, 2%, 42%)
(0.05 / 0.00 / 0.02 / 0.42)

CMYK percentages

%5.44
%0
%2.04
%42.35

Codes

Color #8B9390 in popluar color models

8B 93 90
RGB 139 147 144
HSL 158° 3.57% 56.08%
HSB/HSV 158° 5.44% 57.65%
CMYK 5.44% 0.00% 2.04%
42.35%

Color #8B9390 in popluar number systems.

HEX 8B 93 90
Decimal 139 147 144
Binary 10001011 10010011 10010000
Octal 213 223 220

Shades and tints

Shades of #8B9390

#8B9390
(139,147,144)
#7F8683
(127,134,131)
#737976
(115,121,118)
#676C69
(103,108,105)
#5B5F5C
(91,95,92)
#4F524F
(79,82,79)
#434542
(67,69,66)
#373835
(55,56,53)
#2B2B28
(43,43,40)
#1F1E1B
(31,30,27)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #8B9390

#8B9390
(139,147,144)
#959C9A
(149,156,154)
#9FA5A4
(159,165,164)
#A9AEAE
(169,174,174)
#B3B7B8
(179,183,184)
#BDC0C2
(189,192,194)
#C7C9CC
(199,201,204)
#D1D2D6
(209,210,214)
#DBDBE0
(219,219,224)
#E5E4EA
(229,228,234)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9390; }

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

This text font color is #8B9390.

Background Color

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

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

This div background color is #8B9390.

Border color

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

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

This div border color is #8B9390.

Opacity

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

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

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

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

This text has shadow with #8B9390 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B9390.

Preview

Color preview on black background

This text has color #8B9390 on black background.


Color preview on white background

This text has color #8B9390 on white background.


Black color preview on #8B9390 background

This text has black color on #8B9390 background.


White color preview on #8B9390 background

This text has white color on #8B9390 background.


Related colors

Complementary color

Complementary color for #hex is #746C6F.


I love getcolorcode.com

Triadic colors

1 #908B93 and #93908B with #8B9390 are triadic colors.

2 #90938B and #938B90 with #8B9390 are triadic colors.