COLOR #9C9299

HEX: #9C9299 RGB: (156,146,153)

Color info

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

RGB color model

#9C9299 color RGB value is (156,146,153).

RGB: (156,146,153) (61%, 57%, 60%)

RGB channels and saturation

R 156 of 255 = 61%
G 146 of 255 = 57%
B 153 of 255 = 60%

156
146
153

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

Portions of RGB colors in percentages

R + G + B = 156 + 146 + 153 = 455 (100%)
R 156 of 455 ~ 34.29%
G 146 of 455 ~ 32.09%
B 153 of 455 ~ 33.63'%

%34.29
%32.09
%33.63

CMYK color model

#9C9299 color CMYK value is (0,6,2,39).

  • cyan value is 0.00%
  • magenta value is 6.41%
  • yellow value is 1.92%
  • key color value is 38.82%

CMYK: (0,6,2,39)
C0M6Y2K39 (0%, 6%, 2%, 39%)
(0.00 / 0.06 / 0.02 / 0.39)

CMYK percentages

%0
%6.41
%1.92
%38.82

Codes

Color #9C9299 in popluar color models

9C 92 99
RGB 156 146 153
HSL 318° 4.81% 59.22%
HSB/HSV 318° 6.41% 61.18%
CMYK 0.00% 6.41% 1.92%
38.82%

Color #9C9299 in popluar number systems.

HEX 9C 92 99
Decimal 156 146 153
Binary 10011100 10010010 10011001
Octal 234 222 231

Shades and tints

Shades of #9C9299

#9C9299
(156,146,153)
#8E858C
(142,133,140)
#80787F
(128,120,127)
#726B72
(114,107,114)
#645E65
(100,94,101)
#565158
(86,81,88)
#48444B
(72,68,75)
#3A373E
(58,55,62)
#2C2A31
(44,42,49)
#1E1D24
(30,29,36)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #9C9299

#9C9299
(156,146,153)
#A59BA2
(165,155,162)
#AEA4AB
(174,164,171)
#B7ADB4
(183,173,180)
#C0B6BD
(192,182,189)
#C9BFC6
(201,191,198)
#D2C8CF
(210,200,207)
#DBD1D8
(219,209,216)
#E4DAE1
(228,218,225)
#EDE3EA
(237,227,234)
#F6ECF3
(246,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C9299 color. Also use rgb(156,146,153) instead hex code.

Text Font Color

.myTextColor { color: #9C9299; }

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

This text font color is #9C9299.

Background Color

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

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

This div background color is #9C9299.

Border color

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

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

This div border color is #9C9299.

Opacity

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

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

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

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

This text has shadow with #9C9299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C9299.

Preview

Color preview on black background

This text has color #9C9299 on black background.


Color preview on white background

This text has color #9C9299 on white background.


Black color preview on #9C9299 background

This text has black color on #9C9299 background.


White color preview on #9C9299 background

This text has white color on #9C9299 background.


Related colors

Complementary color

Complementary color for #hex is #636D66.


I love getcolorcode.com

Triadic colors

1 #999C92 and #92999C with #9C9299 are triadic colors.

2 #99929C and #929C99 with #9C9299 are triadic colors.