COLOR #9C828A

HEX: #9C828A
RGB: (156,130,138)

Color info

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

RGB color model

#9C828A color RGB value is (156,130,138).

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

RGB channels and saturation

R 156 of 255 = 61%
G 130 of 255 = 51%
B 138 of 255 = 54%

156
130
138

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

Portions of RGB colors in percentages

R + G + B =
156 + 130 + 138 = 424 (100%)
R 156 of 424 ~ 36.79%
G 130 of 424 ~ 30.66%
B 138 of 424 ~ 32.55%

%36.79
%30.66
%32.55

CMYK color model

#9C828A color CMYK value is (0,17,12,39).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 11.54%
  • key color value is 38.82%
CMYK:
(0,17,12,39)
C0M17Y12K39 
(0%,17%,12%,39%)
(0.00/0.17/0.12/0.39)	

CMYK percentages

%0
%16.67
%11.54
%38.82

Codes

Color #9C828A in popluar color models

9C828A
RGB156130138
HSL342°11.61%56.08%
HSB/HSV342°16.67%61.18%
CMYK0.00%16.67%11.54%
38.82%

Color #9C828A in popluar number systems.

HEX9C828A
Decimal156130138
Binary100111001000001010001010
Octal234202212

Shades and tints

Shades of #9C828A

#9C828A
(156,130,138)
#8E777E
(142,119,126)
#806C72
(128,108,114)
#726166
(114,97,102)
#64565A
(100,86,90)
#564B4E
(86,75,78)
#484042
(72,64,66)
#3A3536
(58,53,54)
#2C2A2A
(44,42,42)
#1E1F1E
(30,31,30)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #9C828A

#9C828A
(156,130,138)
#A58D94
(165,141,148)
#AE989E
(174,152,158)
#B7A3A8
(183,163,168)
#C0AEB2
(192,174,178)
#C9B9BC
(201,185,188)
#D2C4C6
(210,196,198)
#DBCFD0
(219,207,208)
#E4DADA
(228,218,218)
#EDE5E4
(237,229,228)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C828A; }

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

This text font color is #9C828A.


Background Color

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

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

This div background color is #9C828A.


Border color

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

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

This div border color is #9C828A.


Opacity

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

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

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

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

This text has shadow with #9C828A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C828A on black background.


Color preview on white background

This text has color #9C828A on white background.



Black color preview on #9C828A background

This text has black color on #9C828A background.


White color preview on #9C828A background

This text has white color on #9C828A background.