COLOR #9CC6CD

HEX: #9CC6CD
RGB: (156,198,205)

Color info

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

RGB color model

#9CC6CD color RGB value is (156,198,205).

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

RGB channels and saturation

R 156 of 255 = 61%
G 198 of 255 = 78%
B 205 of 255 = 80%

156
198
205

R + G + B ~ 73%. #9CC6CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 198 + 205 = 559 (100%)
R 156 of 559 ~ 27.91%
G 198 of 559 ~ 35.42%
B 205 of 559 ~ 36.67%

%27.91
%35.42
%36.67

CMYK color model

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

  • cyan value is 23.90%
  • magenta value is 3.41%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(24,3,0,20)
C24M3Y0K20 
(24%,3%,0%,20%)
(0.24/0.03/0.00/0.20)	

CMYK percentages

%23.9
%3.41
%0
%19.61

Codes

Color #9CC6CD in popluar color models

9CC6CD
RGB156198205
HSL189°32.89%70.78%
HSB/HSV189°23.90%80.39%
CMYK23.90%3.41%0.00%
19.61%

Color #9CC6CD in popluar number systems.

HEX9CC6CD
Decimal156198205
Binary100111001100011011001101
Octal234306315

Shades and tints

Shades of #9CC6CD

#9CC6CD
(156,198,205)
#8EB4BB
(142,180,187)
#80A2A9
(128,162,169)
#729097
(114,144,151)
#647E85
(100,126,133)
#566C73
(86,108,115)
#485A61
(72,90,97)
#3A484F
(58,72,79)
#2C363D
(44,54,61)
#1E242B
(30,36,43)
#101219
(16,18,25)
#000000
(0,0,0)

Tints of #9CC6CD

#9CC6CD
(156,198,205)
#A5CBD1
(165,203,209)
#AED0D5
(174,208,213)
#B7D5D9
(183,213,217)
#C0DADD
(192,218,221)
#C9DFE1
(201,223,225)
#D2E4E5
(210,228,229)
#DBE9E9
(219,233,233)
#E4EEED
(228,238,237)
#EDF3F1
(237,243,241)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC6CD; }

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

This text font color is #9CC6CD.


Background Color

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

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

This div background color is #9CC6CD.


Border color

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

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

This div border color is #9CC6CD.


Opacity

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

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

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

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

This text has shadow with #9CC6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC6CD on black background.


Color preview on white background

This text has color #9CC6CD on white background.



Black color preview on #9CC6CD background

This text has black color on #9CC6CD background.


White color preview on #9CC6CD background

This text has white color on #9CC6CD background.