COLOR #9CA3BB

HEX: #9CA3BB RGB: (156,163,187)

Color info

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

RGB color model

#9CA3BB color RGB value is (156,163,187).

RGB: (156,163,187) (61%, 64%, 73%)

RGB channels and saturation

R 156 of 255 = 61%
G 163 of 255 = 64%
B 187 of 255 = 73%

156
163
187

R + G + B ~ 66%. #9CA3BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 163 + 187 = 506 (100%)
R 156 of 506 ~ 30.83%
G 163 of 506 ~ 32.21%
B 187 of 506 ~ 36.96'%

%30.83
%32.21
%36.96

CMYK color model

#9CA3BB color CMYK value is (17,13,0,27).

  • cyan value is 16.58%
  • magenta value is 12.83%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (17,13,0,27)
C17M13Y0K27 (17%, 13%, 0%, 27%)
(0.17 / 0.13 / 0.00 / 0.27)

CMYK percentages

%16.58
%12.83
%0
%26.67

Codes

Color #9CA3BB in popluar color models

9C A3 BB
RGB 156 163 187
HSL 226° 18.56% 67.25%
HSB/HSV 226° 16.58% 73.33%
CMYK 16.58% 12.83% 0.00%
26.67%

Color #9CA3BB in popluar number systems.

HEX 9C A3 BB
Decimal 156 163 187
Binary 10011100 10100011 10111011
Octal 234 243 273

Shades and tints

Shades of #9CA3BB

#9CA3BB
(156,163,187)
#8E95AA
(142,149,170)
#808799
(128,135,153)
#727988
(114,121,136)
#646B77
(100,107,119)
#565D66
(86,93,102)
#484F55
(72,79,85)
#3A4144
(58,65,68)
#2C3333
(44,51,51)
#1E2522
(30,37,34)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #9CA3BB

#9CA3BB
(156,163,187)
#A5ABC1
(165,171,193)
#AEB3C7
(174,179,199)
#B7BBCD
(183,187,205)
#C0C3D3
(192,195,211)
#C9CBD9
(201,203,217)
#D2D3DF
(210,211,223)
#DBDBE5
(219,219,229)
#E4E3EB
(228,227,235)
#EDEBF1
(237,235,241)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA3BB color. Also use rgb(156,163,187) instead hex code.

Text Font Color

.myTextColor { color: #9CA3BB; }

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

This text font color is #9CA3BB.

Background Color

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

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

This div background color is #9CA3BB.

Border color

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

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

This div border color is #9CA3BB.

Opacity

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

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

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

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

This text has shadow with #9CA3BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CA3BB.

Preview

Color preview on black background

This text has color #9CA3BB on black background.


Color preview on white background

This text has color #9CA3BB on white background.


Black color preview on #9CA3BB background

This text has black color on #9CA3BB background.


White color preview on #9CA3BB background

This text has white color on #9CA3BB background.


Related colors

Complementary color

Complementary color for #hex is #635C44.


I love getcolorcode.com

Triadic colors

1 #BB9CA3 and #A3BB9C with #9CA3BB are triadic colors.

2 #BBA39C and #A39CBB with #9CA3BB are triadic colors.