COLOR #9B8E9B

HEX: #9B8E9B
RGB: (155,142,155)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

155
142
155

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

Portions of RGB colors in percentages

R + G + B =
155 + 142 + 155 = 452 (100%)
R 155 of 452 ~ 34.29%
G 142 of 452 ~ 31.42%
B 155 of 452 ~ 34.29%

%34.29
%31.42
%34.29

CMYK color model

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

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

CMYK percentages

%0
%8.39
%0
%39.22

Codes

Color #9B8E9B in popluar color models

9B8E9B
RGB155142155
HSL300°6.10%58.24%
HSB/HSV300°8.39%60.78%
CMYK0.00%8.39%0.00%
39.22%

Color #9B8E9B in popluar number systems.

HEX9B8E9B
Decimal155142155
Binary100110111000111010011011
Octal233216233

Shades and tints

Shades of #9B8E9B

#9B8E9B
(155,142,155)
#8D828D
(141,130,141)
#7F767F
(127,118,127)
#716A71
(113,106,113)
#635E63
(99,94,99)
#555255
(85,82,85)
#474647
(71,70,71)
#393A39
(57,58,57)
#2B2E2B
(43,46,43)
#1D221D
(29,34,29)
#0F160F
(15,22,15)
#000000
(0,0,0)

Tints of #9B8E9B

#9B8E9B
(155,142,155)
#A498A4
(164,152,164)
#ADA2AD
(173,162,173)
#B6ACB6
(182,172,182)
#BFB6BF
(191,182,191)
#C8C0C8
(200,192,200)
#D1CAD1
(209,202,209)
#DAD4DA
(218,212,218)
#E3DEE3
(227,222,227)
#ECE8EC
(236,232,236)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8E9B; }

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

This text font color is #9B8E9B.


Background Color

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

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

This div background color is #9B8E9B.


Border color

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

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

This div border color is #9B8E9B.


Opacity

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

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

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

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

This text has shadow with #9B8E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8E9B on black background.


Color preview on white background

This text has color #9B8E9B on white background.



Black color preview on #9B8E9B background

This text has black color on #9B8E9B background.


White color preview on #9B8E9B background

This text has white color on #9B8E9B background.