COLOR #9B8E94

HEX: #9B8E94
RGB: (155,142,148)

Color info

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

RGB color model

#9B8E94 color RGB value is (155,142,148).

  • red value is 155;
  • green value is 142;
  • blue value is 148.
RGB:
(155,142,148)
(61%,56%,58%)

RGB channels and saturation

R 155 of 255 = 61%
G 142 of 255 = 56%
B 148 of 255 = 58%

155
142
148

R + G + B ~ 58%. #9B8E94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 142 + 148 = 445 (100%)
R 155 of 445 ~ 34.83%
G 142 of 445 ~ 31.91%
B 148 of 445 ~ 33.26%

%34.83
%31.91
%33.26

CMYK color model

#9B8E94 color CMYK value is (0,8,5,39).

  • cyan value is 0.00%
  • magenta value is 8.39%
  • yellow value is 4.52%
  • key color value is 39.22%
CMYK:
(0,8,5,39)
C0M8Y5K39 
(0%,8%,5%,39%)
(0.00/0.08/0.05/0.39)	

CMYK percentages

%0
%8.39
%4.52
%39.22

Codes

Color #9B8E94 in popluar color models

9B8E94
RGB155142148
HSL332°6.10%58.24%
HSB/HSV332°8.39%60.78%
CMYK0.00%8.39%4.52%
39.22%

Color #9B8E94 in popluar number systems.

HEX9B8E94
Decimal155142148
Binary100110111000111010010100
Octal233216224

Shades and tints

Shades of #9B8E94

#9B8E94
(155,142,148)
#8D8287
(141,130,135)
#7F767A
(127,118,122)
#716A6D
(113,106,109)
#635E60
(99,94,96)
#555253
(85,82,83)
#474646
(71,70,70)
#393A39
(57,58,57)
#2B2E2C
(43,46,44)
#1D221F
(29,34,31)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #9B8E94

#9B8E94
(155,142,148)
#A4989D
(164,152,157)
#ADA2A6
(173,162,166)
#B6ACAF
(182,172,175)
#BFB6B8
(191,182,184)
#C8C0C1
(200,192,193)
#D1CACA
(209,202,202)
#DAD4D3
(218,212,211)
#E3DEDC
(227,222,220)
#ECE8E5
(236,232,229)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8E94 color. Also use rgb(155,142,148) instead hex code.

Text Font Color

.myTextColor { color: #9B8E94; }

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

This text font color is #9B8E94.


Background Color

.myBgColor { background-color: #9B8E94; }

<div style="background-color:#9B8E94">Inner text</div>

This div background color is #9B8E94.


Border color

.myBorderColor { border: 1px solid #9B8E94; }

<div style="border:3px solid #9B8E94">Div</div>

This div border color is #9B8E94.


Opacity

.myOpacity80 { color: #9B8E94; opacity: 0.8; }

<p style="color:#9B8E94;opacity:0.8;">80%</p>

Text with #9B8E94 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 #9B8E94;}

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

This text has shadow with #9B8E94 color.

.textShadow {text-shadow: 3px 3px 1px #9B8E94, 3px 3px 1px red;}

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

This text has shadow with #9B8E94 primary color and red secondary color.


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

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

This text has shadow with #9B8E94 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8E94 on black background.


Color preview on white background

This text has color #9B8E94 on white background.



Black color preview on #9B8E94 background

This text has black color on #9B8E94 background.


White color preview on #9B8E94 background

This text has white color on #9B8E94 background.