COLOR #9C969D

HEX: #9C969D RGB: (156,150,157)

Color info

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

RGB color model

#9C969D color RGB value is (156,150,157).

RGB: (156,150,157) (61%, 59%, 62%)

RGB channels and saturation

R 156 of 255 = 61%
G 150 of 255 = 59%
B 157 of 255 = 62%

156
150
157

R + G + B ~ 61%. #9C969D is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 150 + 157 = 463 (100%)
R 156 of 463 ~ 33.69%
G 150 of 463 ~ 32.4%
B 157 of 463 ~ 33.91'%

%33.69
%32.4
%33.91

CMYK color model

#9C969D color CMYK value is (1,4,0,38).

  • cyan value is 0.64%
  • magenta value is 4.46%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (1,4,0,38)
C1M4Y0K38 (1%, 4%, 0%, 38%)
(0.01 / 0.04 / 0.00 / 0.38)

CMYK percentages

%0.64
%4.46
%0
%38.43

Codes

Color #9C969D in popluar color models

9C 96 9D
RGB 156 150 157
HSL 291° 3.45% 60.20%
HSB/HSV 291° 4.46% 61.57%
CMYK 0.64% 4.46% 0.00%
38.43%

Color #9C969D in popluar number systems.

HEX 9C 96 9D
Decimal 156 150 157
Binary 10011100 10010110 10011101
Octal 234 226 235

Shades and tints

Shades of #9C969D

#9C969D
(156,150,157)
#8E898F
(142,137,143)
#807C81
(128,124,129)
#726F73
(114,111,115)
#646265
(100,98,101)
#565557
(86,85,87)
#484849
(72,72,73)
#3A3B3B
(58,59,59)
#2C2E2D
(44,46,45)
#1E211F
(30,33,31)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #9C969D

#9C969D
(156,150,157)
#A59FA5
(165,159,165)
#AEA8AD
(174,168,173)
#B7B1B5
(183,177,181)
#C0BABD
(192,186,189)
#C9C3C5
(201,195,197)
#D2CCCD
(210,204,205)
#DBD5D5
(219,213,213)
#E4DEDD
(228,222,221)
#EDE7E5
(237,231,229)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C969D color. Also use rgb(156,150,157) instead hex code.

Text Font Color

.myTextColor { color: #9C969D; }

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

This text font color is #9C969D.

Background Color

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

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

This div background color is #9C969D.

Border color

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

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

This div border color is #9C969D.

Opacity

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

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

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

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

This text has shadow with #9C969D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C969D.

Preview

Color preview on black background

This text has color #9C969D on black background.


Color preview on white background

This text has color #9C969D on white background.


Black color preview on #9C969D background

This text has black color on #9C969D background.


White color preview on #9C969D background

This text has white color on #9C969D background.


Related colors

Complementary color

Complementary color for #hex is #636962.


I love getcolorcode.com

Triadic colors

1 #9D9C96 and #969D9C with #9C969D are triadic colors.

2 #9D969C and #969C9D with #9C969D are triadic colors.