COLOR #9CCCC4

HEX: #9CCCC4
RGB: (156,204,196)

Color info

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

RGB color model

#9CCCC4 color RGB value is (156,204,196).

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

RGB channels and saturation

R 156 of 255 = 61%
G 204 of 255 = 80%
B 196 of 255 = 77%

156
204
196

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

Portions of RGB colors in percentages

R + G + B =
156 + 204 + 196 = 556 (100%)
R 156 of 556 ~ 28.06%
G 204 of 556 ~ 36.69%
B 196 of 556 ~ 35.25%

%28.06
%36.69
%35.25

CMYK color model

#9CCCC4 color CMYK value is (24,0,4,20).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 20.00%
CMYK:
(24,0,4,20)
C24M0Y4K20 
(24%,0%,4%,20%)
(0.24/0.00/0.04/0.20)	

CMYK percentages

%23.53
%0
%3.92
%20

Codes

Color #9CCCC4 in popluar color models

9CCCC4
RGB156204196
HSL170°32.00%70.59%
HSB/HSV170°23.53%80.00%
CMYK23.53%0.00%3.92%
20.00%

Color #9CCCC4 in popluar number systems.

HEX9CCCC4
Decimal156204196
Binary100111001100110011000100
Octal234314304

Shades and tints

Shades of #9CCCC4

#9CCCC4
(156,204,196)
#8EBAB3
(142,186,179)
#80A8A2
(128,168,162)
#729691
(114,150,145)
#648480
(100,132,128)
#56726F
(86,114,111)
#48605E
(72,96,94)
#3A4E4D
(58,78,77)
#2C3C3C
(44,60,60)
#1E2A2B
(30,42,43)
#10181A
(16,24,26)
#000000
(0,0,0)

Tints of #9CCCC4

#9CCCC4
(156,204,196)
#A5D0C9
(165,208,201)
#AED4CE
(174,212,206)
#B7D8D3
(183,216,211)
#C0DCD8
(192,220,216)
#C9E0DD
(201,224,221)
#D2E4E2
(210,228,226)
#DBE8E7
(219,232,231)
#E4ECEC
(228,236,236)
#EDF0F1
(237,240,241)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CCCC4; }

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

This text font color is #9CCCC4.


Background Color

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

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

This div background color is #9CCCC4.


Border color

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

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

This div border color is #9CCCC4.


Opacity

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

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

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

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

This text has shadow with #9CCCC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CCCC4 on black background.


Color preview on white background

This text has color #9CCCC4 on white background.



Black color preview on #9CCCC4 background

This text has black color on #9CCCC4 background.


White color preview on #9CCCC4 background

This text has white color on #9CCCC4 background.