COLOR #9CC2BD

HEX: #9CC2BD RGB: (156,194,189)

Color info

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

RGB color model

#9CC2BD color RGB value is (156,194,189).

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

RGB channels and saturation

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

156
194
189

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

Portions of RGB colors in percentages

R + G + B = 156 + 194 + 189 = 539 (100%)
R 156 of 539 ~ 28.94%
G 194 of 539 ~ 35.99%
B 189 of 539 ~ 35.06'%

%28.94
%35.99
%35.06

CMYK color model

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

  • cyan value is 19.59%
  • magenta value is 0.00%
  • yellow value is 2.58%
  • key color value is 23.92%

CMYK: (20,0,3,24)
C20M0Y3K24 (20%, 0%, 3%, 24%)
(0.20 / 0.00 / 0.03 / 0.24)

CMYK percentages

%19.59
%0
%2.58
%23.92

Codes

Color #9CC2BD in popluar color models

9C C2 BD
RGB 156 194 189
HSL 172° 23.75% 68.63%
HSB/HSV 172° 19.59% 76.08%
CMYK 19.59% 0.00% 2.58%
23.92%

Color #9CC2BD in popluar number systems.

HEX 9C C2 BD
Decimal 156 194 189
Binary 10011100 11000010 10111101
Octal 234 302 275

Shades and tints

Shades of #9CC2BD

#9CC2BD
(156,194,189)
#8EB1AC
(142,177,172)
#80A09B
(128,160,155)
#728F8A
(114,143,138)
#647E79
(100,126,121)
#566D68
(86,109,104)
#485C57
(72,92,87)
#3A4B46
(58,75,70)
#2C3A35
(44,58,53)
#1E2924
(30,41,36)
#101813
(16,24,19)
#000000
(0,0,0)

Tints of #9CC2BD

#9CC2BD
(156,194,189)
#A5C7C3
(165,199,195)
#AECCC9
(174,204,201)
#B7D1CF
(183,209,207)
#C0D6D5
(192,214,213)
#C9DBDB
(201,219,219)
#D2E0E1
(210,224,225)
#DBE5E7
(219,229,231)
#E4EAED
(228,234,237)
#EDEFF3
(237,239,243)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC2BD; }

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

This text font color is #9CC2BD.

Background Color

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

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

This div background color is #9CC2BD.

Border color

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

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

This div border color is #9CC2BD.

Opacity

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

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

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

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

This text has shadow with #9CC2BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CC2BD.

Preview

Color preview on black background

This text has color #9CC2BD on black background.


Color preview on white background

This text has color #9CC2BD on white background.


Black color preview on #9CC2BD background

This text has black color on #9CC2BD background.


White color preview on #9CC2BD background

This text has white color on #9CC2BD background.


Related colors

Complementary color

Complementary color for #hex is #633D42.


I love getcolorcode.com

Triadic colors

1 #BD9CC2 and #C2BD9C with #9CC2BD are triadic colors.

2 #BDC29C and #C29CBD with #9CC2BD are triadic colors.