COLOR #9CCCCA

HEX: #9CCCCA
RGB: (156,204,202)

Color info

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

RGB color model

#9CCCCA color RGB value is (156,204,202).

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

RGB channels and saturation

R 156 of 255 = 61%
G 204 of 255 = 80%
B 202 of 255 = 79%

156
204
202

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

Portions of RGB colors in percentages

R + G + B =
156 + 204 + 202 = 562 (100%)
R 156 of 562 ~ 27.76%
G 204 of 562 ~ 36.3%
B 202 of 562 ~ 35.94%

%27.76
%36.3
%35.94

CMYK color model

#9CCCCA color CMYK value is (24,0,1,20).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 20.00%
CMYK:
(24,0,1,20)
C24M0Y1K20 
(24%,0%,1%,20%)
(0.24/0.00/0.01/0.20)	

CMYK percentages

%23.53
%0
%0.98
%20

Codes

Color #9CCCCA in popluar color models

9CCCCA
RGB156204202
HSL178°32.00%70.59%
HSB/HSV178°23.53%80.00%
CMYK23.53%0.00%0.98%
20.00%

Color #9CCCCA in popluar number systems.

HEX9CCCCA
Decimal156204202
Binary100111001100110011001010
Octal234314312

Shades and tints

Shades of #9CCCCA

#9CCCCA
(156,204,202)
#8EBAB8
(142,186,184)
#80A8A6
(128,168,166)
#729694
(114,150,148)
#648482
(100,132,130)
#567270
(86,114,112)
#48605E
(72,96,94)
#3A4E4C
(58,78,76)
#2C3C3A
(44,60,58)
#1E2A28
(30,42,40)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #9CCCCA

#9CCCCA
(156,204,202)
#A5D0CE
(165,208,206)
#AED4D2
(174,212,210)
#B7D8D6
(183,216,214)
#C0DCDA
(192,220,218)
#C9E0DE
(201,224,222)
#D2E4E2
(210,228,226)
#DBE8E6
(219,232,230)
#E4ECEA
(228,236,234)
#EDF0EE
(237,240,238)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CCCCA; }

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

This text font color is #9CCCCA.


Background Color

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

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

This div background color is #9CCCCA.


Border color

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

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

This div border color is #9CCCCA.


Opacity

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

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

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

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

This text has shadow with #9CCCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CCCCA on black background.


Color preview on white background

This text has color #9CCCCA on white background.



Black color preview on #9CCCCA background

This text has black color on #9CCCCA background.


White color preview on #9CCCCA background

This text has white color on #9CCCCA background.