COLOR #9B8399

HEX: #9B8399
RGB: (155,131,153)

Color info

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

RGB color model

#9B8399 color RGB value is (155,131,153).

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

RGB channels and saturation

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

155
131
153

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

Portions of RGB colors in percentages

R + G + B =
155 + 131 + 153 = 439 (100%)
R 155 of 439 ~ 35.31%
G 131 of 439 ~ 29.84%
B 153 of 439 ~ 34.85%

%35.31
%29.84
%34.85

CMYK color model

#9B8399 color CMYK value is (0,15,1,39).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 1.29%
  • key color value is 39.22%
CMYK:
(0,15,1,39)
C0M15Y1K39 
(0%,15%,1%,39%)
(0.00/0.15/0.01/0.39)	

CMYK percentages

%0
%15.48
%1.29
%39.22

Codes

Color #9B8399 in popluar color models

9B8399
RGB155131153
HSL305°10.71%56.08%
HSB/HSV305°15.48%60.78%
CMYK0.00%15.48%1.29%
39.22%

Color #9B8399 in popluar number systems.

HEX9B8399
Decimal155131153
Binary100110111000001110011001
Octal233203231

Shades and tints

Shades of #9B8399

#9B8399
(155,131,153)
#8D788C
(141,120,140)
#7F6D7F
(127,109,127)
#716272
(113,98,114)
#635765
(99,87,101)
#554C58
(85,76,88)
#47414B
(71,65,75)
#39363E
(57,54,62)
#2B2B31
(43,43,49)
#1D2024
(29,32,36)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #9B8399

#9B8399
(155,131,153)
#A48EA2
(164,142,162)
#AD99AB
(173,153,171)
#B6A4B4
(182,164,180)
#BFAFBD
(191,175,189)
#C8BAC6
(200,186,198)
#D1C5CF
(209,197,207)
#DAD0D8
(218,208,216)
#E3DBE1
(227,219,225)
#ECE6EA
(236,230,234)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8399; }

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

This text font color is #9B8399.


Background Color

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

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

This div background color is #9B8399.


Border color

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

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

This div border color is #9B8399.


Opacity

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

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

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

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

This text has shadow with #9B8399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8399 on black background.


Color preview on white background

This text has color #9B8399 on white background.



Black color preview on #9B8399 background

This text has black color on #9B8399 background.


White color preview on #9B8399 background

This text has white color on #9B8399 background.