COLOR #9C9DAB

HEX: #9C9DAB
RGB: (156,157,171)

Color info

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

RGB color model

#9C9DAB color RGB value is (156,157,171).

  • red value is 156;
  • green value is 157;
  • blue value is 171.
RGB:
(156,157,171)
(61%,62%,67%)

RGB channels and saturation

R 156 of 255 = 61%
G 157 of 255 = 62%
B 171 of 255 = 67%

156
157
171

R + G + B ~ 63%. #9C9DAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 157 + 171 = 484 (100%)
R 156 of 484 ~ 32.23%
G 157 of 484 ~ 32.44%
B 171 of 484 ~ 35.33%

%32.23
%32.44
%35.33

CMYK color model

#9C9DAB color CMYK value is (9,8,0,33).

  • cyan value is 8.77%
  • magenta value is 8.19%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(9,8,0,33)
C9M8Y0K33 
(9%,8%,0%,33%)
(0.09/0.08/0.00/0.33)	

CMYK percentages

%8.77
%8.19
%0
%32.94

Codes

Color #9C9DAB in popluar color models

9C9DAB
RGB156157171
HSL236°8.20%64.12%
HSB/HSV236°8.77%67.06%
CMYK8.77%8.19%0.00%
32.94%

Color #9C9DAB in popluar number systems.

HEX9C9DAB
Decimal156157171
Binary100111001001110110101011
Octal234235253

Shades and tints

Shades of #9C9DAB

#9C9DAB
(156,157,171)
#8E8F9C
(142,143,156)
#80818D
(128,129,141)
#72737E
(114,115,126)
#64656F
(100,101,111)
#565760
(86,87,96)
#484951
(72,73,81)
#3A3B42
(58,59,66)
#2C2D33
(44,45,51)
#1E1F24
(30,31,36)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #9C9DAB

#9C9DAB
(156,157,171)
#A5A5B2
(165,165,178)
#AEADB9
(174,173,185)
#B7B5C0
(183,181,192)
#C0BDC7
(192,189,199)
#C9C5CE
(201,197,206)
#D2CDD5
(210,205,213)
#DBD5DC
(219,213,220)
#E4DDE3
(228,221,227)
#EDE5EA
(237,229,234)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9DAB; }

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

This text font color is #9C9DAB.


Background Color

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

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

This div background color is #9C9DAB.


Border color

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

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

This div border color is #9C9DAB.


Opacity

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

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

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

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

This text has shadow with #9C9DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9DAB on black background.


Color preview on white background

This text has color #9C9DAB on white background.



Black color preview on #9C9DAB background

This text has black color on #9C9DAB background.


White color preview on #9C9DAB background

This text has white color on #9C9DAB background.