COLOR #9CBBCC

HEX: #9CBBCC RGB: (156,187,204)

Color info

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

RGB color model

#9CBBCC color RGB value is (156,187,204).

RGB: (156,187,204) (61%, 73%, 80%)

RGB channels and saturation

R 156 of 255 = 61%
G 187 of 255 = 73%
B 204 of 255 = 80%

156
187
204

R + G + B ~ 71%. #9CBBCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 187 + 204 = 547 (100%)
R 156 of 547 ~ 28.52%
G 187 of 547 ~ 34.19%
B 204 of 547 ~ 37.29'%

%28.52
%34.19
%37.29

CMYK color model

#9CBBCC color CMYK value is (24,8,0,20).

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

CMYK: (24,8,0,20)
C24M8Y0K20 (24%, 8%, 0%, 20%)
(0.24 / 0.08 / 0.00 / 0.20)

CMYK percentages

%23.53
%8.33
%0
%20

Codes

Color #9CBBCC in popluar color models

9C BB CC
RGB 156 187 204
HSL 201° 32.00% 70.59%
HSB/HSV 201° 23.53% 80.00%
CMYK 23.53% 8.33% 0.00%
20.00%

Color #9CBBCC in popluar number systems.

HEX 9C BB CC
Decimal 156 187 204
Binary 10011100 10111011 11001100
Octal 234 273 314

Shades and tints

Shades of #9CBBCC

#9CBBCC
(156,187,204)
#8EAABA
(142,170,186)
#8099A8
(128,153,168)
#728896
(114,136,150)
#647784
(100,119,132)
#566672
(86,102,114)
#485560
(72,85,96)
#3A444E
(58,68,78)
#2C333C
(44,51,60)
#1E222A
(30,34,42)
#101118
(16,17,24)
#000000
(0,0,0)

Tints of #9CBBCC

#9CBBCC
(156,187,204)
#A5C1D0
(165,193,208)
#AEC7D4
(174,199,212)
#B7CDD8
(183,205,216)
#C0D3DC
(192,211,220)
#C9D9E0
(201,217,224)
#D2DFE4
(210,223,228)
#DBE5E8
(219,229,232)
#E4EBEC
(228,235,236)
#EDF1F0
(237,241,240)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CBBCC; }

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

This text font color is #9CBBCC.

Background Color

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

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

This div background color is #9CBBCC.

Border color

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

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

This div border color is #9CBBCC.

Opacity

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

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

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

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

This text has shadow with #9CBBCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CBBCC.

Preview

Color preview on black background

This text has color #9CBBCC on black background.


Color preview on white background

This text has color #9CBBCC on white background.


Black color preview on #9CBBCC background

This text has black color on #9CBBCC background.


White color preview on #9CBBCC background

This text has white color on #9CBBCC background.


Related colors

Complementary color

Complementary color for #hex is #634433.


I love getcolorcode.com

Triadic colors

1 #CC9CBB and #BBCC9C with #9CBBCC are triadic colors.

2 #CCBB9C and #BB9CCC with #9CBBCC are triadic colors.