COLOR #9B898D

HEX: #9B898D
RGB: (155,137,141)

Color info

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

RGB color model

#9B898D color RGB value is (155,137,141).

  • red value is 155;
  • green value is 137;
  • blue value is 141.
RGB:
(155,137,141)
(61%,54%,55%)

RGB channels and saturation

R 155 of 255 = 61%
G 137 of 255 = 54%
B 141 of 255 = 55%

155
137
141

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

Portions of RGB colors in percentages

R + G + B =
155 + 137 + 141 = 433 (100%)
R 155 of 433 ~ 35.8%
G 137 of 433 ~ 31.64%
B 141 of 433 ~ 32.56%

%35.8
%31.64
%32.56

CMYK color model

#9B898D color CMYK value is (0,12,9,39).

  • cyan value is 0.00%
  • magenta value is 11.61%
  • yellow value is 9.03%
  • key color value is 39.22%
CMYK:
(0,12,9,39)
C0M12Y9K39 
(0%,12%,9%,39%)
(0.00/0.12/0.09/0.39)	

CMYK percentages

%0
%11.61
%9.03
%39.22

Codes

Color #9B898D in popluar color models

9B898D
RGB155137141
HSL347°8.26%57.25%
HSB/HSV347°11.61%60.78%
CMYK0.00%11.61%9.03%
39.22%

Color #9B898D in popluar number systems.

HEX9B898D
Decimal155137141
Binary100110111000100110001101
Octal233211215

Shades and tints

Shades of #9B898D

#9B898D
(155,137,141)
#8D7D81
(141,125,129)
#7F7175
(127,113,117)
#716569
(113,101,105)
#63595D
(99,89,93)
#554D51
(85,77,81)
#474145
(71,65,69)
#393539
(57,53,57)
#2B292D
(43,41,45)
#1D1D21
(29,29,33)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #9B898D

#9B898D
(155,137,141)
#A49397
(164,147,151)
#AD9DA1
(173,157,161)
#B6A7AB
(182,167,171)
#BFB1B5
(191,177,181)
#C8BBBF
(200,187,191)
#D1C5C9
(209,197,201)
#DACFD3
(218,207,211)
#E3D9DD
(227,217,221)
#ECE3E7
(236,227,231)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B898D; }

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

This text font color is #9B898D.


Background Color

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

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

This div background color is #9B898D.


Border color

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

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

This div border color is #9B898D.


Opacity

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

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

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

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

This text has shadow with #9B898D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B898D on black background.


Color preview on white background

This text has color #9B898D on white background.



Black color preview on #9B898D background

This text has black color on #9B898D background.


White color preview on #9B898D background

This text has white color on #9B898D background.