COLOR #9CA6CA

HEX: #9CA6CA RGB: (156,166,202)

Color info

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

RGB color model

#9CA6CA color RGB value is (156,166,202).

RGB: (156,166,202) (61%, 65%, 79%)

RGB channels and saturation

R 156 of 255 = 61%
G 166 of 255 = 65%
B 202 of 255 = 79%

156
166
202

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

Portions of RGB colors in percentages

R + G + B = 156 + 166 + 202 = 524 (100%)
R 156 of 524 ~ 29.77%
G 166 of 524 ~ 31.68%
B 202 of 524 ~ 38.55'%

%29.77
%31.68
%38.55

CMYK color model

#9CA6CA color CMYK value is (23,18,0,21).

  • cyan value is 22.77%
  • magenta value is 17.82%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (23,18,0,21)
C23M18Y0K21 (23%, 18%, 0%, 21%)
(0.23 / 0.18 / 0.00 / 0.21)

CMYK percentages

%22.77
%17.82
%0
%20.78

Codes

Color #9CA6CA in popluar color models

9C A6 CA
RGB 156 166 202
HSL 227° 30.26% 70.20%
HSB/HSV 227° 22.77% 79.22%
CMYK 22.77% 17.82% 0.00%
20.78%

Color #9CA6CA in popluar number systems.

HEX 9C A6 CA
Decimal 156 166 202
Binary 10011100 10100110 11001010
Octal 234 246 312

Shades and tints

Shades of #9CA6CA

#9CA6CA
(156,166,202)
#8E97B8
(142,151,184)
#8088A6
(128,136,166)
#727994
(114,121,148)
#646A82
(100,106,130)
#565B70
(86,91,112)
#484C5E
(72,76,94)
#3A3D4C
(58,61,76)
#2C2E3A
(44,46,58)
#1E1F28
(30,31,40)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #9CA6CA

#9CA6CA
(156,166,202)
#A5AECE
(165,174,206)
#AEB6D2
(174,182,210)
#B7BED6
(183,190,214)
#C0C6DA
(192,198,218)
#C9CEDE
(201,206,222)
#D2D6E2
(210,214,226)
#DBDEE6
(219,222,230)
#E4E6EA
(228,230,234)
#EDEEEE
(237,238,238)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA6CA color. Also use rgb(156,166,202) instead hex code.

Text Font Color

.myTextColor { color: #9CA6CA; }

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

This text font color is #9CA6CA.

Background Color

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

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

This div background color is #9CA6CA.

Border color

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

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

This div border color is #9CA6CA.

Opacity

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

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

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

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

This text has shadow with #9CA6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CA6CA.

Preview

Color preview on black background

This text has color #9CA6CA on black background.


Color preview on white background

This text has color #9CA6CA on white background.


Black color preview on #9CA6CA background

This text has black color on #9CA6CA background.


White color preview on #9CA6CA background

This text has white color on #9CA6CA background.


Related colors

Complementary color

Complementary color for #hex is #635935.


I love getcolorcode.com

Triadic colors

1 #CA9CA6 and #A6CA9C with #9CA6CA are triadic colors.

2 #CAA69C and #A69CCA with #9CA6CA are triadic colors.