COLOR #9CA2C6

HEX: #9CA2C6
RGB: (156,162,198)

Color info

#9CA2C6 contains red, green and blue colors in about the same proportion. Web safe color of #9CA2C6 is #9999CC (or #99C).

RGB color model

#9CA2C6 color RGB value is (156,162,198).

  • red value is 156;
  • green value is 162;
  • blue value is 198.
RGB:
(156,162,198)
(61%,64%,78%)

RGB channels and saturation

R 156 of 255 = 61%
G 162 of 255 = 64%
B 198 of 255 = 78%

156
162
198

R + G + B ~ 68%. #9CA2C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 162 + 198 = 516 (100%)
R 156 of 516 ~ 30.23%
G 162 of 516 ~ 31.4%
B 198 of 516 ~ 38.37%

%30.23
%31.4
%38.37

CMYK color model

#9CA2C6 color CMYK value is (21,18,0,22).

  • cyan value is 21.21%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(21,18,0,22)
C21M18Y0K22 
(21%,18%,0%,22%)
(0.21/0.18/0.00/0.22)	

CMYK percentages

%21.21
%18.18
%0
%22.35

Codes

Color #9CA2C6 in popluar color models

9CA2C6
RGB156162198
HSL231°26.92%69.41%
HSB/HSV231°21.21%77.65%
CMYK21.21%18.18%0.00%
22.35%

Color #9CA2C6 in popluar number systems.

HEX9CA2C6
Decimal156162198
Binary100111001010001011000110
Octal234242306

Shades and tints

Shades of #9CA2C6

#9CA2C6
(156,162,198)
#8E94B4
(142,148,180)
#8086A2
(128,134,162)
#727890
(114,120,144)
#646A7E
(100,106,126)
#565C6C
(86,92,108)
#484E5A
(72,78,90)
#3A4048
(58,64,72)
#2C3236
(44,50,54)
#1E2424
(30,36,36)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #9CA2C6

#9CA2C6
(156,162,198)
#A5AACB
(165,170,203)
#AEB2D0
(174,178,208)
#B7BAD5
(183,186,213)
#C0C2DA
(192,194,218)
#C9CADF
(201,202,223)
#D2D2E4
(210,210,228)
#DBDAE9
(219,218,233)
#E4E2EE
(228,226,238)
#EDEAF3
(237,234,243)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA2C6 color. Also use rgb(156,162,198) instead hex code.

Text Font Color

.myTextColor { color: #9CA2C6; }

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

This text font color is #9CA2C6.


Background Color

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

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

This div background color is #9CA2C6.


Border color

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

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

This div border color is #9CA2C6.


Opacity

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

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

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

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

This text has shadow with #9CA2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA2C6 on black background.


Color preview on white background

This text has color #9CA2C6 on white background.



Black color preview on #9CA2C6 background

This text has black color on #9CA2C6 background.


White color preview on #9CA2C6 background

This text has white color on #9CA2C6 background.