COLOR #9CC1C6

HEX: #9CC1C6
RGB: (156,193,198)

Color info

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

RGB color model

#9CC1C6 color RGB value is (156,193,198).

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

RGB channels and saturation

R 156 of 255 = 61%
G 193 of 255 = 76%
B 198 of 255 = 78%

156
193
198

R + G + B ~ 72%. #9CC1C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 193 + 198 = 547 (100%)
R 156 of 547 ~ 28.52%
G 193 of 547 ~ 35.28%
B 198 of 547 ~ 36.2%

%28.52
%35.28
%36.2

CMYK color model

#9CC1C6 color CMYK value is (21,3,0,22).

  • cyan value is 21.21%
  • magenta value is 2.53%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(21,3,0,22)
C21M3Y0K22 
(21%,3%,0%,22%)
(0.21/0.03/0.00/0.22)	

CMYK percentages

%21.21
%2.53
%0
%22.35

Codes

Color #9CC1C6 in popluar color models

9CC1C6
RGB156193198
HSL187°26.92%69.41%
HSB/HSV187°21.21%77.65%
CMYK21.21%2.53%0.00%
22.35%

Color #9CC1C6 in popluar number systems.

HEX9CC1C6
Decimal156193198
Binary100111001100000111000110
Octal234301306

Shades and tints

Shades of #9CC1C6

#9CC1C6
(156,193,198)
#8EB0B4
(142,176,180)
#809FA2
(128,159,162)
#728E90
(114,142,144)
#647D7E
(100,125,126)
#566C6C
(86,108,108)
#485B5A
(72,91,90)
#3A4A48
(58,74,72)
#2C3936
(44,57,54)
#1E2824
(30,40,36)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #9CC1C6

#9CC1C6
(156,193,198)
#A5C6CB
(165,198,203)
#AECBD0
(174,203,208)
#B7D0D5
(183,208,213)
#C0D5DA
(192,213,218)
#C9DADF
(201,218,223)
#D2DFE4
(210,223,228)
#DBE4E9
(219,228,233)
#E4E9EE
(228,233,238)
#EDEEF3
(237,238,243)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC1C6; }

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

This text font color is #9CC1C6.


Background Color

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

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

This div background color is #9CC1C6.


Border color

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

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

This div border color is #9CC1C6.


Opacity

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

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

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

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

This text has shadow with #9CC1C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC1C6 on black background.


Color preview on white background

This text has color #9CC1C6 on white background.



Black color preview on #9CC1C6 background

This text has black color on #9CC1C6 background.


White color preview on #9CC1C6 background

This text has white color on #9CC1C6 background.