COLOR #9C838D

HEX: #9C838D
RGB: (156,131,141)

Color info

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

RGB color model

#9C838D color RGB value is (156,131,141).

  • red value is 156;
  • green value is 131;
  • blue value is 141.
RGB:
(156,131,141)
(61%,51%,55%)

RGB channels and saturation

R 156 of 255 = 61%
G 131 of 255 = 51%
B 141 of 255 = 55%

156
131
141

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

Portions of RGB colors in percentages

R + G + B =
156 + 131 + 141 = 428 (100%)
R 156 of 428 ~ 36.45%
G 131 of 428 ~ 30.61%
B 141 of 428 ~ 32.94%

%36.45
%30.61
%32.94

CMYK color model

#9C838D color CMYK value is (0,16,10,39).

  • cyan value is 0.00%
  • magenta value is 16.03%
  • yellow value is 9.62%
  • key color value is 38.82%
CMYK:
(0,16,10,39)
C0M16Y10K39 
(0%,16%,10%,39%)
(0.00/0.16/0.10/0.39)	

CMYK percentages

%0
%16.03
%9.62
%38.82

Codes

Color #9C838D in popluar color models

9C838D
RGB156131141
HSL336°11.21%56.27%
HSB/HSV336°16.03%61.18%
CMYK0.00%16.03%9.62%
38.82%

Color #9C838D in popluar number systems.

HEX9C838D
Decimal156131141
Binary100111001000001110001101
Octal234203215

Shades and tints

Shades of #9C838D

#9C838D
(156,131,141)
#8E7881
(142,120,129)
#806D75
(128,109,117)
#726269
(114,98,105)
#64575D
(100,87,93)
#564C51
(86,76,81)
#484145
(72,65,69)
#3A3639
(58,54,57)
#2C2B2D
(44,43,45)
#1E2021
(30,32,33)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #9C838D

#9C838D
(156,131,141)
#A58E97
(165,142,151)
#AE99A1
(174,153,161)
#B7A4AB
(183,164,171)
#C0AFB5
(192,175,181)
#C9BABF
(201,186,191)
#D2C5C9
(210,197,201)
#DBD0D3
(219,208,211)
#E4DBDD
(228,219,221)
#EDE6E7
(237,230,231)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C838D color. Also use rgb(156,131,141) instead hex code.

Text Font Color

.myTextColor { color: #9C838D; }

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

This text font color is #9C838D.


Background Color

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

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

This div background color is #9C838D.


Border color

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

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

This div border color is #9C838D.


Opacity

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

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

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

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

This text has shadow with #9C838D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C838D on black background.


Color preview on white background

This text has color #9C838D on white background.



Black color preview on #9C838D background

This text has black color on #9C838D background.


White color preview on #9C838D background

This text has white color on #9C838D background.