COLOR #9CC3BA

HEX: #9CC3BA
RGB: (156,195,186)

Color info

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

RGB color model

#9CC3BA color RGB value is (156,195,186).

  • red value is 156;
  • green value is 195;
  • blue value is 186.
RGB:
(156,195,186)
(61%,76%,73%)

RGB channels and saturation

R 156 of 255 = 61%
G 195 of 255 = 76%
B 186 of 255 = 73%

156
195
186

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

Portions of RGB colors in percentages

R + G + B =
156 + 195 + 186 = 537 (100%)
R 156 of 537 ~ 29.05%
G 195 of 537 ~ 36.31%
B 186 of 537 ~ 34.64%

%29.05
%36.31
%34.64

CMYK color model

#9CC3BA color CMYK value is (20,0,5,24).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 4.62%
  • key color value is 23.53%
CMYK:
(20,0,5,24)
C20M0Y5K24 
(20%,0%,5%,24%)
(0.20/0.00/0.05/0.24)	

CMYK percentages

%20
%0
%4.62
%23.53

Codes

Color #9CC3BA in popluar color models

9CC3BA
RGB156195186
HSL166°24.53%68.82%
HSB/HSV166°20.00%76.47%
CMYK20.00%0.00%4.62%
23.53%

Color #9CC3BA in popluar number systems.

HEX9CC3BA
Decimal156195186
Binary100111001100001110111010
Octal234303272

Shades and tints

Shades of #9CC3BA

#9CC3BA
(156,195,186)
#8EB2AA
(142,178,170)
#80A19A
(128,161,154)
#72908A
(114,144,138)
#647F7A
(100,127,122)
#566E6A
(86,110,106)
#485D5A
(72,93,90)
#3A4C4A
(58,76,74)
#2C3B3A
(44,59,58)
#1E2A2A
(30,42,42)
#10191A
(16,25,26)
#000000
(0,0,0)

Tints of #9CC3BA

#9CC3BA
(156,195,186)
#A5C8C0
(165,200,192)
#AECDC6
(174,205,198)
#B7D2CC
(183,210,204)
#C0D7D2
(192,215,210)
#C9DCD8
(201,220,216)
#D2E1DE
(210,225,222)
#DBE6E4
(219,230,228)
#E4EBEA
(228,235,234)
#EDF0F0
(237,240,240)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC3BA color. Also use rgb(156,195,186) instead hex code.

Text Font Color

.myTextColor { color: #9CC3BA; }

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

This text font color is #9CC3BA.


Background Color

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

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

This div background color is #9CC3BA.


Border color

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

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

This div border color is #9CC3BA.


Opacity

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

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

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

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

This text has shadow with #9CC3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC3BA on black background.


Color preview on white background

This text has color #9CC3BA on white background.



Black color preview on #9CC3BA background

This text has black color on #9CC3BA background.


White color preview on #9CC3BA background

This text has white color on #9CC3BA background.