COLOR #9CA7AD

HEX: #9CA7AD
RGB: (156,167,173)

Color info

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

RGB color model

#9CA7AD color RGB value is (156,167,173).

  • red value is 156;
  • green value is 167;
  • blue value is 173.
RGB:
(156,167,173)
(61%,65%,68%)

RGB channels and saturation

R 156 of 255 = 61%
G 167 of 255 = 65%
B 173 of 255 = 68%

156
167
173

R + G + B ~ 65%. #9CA7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 167 + 173 = 496 (100%)
R 156 of 496 ~ 31.45%
G 167 of 496 ~ 33.67%
B 173 of 496 ~ 34.88%

%31.45
%33.67
%34.88

CMYK color model

#9CA7AD color CMYK value is (10,3,0,32).

  • cyan value is 9.83%
  • magenta value is 3.47%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(10,3,0,32)
C10M3Y0K32 
(10%,3%,0%,32%)
(0.10/0.03/0.00/0.32)	

CMYK percentages

%9.83
%3.47
%0
%32.16

Codes

Color #9CA7AD in popluar color models

9CA7AD
RGB156167173
HSL201°9.39%64.51%
HSB/HSV201°9.83%67.84%
CMYK9.83%3.47%0.00%
32.16%

Color #9CA7AD in popluar number systems.

HEX9CA7AD
Decimal156167173
Binary100111001010011110101101
Octal234247255

Shades and tints

Shades of #9CA7AD

#9CA7AD
(156,167,173)
#8E989E
(142,152,158)
#80898F
(128,137,143)
#727A80
(114,122,128)
#646B71
(100,107,113)
#565C62
(86,92,98)
#484D53
(72,77,83)
#3A3E44
(58,62,68)
#2C2F35
(44,47,53)
#1E2026
(30,32,38)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #9CA7AD

#9CA7AD
(156,167,173)
#A5AFB4
(165,175,180)
#AEB7BB
(174,183,187)
#B7BFC2
(183,191,194)
#C0C7C9
(192,199,201)
#C9CFD0
(201,207,208)
#D2D7D7
(210,215,215)
#DBDFDE
(219,223,222)
#E4E7E5
(228,231,229)
#EDEFEC
(237,239,236)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA7AD color. Also use rgb(156,167,173) instead hex code.

Text Font Color

.myTextColor { color: #9CA7AD; }

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

This text font color is #9CA7AD.


Background Color

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

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

This div background color is #9CA7AD.


Border color

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

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

This div border color is #9CA7AD.


Opacity

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

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

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

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

This text has shadow with #9CA7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA7AD on black background.


Color preview on white background

This text has color #9CA7AD on white background.



Black color preview on #9CA7AD background

This text has black color on #9CA7AD background.


White color preview on #9CA7AD background

This text has white color on #9CA7AD background.