COLOR #8B9294

HEX: #8B9294
RGB: (139,146,148)

Color info

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

RGB color model

#8B9294 color RGB value is (139,146,148).

  • red value is 139;
  • green value is 146;
  • blue value is 148.
RGB:
(139,146,148)
(55%,57%,58%)

RGB channels and saturation

R 139 of 255 = 55%
G 146 of 255 = 57%
B 148 of 255 = 58%

139
146
148

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

Portions of RGB colors in percentages

R + G + B =
139 + 146 + 148 = 433 (100%)
R 139 of 433 ~ 32.1%
G 146 of 433 ~ 33.72%
B 148 of 433 ~ 34.18%

%32.1
%33.72
%34.18

CMYK color model

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

  • cyan value is 6.08%
  • magenta value is 1.35%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(6,1,0,42)
C6M1Y0K42 
(6%,1%,0%,42%)
(0.06/0.01/0.00/0.42)	

CMYK percentages

%6.08
%1.35
%0
%41.96

Codes

Color #8B9294 in popluar color models

8B9294
RGB139146148
HSL193°4.04%56.27%
HSB/HSV193°6.08%58.04%
CMYK6.08%1.35%0.00%
41.96%

Color #8B9294 in popluar number systems.

HEX8B9294
Decimal139146148
Binary100010111001001010010100
Octal213222224

Shades and tints

Shades of #8B9294

#8B9294
(139,146,148)
#7F8587
(127,133,135)
#73787A
(115,120,122)
#676B6D
(103,107,109)
#5B5E60
(91,94,96)
#4F5153
(79,81,83)
#434446
(67,68,70)
#373739
(55,55,57)
#2B2A2C
(43,42,44)
#1F1D1F
(31,29,31)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #8B9294

#8B9294
(139,146,148)
#959B9D
(149,155,157)
#9FA4A6
(159,164,166)
#A9ADAF
(169,173,175)
#B3B6B8
(179,182,184)
#BDBFC1
(189,191,193)
#C7C8CA
(199,200,202)
#D1D1D3
(209,209,211)
#DBDADC
(219,218,220)
#E5E3E5
(229,227,229)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9294; }

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

This text font color is #8B9294.


Background Color

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

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

This div background color is #8B9294.


Border color

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

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

This div border color is #8B9294.


Opacity

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

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

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

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

This text has shadow with #8B9294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9294 on black background.


Color preview on white background

This text has color #8B9294 on white background.



Black color preview on #8B9294 background

This text has black color on #8B9294 background.


White color preview on #8B9294 background

This text has white color on #8B9294 background.