COLOR #9C828D

HEX: #9C828D
RGB: (156,130,141)

Color info

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

RGB color model

#9C828D color RGB value is (156,130,141).

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

RGB channels and saturation

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

156
130
141

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

Portions of RGB colors in percentages

R + G + B =
156 + 130 + 141 = 427 (100%)
R 156 of 427 ~ 36.53%
G 130 of 427 ~ 30.44%
B 141 of 427 ~ 33.02%

%36.53
%30.44
%33.02

CMYK color model

#9C828D color CMYK value is (0,17,10,39).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 9.62%
  • key color value is 38.82%
CMYK:
(0,17,10,39)
C0M17Y10K39 
(0%,17%,10%,39%)
(0.00/0.17/0.10/0.39)	

CMYK percentages

%0
%16.67
%9.62
%38.82

Codes

Color #9C828D in popluar color models

9C828D
RGB156130141
HSL335°11.61%56.08%
HSB/HSV335°16.67%61.18%
CMYK0.00%16.67%9.62%
38.82%

Color #9C828D in popluar number systems.

HEX9C828D
Decimal156130141
Binary100111001000001010001101
Octal234202215

Shades and tints

Shades of #9C828D

#9C828D
(156,130,141)
#8E7781
(142,119,129)
#806C75
(128,108,117)
#726169
(114,97,105)
#64565D
(100,86,93)
#564B51
(86,75,81)
#484045
(72,64,69)
#3A3539
(58,53,57)
#2C2A2D
(44,42,45)
#1E1F21
(30,31,33)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #9C828D

#9C828D
(156,130,141)
#A58D97
(165,141,151)
#AE98A1
(174,152,161)
#B7A3AB
(183,163,171)
#C0AEB5
(192,174,181)
#C9B9BF
(201,185,191)
#D2C4C9
(210,196,201)
#DBCFD3
(219,207,211)
#E4DADD
(228,218,221)
#EDE5E7
(237,229,231)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C828D; }

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

This text font color is #9C828D.


Background Color

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

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

This div background color is #9C828D.


Border color

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

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

This div border color is #9C828D.


Opacity

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

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

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

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

This text has shadow with #9C828D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C828D on black background.


Color preview on white background

This text has color #9C828D on white background.



Black color preview on #9C828D background

This text has black color on #9C828D background.


White color preview on #9C828D background

This text has white color on #9C828D background.