COLOR #9CC6D1

HEX: #9CC6D1
RGB: (156,198,209)

Color info

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

RGB color model

#9CC6D1 color RGB value is (156,198,209).

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

RGB channels and saturation

R 156 of 255 = 61%
G 198 of 255 = 78%
B 209 of 255 = 82%

156
198
209

R + G + B ~ 74%. #9CC6D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 198 + 209 = 563 (100%)
R 156 of 563 ~ 27.71%
G 198 of 563 ~ 35.17%
B 209 of 563 ~ 37.12%

%27.71
%35.17
%37.12

CMYK color model

#9CC6D1 color CMYK value is (25,5,0,18).

  • cyan value is 25.36%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(25,5,0,18)
C25M5Y0K18 
(25%,5%,0%,18%)
(0.25/0.05/0.00/0.18)	

CMYK percentages

%25.36
%5.26
%0
%18.04

Codes

Color #9CC6D1 in popluar color models

9CC6D1
RGB156198209
HSL192°36.55%71.57%
HSB/HSV192°25.36%81.96%
CMYK25.36%5.26%0.00%
18.04%

Color #9CC6D1 in popluar number systems.

HEX9CC6D1
Decimal156198209
Binary100111001100011011010001
Octal234306321

Shades and tints

Shades of #9CC6D1

#9CC6D1
(156,198,209)
#8EB4BE
(142,180,190)
#80A2AB
(128,162,171)
#729098
(114,144,152)
#647E85
(100,126,133)
#566C72
(86,108,114)
#485A5F
(72,90,95)
#3A484C
(58,72,76)
#2C3639
(44,54,57)
#1E2426
(30,36,38)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #9CC6D1

#9CC6D1
(156,198,209)
#A5CBD5
(165,203,213)
#AED0D9
(174,208,217)
#B7D5DD
(183,213,221)
#C0DAE1
(192,218,225)
#C9DFE5
(201,223,229)
#D2E4E9
(210,228,233)
#DBE9ED
(219,233,237)
#E4EEF1
(228,238,241)
#EDF3F5
(237,243,245)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC6D1; }

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

This text font color is #9CC6D1.


Background Color

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

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

This div background color is #9CC6D1.


Border color

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

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

This div border color is #9CC6D1.


Opacity

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

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

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

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

This text has shadow with #9CC6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC6D1 on black background.


Color preview on white background

This text has color #9CC6D1 on white background.



Black color preview on #9CC6D1 background

This text has black color on #9CC6D1 background.


White color preview on #9CC6D1 background

This text has white color on #9CC6D1 background.