COLOR #9CC9CF

HEX: #9CC9CF
RGB: (156,201,207)

Color info

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

RGB color model

#9CC9CF color RGB value is (156,201,207).

  • red value is 156;
  • green value is 201;
  • blue value is 207.
RGB:
(156,201,207)
(61%,79%,81%)

RGB channels and saturation

R 156 of 255 = 61%
G 201 of 255 = 79%
B 207 of 255 = 81%

156
201
207

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

Portions of RGB colors in percentages

R + G + B =
156 + 201 + 207 = 564 (100%)
R 156 of 564 ~ 27.66%
G 201 of 564 ~ 35.64%
B 207 of 564 ~ 36.7%

%27.66
%35.64
%36.7

CMYK color model

#9CC9CF color CMYK value is (25,3,0,19).

  • cyan value is 24.64%
  • magenta value is 2.90%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(25,3,0,19)
C25M3Y0K19 
(25%,3%,0%,19%)
(0.25/0.03/0.00/0.19)	

CMYK percentages

%24.64
%2.9
%0
%18.82

Codes

Color #9CC9CF in popluar color models

9CC9CF
RGB156201207
HSL187°34.69%71.18%
HSB/HSV187°24.64%81.18%
CMYK24.64%2.90%0.00%
18.82%

Color #9CC9CF in popluar number systems.

HEX9CC9CF
Decimal156201207
Binary100111001100100111001111
Octal234311317

Shades and tints

Shades of #9CC9CF

#9CC9CF
(156,201,207)
#8EB7BD
(142,183,189)
#80A5AB
(128,165,171)
#729399
(114,147,153)
#648187
(100,129,135)
#566F75
(86,111,117)
#485D63
(72,93,99)
#3A4B51
(58,75,81)
#2C393F
(44,57,63)
#1E272D
(30,39,45)
#10151B
(16,21,27)
#000000
(0,0,0)

Tints of #9CC9CF

#9CC9CF
(156,201,207)
#A5CDD3
(165,205,211)
#AED1D7
(174,209,215)
#B7D5DB
(183,213,219)
#C0D9DF
(192,217,223)
#C9DDE3
(201,221,227)
#D2E1E7
(210,225,231)
#DBE5EB
(219,229,235)
#E4E9EF
(228,233,239)
#EDEDF3
(237,237,243)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC9CF color. Also use rgb(156,201,207) instead hex code.

Text Font Color

.myTextColor { color: #9CC9CF; }

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

This text font color is #9CC9CF.


Background Color

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

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

This div background color is #9CC9CF.


Border color

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

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

This div border color is #9CC9CF.


Opacity

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

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

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

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

This text has shadow with #9CC9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC9CF on black background.


Color preview on white background

This text has color #9CC9CF on white background.



Black color preview on #9CC9CF background

This text has black color on #9CC9CF background.


White color preview on #9CC9CF background

This text has white color on #9CC9CF background.