COLOR #9CC6D9

HEX: #9CC6D9
RGB: (156,198,217)

Color info

#9CC6D9 contains mainly green and blue colors. Web safe color of #9CC6D9 is #99CCCC (or #9CC).

RGB color model

#9CC6D9 color RGB value is (156,198,217).

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

RGB channels and saturation

R 156 of 255 = 61%
G 198 of 255 = 78%
B 217 of 255 = 85%

156
198
217

R + G + B ~ 75%. #9CC6D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 198 + 217 = 571 (100%)
R 156 of 571 ~ 27.32%
G 198 of 571 ~ 34.68%
B 217 of 571 ~ 38%

%27.32
%34.68
%38

CMYK color model

#9CC6D9 color CMYK value is (28,9,0,15).

  • cyan value is 28.11%
  • magenta value is 8.76%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(28,9,0,15)
C28M9Y0K15 
(28%,9%,0%,15%)
(0.28/0.09/0.00/0.15)	

CMYK percentages

%28.11
%8.76
%0
%14.9

Codes

Color #9CC6D9 in popluar color models

9CC6D9
RGB156198217
HSL199°44.53%73.14%
HSB/HSV199°28.11%85.10%
CMYK28.11%8.76%0.00%
14.90%

Color #9CC6D9 in popluar number systems.

HEX9CC6D9
Decimal156198217
Binary100111001100011011011001
Octal234306331

Shades and tints

Shades of #9CC6D9

#9CC6D9
(156,198,217)
#8EB4C6
(142,180,198)
#80A2B3
(128,162,179)
#7290A0
(114,144,160)
#647E8D
(100,126,141)
#566C7A
(86,108,122)
#485A67
(72,90,103)
#3A4854
(58,72,84)
#2C3641
(44,54,65)
#1E242E
(30,36,46)
#10121B
(16,18,27)
#000000
(0,0,0)

Tints of #9CC6D9

#9CC6D9
(156,198,217)
#A5CBDC
(165,203,220)
#AED0DF
(174,208,223)
#B7D5E2
(183,213,226)
#C0DAE5
(192,218,229)
#C9DFE8
(201,223,232)
#D2E4EB
(210,228,235)
#DBE9EE
(219,233,238)
#E4EEF1
(228,238,241)
#EDF3F4
(237,243,244)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC6D9; }

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

This text font color is #9CC6D9.


Background Color

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

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

This div background color is #9CC6D9.


Border color

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

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

This div border color is #9CC6D9.


Opacity

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

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

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

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

This text has shadow with #9CC6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC6D9 on black background.


Color preview on white background

This text has color #9CC6D9 on white background.



Black color preview on #9CC6D9 background

This text has black color on #9CC6D9 background.


White color preview on #9CC6D9 background

This text has white color on #9CC6D9 background.