COLOR #9CC7CC

HEX: #9CC7CC
RGB: (156,199,204)

Color info

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

RGB color model

#9CC7CC color RGB value is (156,199,204).

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

RGB channels and saturation

R 156 of 255 = 61%
G 199 of 255 = 78%
B 204 of 255 = 80%

156
199
204

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

Portions of RGB colors in percentages

R + G + B =
156 + 199 + 204 = 559 (100%)
R 156 of 559 ~ 27.91%
G 199 of 559 ~ 35.6%
B 204 of 559 ~ 36.49%

%27.91
%35.6
%36.49

CMYK color model

#9CC7CC color CMYK value is (24,2,0,20).

  • cyan value is 23.53%
  • magenta value is 2.45%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(24,2,0,20)
C24M2Y0K20 
(24%,2%,0%,20%)
(0.24/0.02/0.00/0.20)	

CMYK percentages

%23.53
%2.45
%0
%20

Codes

Color #9CC7CC in popluar color models

9CC7CC
RGB156199204
HSL186°32.00%70.59%
HSB/HSV186°23.53%80.00%
CMYK23.53%2.45%0.00%
20.00%

Color #9CC7CC in popluar number systems.

HEX9CC7CC
Decimal156199204
Binary100111001100011111001100
Octal234307314

Shades and tints

Shades of #9CC7CC

#9CC7CC
(156,199,204)
#8EB5BA
(142,181,186)
#80A3A8
(128,163,168)
#729196
(114,145,150)
#647F84
(100,127,132)
#566D72
(86,109,114)
#485B60
(72,91,96)
#3A494E
(58,73,78)
#2C373C
(44,55,60)
#1E252A
(30,37,42)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #9CC7CC

#9CC7CC
(156,199,204)
#A5CCD0
(165,204,208)
#AED1D4
(174,209,212)
#B7D6D8
(183,214,216)
#C0DBDC
(192,219,220)
#C9E0E0
(201,224,224)
#D2E5E4
(210,229,228)
#DBEAE8
(219,234,232)
#E4EFEC
(228,239,236)
#EDF4F0
(237,244,240)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC7CC color. Also use rgb(156,199,204) instead hex code.

Text Font Color

.myTextColor { color: #9CC7CC; }

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

This text font color is #9CC7CC.


Background Color

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

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

This div background color is #9CC7CC.


Border color

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

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

This div border color is #9CC7CC.


Opacity

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

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

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

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

This text has shadow with #9CC7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC7CC on black background.


Color preview on white background

This text has color #9CC7CC on white background.



Black color preview on #9CC7CC background

This text has black color on #9CC7CC background.


White color preview on #9CC7CC background

This text has white color on #9CC7CC background.