COLOR #8B9195

HEX: #8B9195
RGB: (139,145,149)

Color info

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

RGB color model

#8B9195 color RGB value is (139,145,149).

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

RGB channels and saturation

R 139 of 255 = 55%
G 145 of 255 = 57%
B 149 of 255 = 58%

139
145
149

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

Portions of RGB colors in percentages

R + G + B =
139 + 145 + 149 = 433 (100%)
R 139 of 433 ~ 32.1%
G 145 of 433 ~ 33.49%
B 149 of 433 ~ 34.41%

%32.1
%33.49
%34.41

CMYK color model

#8B9195 color CMYK value is (7,3,0,42).

  • cyan value is 6.71%
  • magenta value is 2.68%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(7,3,0,42)
C7M3Y0K42 
(7%,3%,0%,42%)
(0.07/0.03/0.00/0.42)	

CMYK percentages

%6.71
%2.68
%0
%41.57

Codes

Color #8B9195 in popluar color models

8B9195
RGB139145149
HSL204°4.50%56.47%
HSB/HSV204°6.71%58.43%
CMYK6.71%2.68%0.00%
41.57%

Color #8B9195 in popluar number systems.

HEX8B9195
Decimal139145149
Binary100010111001000110010101
Octal213221225

Shades and tints

Shades of #8B9195

#8B9195
(139,145,149)
#7F8488
(127,132,136)
#73777B
(115,119,123)
#676A6E
(103,106,110)
#5B5D61
(91,93,97)
#4F5054
(79,80,84)
#434347
(67,67,71)
#37363A
(55,54,58)
#2B292D
(43,41,45)
#1F1C20
(31,28,32)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #8B9195

#8B9195
(139,145,149)
#959B9E
(149,155,158)
#9FA5A7
(159,165,167)
#A9AFB0
(169,175,176)
#B3B9B9
(179,185,185)
#BDC3C2
(189,195,194)
#C7CDCB
(199,205,203)
#D1D7D4
(209,215,212)
#DBE1DD
(219,225,221)
#E5EBE6
(229,235,230)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9195; }

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

This text font color is #8B9195.


Background Color

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

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

This div background color is #8B9195.


Border color

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

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

This div border color is #8B9195.


Opacity

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

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

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

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

This text has shadow with #8B9195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9195 on black background.


Color preview on white background

This text has color #8B9195 on white background.



Black color preview on #8B9195 background

This text has black color on #8B9195 background.


White color preview on #8B9195 background

This text has white color on #8B9195 background.