COLOR #9B8D9E

HEX: #9B8D9E
RGB: (155,141,158)

Color info

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

RGB color model

#9B8D9E color RGB value is (155,141,158).

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

RGB channels and saturation

R 155 of 255 = 61%
G 141 of 255 = 55%
B 158 of 255 = 62%

155
141
158

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

Portions of RGB colors in percentages

R + G + B =
155 + 141 + 158 = 454 (100%)
R 155 of 454 ~ 34.14%
G 141 of 454 ~ 31.06%
B 158 of 454 ~ 34.8%

%34.14
%31.06
%34.8

CMYK color model

#9B8D9E color CMYK value is (2,11,0,38).

  • cyan value is 1.90%
  • magenta value is 10.76%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(2,11,0,38)
C2M11Y0K38 
(2%,11%,0%,38%)
(0.02/0.11/0.00/0.38)	

CMYK percentages

%1.9
%10.76
%0
%38.04

Codes

Color #9B8D9E in popluar color models

9B8D9E
RGB155141158
HSL289°8.06%58.63%
HSB/HSV289°10.76%61.96%
CMYK1.90%10.76%0.00%
38.04%

Color #9B8D9E in popluar number systems.

HEX9B8D9E
Decimal155141158
Binary100110111000110110011110
Octal233215236

Shades and tints

Shades of #9B8D9E

#9B8D9E
(155,141,158)
#8D8190
(141,129,144)
#7F7582
(127,117,130)
#716974
(113,105,116)
#635D66
(99,93,102)
#555158
(85,81,88)
#47454A
(71,69,74)
#39393C
(57,57,60)
#2B2D2E
(43,45,46)
#1D2120
(29,33,32)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #9B8D9E

#9B8D9E
(155,141,158)
#A497A6
(164,151,166)
#ADA1AE
(173,161,174)
#B6ABB6
(182,171,182)
#BFB5BE
(191,181,190)
#C8BFC6
(200,191,198)
#D1C9CE
(209,201,206)
#DAD3D6
(218,211,214)
#E3DDDE
(227,221,222)
#ECE7E6
(236,231,230)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8D9E; }

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

This text font color is #9B8D9E.


Background Color

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

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

This div background color is #9B8D9E.


Border color

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

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

This div border color is #9B8D9E.


Opacity

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

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

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

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

This text has shadow with #9B8D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8D9E on black background.


Color preview on white background

This text has color #9B8D9E on white background.



Black color preview on #9B8D9E background

This text has black color on #9B8D9E background.


White color preview on #9B8D9E background

This text has white color on #9B8D9E background.