COLOR #9CB3CC

HEX: #9CB3CC RGB: (156,179,204)

Color info

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

RGB color model

#9CB3CC color RGB value is (156,179,204).

RGB: (156,179,204) (61%, 70%, 80%)

RGB channels and saturation

R 156 of 255 = 61%
G 179 of 255 = 70%
B 204 of 255 = 80%

156
179
204

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

Portions of RGB colors in percentages

R + G + B = 156 + 179 + 204 = 539 (100%)
R 156 of 539 ~ 28.94%
G 179 of 539 ~ 33.21%
B 204 of 539 ~ 37.85'%

%28.94
%33.21
%37.85

CMYK color model

#9CB3CC color CMYK value is (24,12,0,20).

  • cyan value is 23.53%
  • magenta value is 12.25%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (24,12,0,20)
C24M12Y0K20 (24%, 12%, 0%, 20%)
(0.24 / 0.12 / 0.00 / 0.20)

CMYK percentages

%23.53
%12.25
%0
%20

Codes

Color #9CB3CC in popluar color models

9C B3 CC
RGB 156 179 204
HSL 211° 32.00% 70.59%
HSB/HSV 211° 23.53% 80.00%
CMYK 23.53% 12.25% 0.00%
20.00%

Color #9CB3CC in popluar number systems.

HEX 9C B3 CC
Decimal 156 179 204
Binary 10011100 10110011 11001100
Octal 234 263 314

Shades and tints

Shades of #9CB3CC

#9CB3CC
(156,179,204)
#8EA3BA
(142,163,186)
#8093A8
(128,147,168)
#728396
(114,131,150)
#647384
(100,115,132)
#566372
(86,99,114)
#485360
(72,83,96)
#3A434E
(58,67,78)
#2C333C
(44,51,60)
#1E232A
(30,35,42)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #9CB3CC

#9CB3CC
(156,179,204)
#A5B9D0
(165,185,208)
#AEBFD4
(174,191,212)
#B7C5D8
(183,197,216)
#C0CBDC
(192,203,220)
#C9D1E0
(201,209,224)
#D2D7E4
(210,215,228)
#DBDDE8
(219,221,232)
#E4E3EC
(228,227,236)
#EDE9F0
(237,233,240)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB3CC color. Also use rgb(156,179,204) instead hex code.

Text Font Color

.myTextColor { color: #9CB3CC; }

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

This text font color is #9CB3CC.

Background Color

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

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

This div background color is #9CB3CC.

Border color

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

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

This div border color is #9CB3CC.

Opacity

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

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

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

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

This text has shadow with #9CB3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CB3CC.

Preview

Color preview on black background

This text has color #9CB3CC on black background.


Color preview on white background

This text has color #9CB3CC on white background.


Black color preview on #9CB3CC background

This text has black color on #9CB3CC background.


White color preview on #9CB3CC background

This text has white color on #9CB3CC background.


Related colors

Complementary color

Complementary color for #hex is #634C33.


I love getcolorcode.com

Triadic colors

1 #CC9CB3 and #B3CC9C with #9CB3CC are triadic colors.

2 #CCB39C and #B39CCC with #9CB3CC are triadic colors.