COLOR #9CCFC0

HEX: #9CCFC0
RGB: (156,207,192)

Color info

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

RGB color model

#9CCFC0 color RGB value is (156,207,192).

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

RGB channels and saturation

R 156 of 255 = 61%
G 207 of 255 = 81%
B 192 of 255 = 75%

156
207
192

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

Portions of RGB colors in percentages

R + G + B =
156 + 207 + 192 = 555 (100%)
R 156 of 555 ~ 28.11%
G 207 of 555 ~ 37.3%
B 192 of 555 ~ 34.59%

%28.11
%37.3
%34.59

CMYK color model

#9CCFC0 color CMYK value is (25,0,7,19).

  • cyan value is 24.64%
  • magenta value is 0.00%
  • yellow value is 7.25%
  • key color value is 18.82%
CMYK:
(25,0,7,19)
C25M0Y7K19 
(25%,0%,7%,19%)
(0.25/0.00/0.07/0.19)	

CMYK percentages

%24.64
%0
%7.25
%18.82

Codes

Color #9CCFC0 in popluar color models

9CCFC0
RGB156207192
HSL162°34.69%71.18%
HSB/HSV162°24.64%81.18%
CMYK24.64%0.00%7.25%
18.82%

Color #9CCFC0 in popluar number systems.

HEX9CCFC0
Decimal156207192
Binary100111001100111111000000
Octal234317300

Shades and tints

Shades of #9CCFC0

#9CCFC0
(156,207,192)
#8EBDAF
(142,189,175)
#80AB9E
(128,171,158)
#72998D
(114,153,141)
#64877C
(100,135,124)
#56756B
(86,117,107)
#48635A
(72,99,90)
#3A5149
(58,81,73)
#2C3F38
(44,63,56)
#1E2D27
(30,45,39)
#101B16
(16,27,22)
#000000
(0,0,0)

Tints of #9CCFC0

#9CCFC0
(156,207,192)
#A5D3C5
(165,211,197)
#AED7CA
(174,215,202)
#B7DBCF
(183,219,207)
#C0DFD4
(192,223,212)
#C9E3D9
(201,227,217)
#D2E7DE
(210,231,222)
#DBEBE3
(219,235,227)
#E4EFE8
(228,239,232)
#EDF3ED
(237,243,237)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CCFC0; }

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

This text font color is #9CCFC0.


Background Color

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

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

This div background color is #9CCFC0.


Border color

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

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

This div border color is #9CCFC0.


Opacity

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

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

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

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

This text has shadow with #9CCFC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CCFC0 on black background.


Color preview on white background

This text has color #9CCFC0 on white background.



Black color preview on #9CCFC0 background

This text has black color on #9CCFC0 background.


White color preview on #9CCFC0 background

This text has white color on #9CCFC0 background.