COLOR #9CC3BD

HEX: #9CC3BD RGB: (156,195,189)

Color info

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

RGB color model

#9CC3BD color RGB value is (156,195,189).

RGB: (156,195,189) (61%, 76%, 74%)

RGB channels and saturation

R 156 of 255 = 61%
G 195 of 255 = 76%
B 189 of 255 = 74%

156
195
189

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

Portions of RGB colors in percentages

R + G + B = 156 + 195 + 189 = 540 (100%)
R 156 of 540 ~ 28.89%
G 195 of 540 ~ 36.11%
B 189 of 540 ~ 35'%

%28.89
%36.11
%35

CMYK color model

#9CC3BD color CMYK value is (20,0,3,24).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 23.53%
CMYK: (20,0,3,24) C20M0Y3K24 (20%,0%,3%,24%) (0.20/0.00/0.03/0.24) 

CMYK percentages

%20
%0
%3.08
%23.53

Codes

Color #9CC3BD in popluar color models

9C C3 BD
RGB 156 195 189
HSL 171° 24.53% 68.82%
HSB/HSV 171° 20.00% 76.47%
CMYK 20.00% 0.00% 3.08%
23.53%

Color #9CC3BD in popluar number systems.

HEX 9C C3 BD
Decimal 156 195 189
Binary 10011100 11000011 10111101
Octal 234 303 275

Shades and tints

Shades of #9CC3BD

#9CC3BD
(156,195,189)
#8EB2AC
(142,178,172)
#80A19B
(128,161,155)
#72908A
(114,144,138)
#647F79
(100,127,121)
#566E68
(86,110,104)
#485D57
(72,93,87)
#3A4C46
(58,76,70)
#2C3B35
(44,59,53)
#1E2A24
(30,42,36)
#101913
(16,25,19)
#000000
(0,0,0)

Tints of #9CC3BD

#9CC3BD
(156,195,189)
#A5C8C3
(165,200,195)
#AECDC9
(174,205,201)
#B7D2CF
(183,210,207)
#C0D7D5
(192,215,213)
#C9DCDB
(201,220,219)
#D2E1E1
(210,225,225)
#DBE6E7
(219,230,231)
#E4EBED
(228,235,237)
#EDF0F3
(237,240,243)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC3BD; }

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

This text font color is #9CC3BD.

Background Color

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

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

This div background color is #9CC3BD.

Border color

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

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

This div border color is #9CC3BD.

Opacity

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

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

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

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

This text has shadow with #9CC3BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CC3BD.

Preview

Color preview on black background

This text has color #9CC3BD on black background.


Color preview on white background

This text has color #9CC3BD on white background.


Black color preview on #9CC3BD background

This text has black color on #9CC3BD background.


White color preview on #9CC3BD background

This text has white color on #9CC3BD background.


Related colors

Complementary color

Complementary color for #hex is #633C42.


I love getcolorcode.com

Triadic colors

1 #BD9CC3 and #C3BD9C with #9CC3BD are triadic colors.

2 #BDC39C and #C39CBD with #9CC3BD are triadic colors.