COLOR #9CC6B6

HEX: #9CC6B6 RGB: (156,198,182)

Color info

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

RGB color model

#9CC6B6 color RGB value is (156,198,182).

RGB: (156,198,182) (61%, 78%, 71%)

RGB channels and saturation

R 156 of 255 = 61%
G 198 of 255 = 78%
B 182 of 255 = 71%

156
198
182

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

Portions of RGB colors in percentages

R + G + B = 156 + 198 + 182 = 536 (100%)
R 156 of 536 ~ 29.1%
G 198 of 536 ~ 36.94%
B 182 of 536 ~ 33.96'%

%29.1
%36.94
%33.96

CMYK color model

#9CC6B6 color CMYK value is (21,0,8,22).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 8.08%
  • key color value is 22.35%
CMYK: (21,0,8,22) C21M0Y8K22 (21%,0%,8%,22%) (0.21/0.00/0.08/0.22) 

CMYK percentages

%21.21
%0
%8.08
%22.35

Codes

Color #9CC6B6 in popluar color models

9C C6 B6
RGB 156 198 182
HSL 157° 26.92% 69.41%
HSB/HSV 157° 21.21% 77.65%
CMYK 21.21% 0.00% 8.08%
22.35%

Color #9CC6B6 in popluar number systems.

HEX 9C C6 B6
Decimal 156 198 182
Binary 10011100 11000110 10110110
Octal 234 306 266

Shades and tints

Shades of #9CC6B6

#9CC6B6
(156,198,182)
#8EB4A6
(142,180,166)
#80A296
(128,162,150)
#729086
(114,144,134)
#647E76
(100,126,118)
#566C66
(86,108,102)
#485A56
(72,90,86)
#3A4846
(58,72,70)
#2C3636
(44,54,54)
#1E2426
(30,36,38)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #9CC6B6

#9CC6B6
(156,198,182)
#A5CBBC
(165,203,188)
#AED0C2
(174,208,194)
#B7D5C8
(183,213,200)
#C0DACE
(192,218,206)
#C9DFD4
(201,223,212)
#D2E4DA
(210,228,218)
#DBE9E0
(219,233,224)
#E4EEE6
(228,238,230)
#EDF3EC
(237,243,236)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC6B6 color. Also use rgb(156,198,182) instead hex code.

Text Font Color

.myTextColor { color: #9CC6B6; }

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

This text font color is #9CC6B6.

Background Color

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

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

This div background color is #9CC6B6.

Border color

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

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

This div border color is #9CC6B6.

Opacity

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

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

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

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

This text has shadow with #9CC6B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CC6B6.

Preview

Color preview on black background

This text has color #9CC6B6 on black background.


Color preview on white background

This text has color #9CC6B6 on white background.


Black color preview on #9CC6B6 background

This text has black color on #9CC6B6 background.


White color preview on #9CC6B6 background

This text has white color on #9CC6B6 background.


Related colors

Complementary color

Complementary color for #hex is #633949.


I love getcolorcode.com

Triadic colors

1 #B69CC6 and #C6B69C with #9CC6B6 are triadic colors.

2 #B6C69C and #C69CB6 with #9CC6B6 are triadic colors.