COLOR #9CA9C6

HEX: #9CA9C6 RGB: (156,169,198)

Color info

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

RGB color model

#9CA9C6 color RGB value is (156,169,198).

RGB: (156,169,198) (61%, 66%, 78%)

RGB channels and saturation

R 156 of 255 = 61%
G 169 of 255 = 66%
B 198 of 255 = 78%

156
169
198

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

Portions of RGB colors in percentages

R + G + B = 156 + 169 + 198 = 523 (100%)
R 156 of 523 ~ 29.83%
G 169 of 523 ~ 32.31%
B 198 of 523 ~ 37.86'%

%29.83
%32.31
%37.86

CMYK color model

#9CA9C6 color CMYK value is (21,15,0,22).

  • cyan value is 21.21%
  • magenta value is 14.65%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (21,15,0,22) C21M15Y0K22 (21%,15%,0%,22%) (0.21/0.15/0.00/0.22) 

CMYK percentages

%21.21
%14.65
%0
%22.35

Codes

Color #9CA9C6 in popluar color models

9C A9 C6
RGB 156 169 198
HSL 221° 26.92% 69.41%
HSB/HSV 221° 21.21% 77.65%
CMYK 21.21% 14.65% 0.00%
22.35%

Color #9CA9C6 in popluar number systems.

HEX 9C A9 C6
Decimal 156 169 198
Binary 10011100 10101001 11000110
Octal 234 251 306

Shades and tints

Shades of #9CA9C6

#9CA9C6
(156,169,198)
#8E9AB4
(142,154,180)
#808BA2
(128,139,162)
#727C90
(114,124,144)
#646D7E
(100,109,126)
#565E6C
(86,94,108)
#484F5A
(72,79,90)
#3A4048
(58,64,72)
#2C3136
(44,49,54)
#1E2224
(30,34,36)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #9CA9C6

#9CA9C6
(156,169,198)
#A5B0CB
(165,176,203)
#AEB7D0
(174,183,208)
#B7BED5
(183,190,213)
#C0C5DA
(192,197,218)
#C9CCDF
(201,204,223)
#D2D3E4
(210,211,228)
#DBDAE9
(219,218,233)
#E4E1EE
(228,225,238)
#EDE8F3
(237,232,243)
#F6EFF8
(246,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA9C6; }

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

This text font color is #9CA9C6.

Background Color

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

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

This div background color is #9CA9C6.

Border color

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

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

This div border color is #9CA9C6.

Opacity

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

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

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

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

This text has shadow with #9CA9C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CA9C6.

Preview

Color preview on black background

This text has color #9CA9C6 on black background.


Color preview on white background

This text has color #9CA9C6 on white background.


Black color preview on #9CA9C6 background

This text has black color on #9CA9C6 background.


White color preview on #9CA9C6 background

This text has white color on #9CA9C6 background.


Related colors

Complementary color

Complementary color for #hex is #635639.


I love getcolorcode.com

Triadic colors

1 #C69CA9 and #A9C69C with #9CA9C6 are triadic colors.

2 #C6A99C and #A99CC6 with #9CA9C6 are triadic colors.