COLOR #9CA2C3

HEX: #9CA2C3
RGB: (156,162,195)

Color info

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

RGB color model

#9CA2C3 color RGB value is (156,162,195).

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

RGB channels and saturation

R 156 of 255 = 61%
G 162 of 255 = 64%
B 195 of 255 = 76%

156
162
195

R + G + B ~ 67%. #9CA2C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 162 + 195 = 513 (100%)
R 156 of 513 ~ 30.41%
G 162 of 513 ~ 31.58%
B 195 of 513 ~ 38.01%

%30.41
%31.58
%38.01

CMYK color model

#9CA2C3 color CMYK value is (20,17,0,24).

  • cyan value is 20.00%
  • magenta value is 16.92%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(20,17,0,24)
C20M17Y0K24 
(20%,17%,0%,24%)
(0.20/0.17/0.00/0.24)	

CMYK percentages

%20
%16.92
%0
%23.53

Codes

Color #9CA2C3 in popluar color models

9CA2C3
RGB156162195
HSL231°24.53%68.82%
HSB/HSV231°20.00%76.47%
CMYK20.00%16.92%0.00%
23.53%

Color #9CA2C3 in popluar number systems.

HEX9CA2C3
Decimal156162195
Binary100111001010001011000011
Octal234242303

Shades and tints

Shades of #9CA2C3

#9CA2C3
(156,162,195)
#8E94B2
(142,148,178)
#8086A1
(128,134,161)
#727890
(114,120,144)
#646A7F
(100,106,127)
#565C6E
(86,92,110)
#484E5D
(72,78,93)
#3A404C
(58,64,76)
#2C323B
(44,50,59)
#1E242A
(30,36,42)
#101619
(16,22,25)
#000000
(0,0,0)

Tints of #9CA2C3

#9CA2C3
(156,162,195)
#A5AAC8
(165,170,200)
#AEB2CD
(174,178,205)
#B7BAD2
(183,186,210)
#C0C2D7
(192,194,215)
#C9CADC
(201,202,220)
#D2D2E1
(210,210,225)
#DBDAE6
(219,218,230)
#E4E2EB
(228,226,235)
#EDEAF0
(237,234,240)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA2C3; }

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

This text font color is #9CA2C3.


Background Color

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

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

This div background color is #9CA2C3.


Border color

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

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

This div border color is #9CA2C3.


Opacity

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

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

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

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

This text has shadow with #9CA2C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA2C3 on black background.


Color preview on white background

This text has color #9CA2C3 on white background.



Black color preview on #9CA2C3 background

This text has black color on #9CA2C3 background.


White color preview on #9CA2C3 background

This text has white color on #9CA2C3 background.