COLOR #9B8299

HEX: #9B8299
RGB: (155,130,153)

Color info

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

RGB color model

#9B8299 color RGB value is (155,130,153).

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

RGB channels and saturation

R 155 of 255 = 61%
G 130 of 255 = 51%
B 153 of 255 = 60%

155
130
153

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

Portions of RGB colors in percentages

R + G + B =
155 + 130 + 153 = 438 (100%)
R 155 of 438 ~ 35.39%
G 130 of 438 ~ 29.68%
B 153 of 438 ~ 34.93%

%35.39
%29.68
%34.93

CMYK color model

#9B8299 color CMYK value is (0,16,1,39).

  • cyan value is 0.00%
  • magenta value is 16.13%
  • yellow value is 1.29%
  • key color value is 39.22%
CMYK:
(0,16,1,39)
C0M16Y1K39 
(0%,16%,1%,39%)
(0.00/0.16/0.01/0.39)	

CMYK percentages

%0
%16.13
%1.29
%39.22

Codes

Color #9B8299 in popluar color models

9B8299
RGB155130153
HSL305°11.11%55.88%
HSB/HSV305°16.13%60.78%
CMYK0.00%16.13%1.29%
39.22%

Color #9B8299 in popluar number systems.

HEX9B8299
Decimal155130153
Binary100110111000001010011001
Octal233202231

Shades and tints

Shades of #9B8299

#9B8299
(155,130,153)
#8D778C
(141,119,140)
#7F6C7F
(127,108,127)
#716172
(113,97,114)
#635665
(99,86,101)
#554B58
(85,75,88)
#47404B
(71,64,75)
#39353E
(57,53,62)
#2B2A31
(43,42,49)
#1D1F24
(29,31,36)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #9B8299

#9B8299
(155,130,153)
#A48DA2
(164,141,162)
#AD98AB
(173,152,171)
#B6A3B4
(182,163,180)
#BFAEBD
(191,174,189)
#C8B9C6
(200,185,198)
#D1C4CF
(209,196,207)
#DACFD8
(218,207,216)
#E3DAE1
(227,218,225)
#ECE5EA
(236,229,234)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8299; }

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

This text font color is #9B8299.


Background Color

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

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

This div background color is #9B8299.


Border color

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

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

This div border color is #9B8299.


Opacity

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

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

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

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

This text has shadow with #9B8299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8299 on black background.


Color preview on white background

This text has color #9B8299 on white background.



Black color preview on #9B8299 background

This text has black color on #9B8299 background.


White color preview on #9B8299 background

This text has white color on #9B8299 background.