COLOR #9CCCA0

HEX: #9CCCA0
RGB: (156,204,160)

Color info

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

RGB color model

#9CCCA0 color RGB value is (156,204,160).

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

RGB channels and saturation

R 156 of 255 = 61%
G 204 of 255 = 80%
B 160 of 255 = 63%

156
204
160

R + G + B ~ 68%. #9CCCA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 204 + 160 = 520 (100%)
R 156 of 520 ~ 30%
G 204 of 520 ~ 39.23%
B 160 of 520 ~ 30.77%

%30
%39.23
%30.77

CMYK color model

#9CCCA0 color CMYK value is (24,0,22,20).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 21.57%
  • key color value is 20.00%
CMYK:
(24,0,22,20)
C24M0Y22K20 
(24%,0%,22%,20%)
(0.24/0.00/0.22/0.20)	

CMYK percentages

%23.53
%0
%21.57
%20

Codes

Color #9CCCA0 in popluar color models

9CCCA0
RGB156204160
HSL125°32.00%70.59%
HSB/HSV125°23.53%80.00%
CMYK23.53%0.00%21.57%
20.00%

Color #9CCCA0 in popluar number systems.

HEX9CCCA0
Decimal156204160
Binary100111001100110010100000
Octal234314240

Shades and tints

Shades of #9CCCA0

#9CCCA0
(156,204,160)
#8EBA92
(142,186,146)
#80A884
(128,168,132)
#729676
(114,150,118)
#648468
(100,132,104)
#56725A
(86,114,90)
#48604C
(72,96,76)
#3A4E3E
(58,78,62)
#2C3C30
(44,60,48)
#1E2A22
(30,42,34)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #9CCCA0

#9CCCA0
(156,204,160)
#A5D0A8
(165,208,168)
#AED4B0
(174,212,176)
#B7D8B8
(183,216,184)
#C0DCC0
(192,220,192)
#C9E0C8
(201,224,200)
#D2E4D0
(210,228,208)
#DBE8D8
(219,232,216)
#E4ECE0
(228,236,224)
#EDF0E8
(237,240,232)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CCCA0; }

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

This text font color is #9CCCA0.


Background Color

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

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

This div background color is #9CCCA0.


Border color

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

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

This div border color is #9CCCA0.


Opacity

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

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

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

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

This text has shadow with #9CCCA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CCCA0 on black background.


Color preview on white background

This text has color #9CCCA0 on white background.



Black color preview on #9CCCA0 background

This text has black color on #9CCCA0 background.


White color preview on #9CCCA0 background

This text has white color on #9CCCA0 background.