COLOR #9B8E95

HEX: #9B8E95
RGB: (155,142,149)

Color info

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

RGB color model

#9B8E95 color RGB value is (155,142,149).

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

RGB channels and saturation

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

155
142
149

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

Portions of RGB colors in percentages

R + G + B =
155 + 142 + 149 = 446 (100%)
R 155 of 446 ~ 34.75%
G 142 of 446 ~ 31.84%
B 149 of 446 ~ 33.41%

%34.75
%31.84
%33.41

CMYK color model

#9B8E95 color CMYK value is (0,8,4,39).

  • cyan value is 0.00%
  • magenta value is 8.39%
  • yellow value is 3.87%
  • key color value is 39.22%
CMYK:
(0,8,4,39)
C0M8Y4K39 
(0%,8%,4%,39%)
(0.00/0.08/0.04/0.39)	

CMYK percentages

%0
%8.39
%3.87
%39.22

Codes

Color #9B8E95 in popluar color models

9B8E95
RGB155142149
HSL328°6.10%58.24%
HSB/HSV328°8.39%60.78%
CMYK0.00%8.39%3.87%
39.22%

Color #9B8E95 in popluar number systems.

HEX9B8E95
Decimal155142149
Binary100110111000111010010101
Octal233216225

Shades and tints

Shades of #9B8E95

#9B8E95
(155,142,149)
#8D8288
(141,130,136)
#7F767B
(127,118,123)
#716A6E
(113,106,110)
#635E61
(99,94,97)
#555254
(85,82,84)
#474647
(71,70,71)
#393A3A
(57,58,58)
#2B2E2D
(43,46,45)
#1D2220
(29,34,32)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #9B8E95

#9B8E95
(155,142,149)
#A4989E
(164,152,158)
#ADA2A7
(173,162,167)
#B6ACB0
(182,172,176)
#BFB6B9
(191,182,185)
#C8C0C2
(200,192,194)
#D1CACB
(209,202,203)
#DAD4D4
(218,212,212)
#E3DEDD
(227,222,221)
#ECE8E6
(236,232,230)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8E95; }

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

This text font color is #9B8E95.


Background Color

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

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

This div background color is #9B8E95.


Border color

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

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

This div border color is #9B8E95.


Opacity

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

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

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

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

This text has shadow with #9B8E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8E95 on black background.


Color preview on white background

This text has color #9B8E95 on white background.



Black color preview on #9B8E95 background

This text has black color on #9B8E95 background.


White color preview on #9B8E95 background

This text has white color on #9B8E95 background.