COLOR #9CA5AE

HEX: #9CA5AE
RGB: (156,165,174)

Color info

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

RGB color model

#9CA5AE color RGB value is (156,165,174).

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

RGB channels and saturation

R 156 of 255 = 61%
G 165 of 255 = 65%
B 174 of 255 = 68%

156
165
174

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

Portions of RGB colors in percentages

R + G + B =
156 + 165 + 174 = 495 (100%)
R 156 of 495 ~ 31.52%
G 165 of 495 ~ 33.33%
B 174 of 495 ~ 35.15%

%31.52
%33.33
%35.15

CMYK color model

#9CA5AE color CMYK value is (10,5,0,32).

  • cyan value is 10.34%
  • magenta value is 5.17%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(10,5,0,32)
C10M5Y0K32 
(10%,5%,0%,32%)
(0.10/0.05/0.00/0.32)	

CMYK percentages

%10.34
%5.17
%0
%31.76

Codes

Color #9CA5AE in popluar color models

9CA5AE
RGB156165174
HSL210°10.00%64.71%
HSB/HSV210°10.34%68.24%
CMYK10.34%5.17%0.00%
31.76%

Color #9CA5AE in popluar number systems.

HEX9CA5AE
Decimal156165174
Binary100111001010010110101110
Octal234245256

Shades and tints

Shades of #9CA5AE

#9CA5AE
(156,165,174)
#8E969F
(142,150,159)
#808790
(128,135,144)
#727881
(114,120,129)
#646972
(100,105,114)
#565A63
(86,90,99)
#484B54
(72,75,84)
#3A3C45
(58,60,69)
#2C2D36
(44,45,54)
#1E1E27
(30,30,39)
#100F18
(16,15,24)
#000000
(0,0,0)

Tints of #9CA5AE

#9CA5AE
(156,165,174)
#A5ADB5
(165,173,181)
#AEB5BC
(174,181,188)
#B7BDC3
(183,189,195)
#C0C5CA
(192,197,202)
#C9CDD1
(201,205,209)
#D2D5D8
(210,213,216)
#DBDDDF
(219,221,223)
#E4E5E6
(228,229,230)
#EDEDED
(237,237,237)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA5AE color. Also use rgb(156,165,174) instead hex code.

Text Font Color

.myTextColor { color: #9CA5AE; }

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

This text font color is #9CA5AE.


Background Color

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

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

This div background color is #9CA5AE.


Border color

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

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

This div border color is #9CA5AE.


Opacity

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

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

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

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

This text has shadow with #9CA5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA5AE on black background.


Color preview on white background

This text has color #9CA5AE on white background.



Black color preview on #9CA5AE background

This text has black color on #9CA5AE background.


White color preview on #9CA5AE background

This text has white color on #9CA5AE background.