COLOR #9CC6C0

HEX: #9CC6C0
RGB: (156,198,192)

Color info

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

RGB color model

#9CC6C0 color RGB value is (156,198,192).

  • red value is 156;
  • green value is 198;
  • blue value is 192.
RGB:
(156,198,192)
(61%,78%,75%)

RGB channels and saturation

R 156 of 255 = 61%
G 198 of 255 = 78%
B 192 of 255 = 75%

156
198
192

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

Portions of RGB colors in percentages

R + G + B =
156 + 198 + 192 = 546 (100%)
R 156 of 546 ~ 28.57%
G 198 of 546 ~ 36.26%
B 192 of 546 ~ 35.16%

%28.57
%36.26
%35.16

CMYK color model

#9CC6C0 color CMYK value is (21,0,3,22).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 22.35%
CMYK:
(21,0,3,22)
C21M0Y3K22 
(21%,0%,3%,22%)
(0.21/0.00/0.03/0.22)	

CMYK percentages

%21.21
%0
%3.03
%22.35

Codes

Color #9CC6C0 in popluar color models

9CC6C0
RGB156198192
HSL171°26.92%69.41%
HSB/HSV171°21.21%77.65%
CMYK21.21%0.00%3.03%
22.35%

Color #9CC6C0 in popluar number systems.

HEX9CC6C0
Decimal156198192
Binary100111001100011011000000
Octal234306300

Shades and tints

Shades of #9CC6C0

#9CC6C0
(156,198,192)
#8EB4AF
(142,180,175)
#80A29E
(128,162,158)
#72908D
(114,144,141)
#647E7C
(100,126,124)
#566C6B
(86,108,107)
#485A5A
(72,90,90)
#3A4849
(58,72,73)
#2C3638
(44,54,56)
#1E2427
(30,36,39)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #9CC6C0

#9CC6C0
(156,198,192)
#A5CBC5
(165,203,197)
#AED0CA
(174,208,202)
#B7D5CF
(183,213,207)
#C0DAD4
(192,218,212)
#C9DFD9
(201,223,217)
#D2E4DE
(210,228,222)
#DBE9E3
(219,233,227)
#E4EEE8
(228,238,232)
#EDF3ED
(237,243,237)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC6C0; }

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

This text font color is #9CC6C0.


Background Color

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

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

This div background color is #9CC6C0.


Border color

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

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

This div border color is #9CC6C0.


Opacity

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

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

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

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

This text has shadow with #9CC6C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC6C0 on black background.


Color preview on white background

This text has color #9CC6C0 on white background.



Black color preview on #9CC6C0 background

This text has black color on #9CC6C0 background.


White color preview on #9CC6C0 background

This text has white color on #9CC6C0 background.