COLOR #9B8E99

HEX: #9B8E99
RGB: (155,142,153)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

155
142
153

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

Portions of RGB colors in percentages

R + G + B =
155 + 142 + 153 = 450 (100%)
R 155 of 450 ~ 34.44%
G 142 of 450 ~ 31.56%
B 153 of 450 ~ 34%

%34.44
%31.56
%34

CMYK color model

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

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

CMYK percentages

%0
%8.39
%1.29
%39.22

Codes

Color #9B8E99 in popluar color models

9B8E99
RGB155142153
HSL309°6.10%58.24%
HSB/HSV309°8.39%60.78%
CMYK0.00%8.39%1.29%
39.22%

Color #9B8E99 in popluar number systems.

HEX9B8E99
Decimal155142153
Binary100110111000111010011001
Octal233216231

Shades and tints

Shades of #9B8E99

#9B8E99
(155,142,153)
#8D828C
(141,130,140)
#7F767F
(127,118,127)
#716A72
(113,106,114)
#635E65
(99,94,101)
#555258
(85,82,88)
#47464B
(71,70,75)
#393A3E
(57,58,62)
#2B2E31
(43,46,49)
#1D2224
(29,34,36)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #9B8E99

#9B8E99
(155,142,153)
#A498A2
(164,152,162)
#ADA2AB
(173,162,171)
#B6ACB4
(182,172,180)
#BFB6BD
(191,182,189)
#C8C0C6
(200,192,198)
#D1CACF
(209,202,207)
#DAD4D8
(218,212,216)
#E3DEE1
(227,222,225)
#ECE8EA
(236,232,234)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8E99; }

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

This text font color is #9B8E99.


Background Color

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

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

This div background color is #9B8E99.


Border color

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

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

This div border color is #9B8E99.


Opacity

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

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

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

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

This text has shadow with #9B8E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8E99 on black background.


Color preview on white background

This text has color #9B8E99 on white background.



Black color preview on #9B8E99 background

This text has black color on #9B8E99 background.


White color preview on #9B8E99 background

This text has white color on #9B8E99 background.