COLOR #9CC1C0

HEX: #9CC1C0
RGB: (156,193,192)

Color info

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

RGB color model

#9CC1C0 color RGB value is (156,193,192).

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

RGB channels and saturation

R 156 of 255 = 61%
G 193 of 255 = 76%
B 192 of 255 = 75%

156
193
192

R + G + B ~ 71%. #9CC1C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 193 + 192 = 541 (100%)
R 156 of 541 ~ 28.84%
G 193 of 541 ~ 35.67%
B 192 of 541 ~ 35.49%

%28.84
%35.67
%35.49

CMYK color model

#9CC1C0 color CMYK value is (19,0,1,24).

  • cyan value is 19.17%
  • magenta value is 0.00%
  • yellow value is 0.52%
  • key color value is 24.31%
CMYK:
(19,0,1,24)
C19M0Y1K24 
(19%,0%,1%,24%)
(0.19/0.00/0.01/0.24)	

CMYK percentages

%19.17
%0
%0.52
%24.31

Codes

Color #9CC1C0 in popluar color models

9CC1C0
RGB156193192
HSL178°22.98%68.43%
HSB/HSV178°19.17%75.69%
CMYK19.17%0.00%0.52%
24.31%

Color #9CC1C0 in popluar number systems.

HEX9CC1C0
Decimal156193192
Binary100111001100000111000000
Octal234301300

Shades and tints

Shades of #9CC1C0

#9CC1C0
(156,193,192)
#8EB0AF
(142,176,175)
#809F9E
(128,159,158)
#728E8D
(114,142,141)
#647D7C
(100,125,124)
#566C6B
(86,108,107)
#485B5A
(72,91,90)
#3A4A49
(58,74,73)
#2C3938
(44,57,56)
#1E2827
(30,40,39)
#101716
(16,23,22)
#000000
(0,0,0)

Tints of #9CC1C0

#9CC1C0
(156,193,192)
#A5C6C5
(165,198,197)
#AECBCA
(174,203,202)
#B7D0CF
(183,208,207)
#C0D5D4
(192,213,212)
#C9DAD9
(201,218,217)
#D2DFDE
(210,223,222)
#DBE4E3
(219,228,227)
#E4E9E8
(228,233,232)
#EDEEED
(237,238,237)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC1C0; }

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

This text font color is #9CC1C0.


Background Color

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

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

This div background color is #9CC1C0.


Border color

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

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

This div border color is #9CC1C0.


Opacity

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

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

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

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

This text has shadow with #9CC1C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC1C0 on black background.


Color preview on white background

This text has color #9CC1C0 on white background.



Black color preview on #9CC1C0 background

This text has black color on #9CC1C0 background.


White color preview on #9CC1C0 background

This text has white color on #9CC1C0 background.