COLOR #9B8E90

HEX: #9B8E90
RGB: (155,142,144)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

155
142
144

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

Portions of RGB colors in percentages

R + G + B =
155 + 142 + 144 = 441 (100%)
R 155 of 441 ~ 35.15%
G 142 of 441 ~ 32.2%
B 144 of 441 ~ 32.65%

%35.15
%32.2
%32.65

CMYK color model

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

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

CMYK percentages

%0
%8.39
%7.1
%39.22

Codes

Color #9B8E90 in popluar color models

9B8E90
RGB155142144
HSL351°6.10%58.24%
HSB/HSV351°8.39%60.78%
CMYK0.00%8.39%7.10%
39.22%

Color #9B8E90 in popluar number systems.

HEX9B8E90
Decimal155142144
Binary100110111000111010010000
Octal233216220

Shades and tints

Shades of #9B8E90

#9B8E90
(155,142,144)
#8D8283
(141,130,131)
#7F7676
(127,118,118)
#716A69
(113,106,105)
#635E5C
(99,94,92)
#55524F
(85,82,79)
#474642
(71,70,66)
#393A35
(57,58,53)
#2B2E28
(43,46,40)
#1D221B
(29,34,27)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #9B8E90

#9B8E90
(155,142,144)
#A4989A
(164,152,154)
#ADA2A4
(173,162,164)
#B6ACAE
(182,172,174)
#BFB6B8
(191,182,184)
#C8C0C2
(200,192,194)
#D1CACC
(209,202,204)
#DAD4D6
(218,212,214)
#E3DEE0
(227,222,224)
#ECE8EA
(236,232,234)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8E90; }

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

This text font color is #9B8E90.


Background Color

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

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

This div background color is #9B8E90.


Border color

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

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

This div border color is #9B8E90.


Opacity

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

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

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

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

This text has shadow with #9B8E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8E90 on black background.


Color preview on white background

This text has color #9B8E90 on white background.



Black color preview on #9B8E90 background

This text has black color on #9B8E90 background.


White color preview on #9B8E90 background

This text has white color on #9B8E90 background.