COLOR #9CB6CA

HEX: #9CB6CA RGB: (156,182,202)

Color info

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

RGB color model

#9CB6CA color RGB value is (156,182,202).

RGB: (156,182,202) (61%, 71%, 79%)

RGB channels and saturation

R 156 of 255 = 61%
G 182 of 255 = 71%
B 202 of 255 = 79%

156
182
202

R + G + B ~ 70%. #9CB6CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 182 + 202 = 540 (100%)
R 156 of 540 ~ 28.89%
G 182 of 540 ~ 33.7%
B 202 of 540 ~ 37.41'%

%28.89
%33.7
%37.41

CMYK color model

#9CB6CA color CMYK value is (23,10,0,21).

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

CMYK: (23,10,0,21)
C23M10Y0K21 (23%, 10%, 0%, 21%)
(0.23 / 0.10 / 0.00 / 0.21)

CMYK percentages

%22.77
%9.9
%0
%20.78

Codes

Color #9CB6CA in popluar color models

9C B6 CA
RGB 156 182 202
HSL 206° 30.26% 70.20%
HSB/HSV 206° 22.77% 79.22%
CMYK 22.77% 9.90% 0.00%
20.78%

Color #9CB6CA in popluar number systems.

HEX 9C B6 CA
Decimal 156 182 202
Binary 10011100 10110110 11001010
Octal 234 266 312

Shades and tints

Shades of #9CB6CA

#9CB6CA
(156,182,202)
#8EA6B8
(142,166,184)
#8096A6
(128,150,166)
#728694
(114,134,148)
#647682
(100,118,130)
#566670
(86,102,112)
#48565E
(72,86,94)
#3A464C
(58,70,76)
#2C363A
(44,54,58)
#1E2628
(30,38,40)
#101616
(16,22,22)
#000000
(0,0,0)

Tints of #9CB6CA

#9CB6CA
(156,182,202)
#A5BCCE
(165,188,206)
#AEC2D2
(174,194,210)
#B7C8D6
(183,200,214)
#C0CEDA
(192,206,218)
#C9D4DE
(201,212,222)
#D2DAE2
(210,218,226)
#DBE0E6
(219,224,230)
#E4E6EA
(228,230,234)
#EDECEE
(237,236,238)
#F6F2F2
(246,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CB6CA; }

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

This text font color is #9CB6CA.

Background Color

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

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

This div background color is #9CB6CA.

Border color

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

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

This div border color is #9CB6CA.

Opacity

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

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

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

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

This text has shadow with #9CB6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CB6CA.

Preview

Color preview on black background

This text has color #9CB6CA on black background.


Color preview on white background

This text has color #9CB6CA on white background.


Black color preview on #9CB6CA background

This text has black color on #9CB6CA background.


White color preview on #9CB6CA background

This text has white color on #9CB6CA background.


Related colors

Complementary color

Complementary color for #hex is #634935.


I love getcolorcode.com

Triadic colors

1 #CA9CB6 and #B6CA9C with #9CB6CA are triadic colors.

2 #CAB69C and #B69CCA with #9CB6CA are triadic colors.