COLOR #9B8283

HEX: #9B8283
RGB: (155,130,131)

Color info

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

RGB color model

#9B8283 color RGB value is (155,130,131).

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

RGB channels and saturation

R 155 of 255 = 61%
G 130 of 255 = 51%
B 131 of 255 = 51%

155
130
131

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

Portions of RGB colors in percentages

R + G + B =
155 + 130 + 131 = 416 (100%)
R 155 of 416 ~ 37.26%
G 130 of 416 ~ 31.25%
B 131 of 416 ~ 31.49%

%37.26
%31.25
%31.49

CMYK color model

#9B8283 color CMYK value is (0,16,15,39).

  • cyan value is 0.00%
  • magenta value is 16.13%
  • yellow value is 15.48%
  • key color value is 39.22%
CMYK:
(0,16,15,39)
C0M16Y15K39 
(0%,16%,15%,39%)
(0.00/0.16/0.15/0.39)	

CMYK percentages

%0
%16.13
%15.48
%39.22

Codes

Color #9B8283 in popluar color models

9B8283
RGB155130131
HSL358°11.11%55.88%
HSB/HSV358°16.13%60.78%
CMYK0.00%16.13%15.48%
39.22%

Color #9B8283 in popluar number systems.

HEX9B8283
Decimal155130131
Binary100110111000001010000011
Octal233202203

Shades and tints

Shades of #9B8283

#9B8283
(155,130,131)
#8D7778
(141,119,120)
#7F6C6D
(127,108,109)
#716162
(113,97,98)
#635657
(99,86,87)
#554B4C
(85,75,76)
#474041
(71,64,65)
#393536
(57,53,54)
#2B2A2B
(43,42,43)
#1D1F20
(29,31,32)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #9B8283

#9B8283
(155,130,131)
#A48D8E
(164,141,142)
#AD9899
(173,152,153)
#B6A3A4
(182,163,164)
#BFAEAF
(191,174,175)
#C8B9BA
(200,185,186)
#D1C4C5
(209,196,197)
#DACFD0
(218,207,208)
#E3DADB
(227,218,219)
#ECE5E6
(236,229,230)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8283; }

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

This text font color is #9B8283.


Background Color

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

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

This div background color is #9B8283.


Border color

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

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

This div border color is #9B8283.


Opacity

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

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

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

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

This text has shadow with #9B8283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8283 on black background.


Color preview on white background

This text has color #9B8283 on white background.



Black color preview on #9B8283 background

This text has black color on #9B8283 background.


White color preview on #9B8283 background

This text has white color on #9B8283 background.