COLOR #9B8683

HEX: #9B8683
RGB: (155,134,131)

Color info

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

RGB color model

#9B8683 color RGB value is (155,134,131).

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

RGB channels and saturation

R 155 of 255 = 61%
G 134 of 255 = 53%
B 131 of 255 = 51%

155
134
131

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

Portions of RGB colors in percentages

R + G + B =
155 + 134 + 131 = 420 (100%)
R 155 of 420 ~ 36.9%
G 134 of 420 ~ 31.9%
B 131 of 420 ~ 31.19%

%36.9
%31.9
%31.19

CMYK color model

#9B8683 color CMYK value is (0,14,15,39).

  • cyan value is 0.00%
  • magenta value is 13.55%
  • yellow value is 15.48%
  • key color value is 39.22%
CMYK:
(0,14,15,39)
C0M14Y15K39 
(0%,14%,15%,39%)
(0.00/0.14/0.15/0.39)	

CMYK percentages

%0
%13.55
%15.48
%39.22

Codes

Color #9B8683 in popluar color models

9B8683
RGB155134131
HSL10.71%56.08%
HSB/HSV15.48%60.78%
CMYK0.00%13.55%15.48%
39.22%

Color #9B8683 in popluar number systems.

HEX9B8683
Decimal155134131
Binary100110111000011010000011
Octal233206203

Shades and tints

Shades of #9B8683

#9B8683
(155,134,131)
#8D7A78
(141,122,120)
#7F6E6D
(127,110,109)
#716262
(113,98,98)
#635657
(99,86,87)
#554A4C
(85,74,76)
#473E41
(71,62,65)
#393236
(57,50,54)
#2B262B
(43,38,43)
#1D1A20
(29,26,32)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #9B8683

#9B8683
(155,134,131)
#A4918E
(164,145,142)
#AD9C99
(173,156,153)
#B6A7A4
(182,167,164)
#BFB2AF
(191,178,175)
#C8BDBA
(200,189,186)
#D1C8C5
(209,200,197)
#DAD3D0
(218,211,208)
#E3DEDB
(227,222,219)
#ECE9E6
(236,233,230)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8683; }

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

This text font color is #9B8683.


Background Color

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

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

This div background color is #9B8683.


Border color

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

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

This div border color is #9B8683.


Opacity

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

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

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

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

This text has shadow with #9B8683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8683 on black background.


Color preview on white background

This text has color #9B8683 on white background.



Black color preview on #9B8683 background

This text has black color on #9B8683 background.


White color preview on #9B8683 background

This text has white color on #9B8683 background.