COLOR #9B858E

HEX: #9B858E
RGB: (155,133,142)

Color info

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

RGB color model

#9B858E color RGB value is (155,133,142).

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

RGB channels and saturation

R 155 of 255 = 61%
G 133 of 255 = 52%
B 142 of 255 = 56%

155
133
142

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

Portions of RGB colors in percentages

R + G + B =
155 + 133 + 142 = 430 (100%)
R 155 of 430 ~ 36.05%
G 133 of 430 ~ 30.93%
B 142 of 430 ~ 33.02%

%36.05
%30.93
%33.02

CMYK color model

#9B858E color CMYK value is (0,14,8,39).

  • cyan value is 0.00%
  • magenta value is 14.19%
  • yellow value is 8.39%
  • key color value is 39.22%
CMYK:
(0,14,8,39)
C0M14Y8K39 
(0%,14%,8%,39%)
(0.00/0.14/0.08/0.39)	

CMYK percentages

%0
%14.19
%8.39
%39.22

Codes

Color #9B858E in popluar color models

9B858E
RGB155133142
HSL335°9.91%56.47%
HSB/HSV335°14.19%60.78%
CMYK0.00%14.19%8.39%
39.22%

Color #9B858E in popluar number systems.

HEX9B858E
Decimal155133142
Binary100110111000010110001110
Octal233205216

Shades and tints

Shades of #9B858E

#9B858E
(155,133,142)
#8D7982
(141,121,130)
#7F6D76
(127,109,118)
#71616A
(113,97,106)
#63555E
(99,85,94)
#554952
(85,73,82)
#473D46
(71,61,70)
#39313A
(57,49,58)
#2B252E
(43,37,46)
#1D1922
(29,25,34)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #9B858E

#9B858E
(155,133,142)
#A49098
(164,144,152)
#AD9BA2
(173,155,162)
#B6A6AC
(182,166,172)
#BFB1B6
(191,177,182)
#C8BCC0
(200,188,192)
#D1C7CA
(209,199,202)
#DAD2D4
(218,210,212)
#E3DDDE
(227,221,222)
#ECE8E8
(236,232,232)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B858E; }

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

This text font color is #9B858E.


Background Color

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

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

This div background color is #9B858E.


Border color

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

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

This div border color is #9B858E.


Opacity

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

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

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

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

This text has shadow with #9B858E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B858E on black background.


Color preview on white background

This text has color #9B858E on white background.



Black color preview on #9B858E background

This text has black color on #9B858E background.


White color preview on #9B858E background

This text has white color on #9B858E background.