COLOR #9CCC8A

HEX: #9CCC8A
RGB: (156,204,138)

Color info

#9CCC8A contains mainly red and green colors. Web safe color of #9CCC8A is #99CC99 (or #9C9).

RGB color model

#9CCC8A color RGB value is (156,204,138).

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

RGB channels and saturation

R 156 of 255 = 61%
G 204 of 255 = 80%
B 138 of 255 = 54%

156
204
138

R + G + B ~ 65%. #9CCC8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 204 + 138 = 498 (100%)
R 156 of 498 ~ 31.33%
G 204 of 498 ~ 40.96%
B 138 of 498 ~ 27.71%

%31.33
%40.96
%27.71

CMYK color model

#9CCC8A color CMYK value is (24,0,32,20).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 20.00%
CMYK:
(24,0,32,20)
C24M0Y32K20 
(24%,0%,32%,20%)
(0.24/0.00/0.32/0.20)	

CMYK percentages

%23.53
%0
%32.35
%20

Codes

Color #9CCC8A in popluar color models

9CCC8A
RGB156204138
HSL104°39.29%67.06%
HSB/HSV104°32.35%80.00%
CMYK23.53%0.00%32.35%
20.00%

Color #9CCC8A in popluar number systems.

HEX9CCC8A
Decimal156204138
Binary100111001100110010001010
Octal234314212

Shades and tints

Shades of #9CCC8A

#9CCC8A
(156,204,138)
#8EBA7E
(142,186,126)
#80A872
(128,168,114)
#729666
(114,150,102)
#64845A
(100,132,90)
#56724E
(86,114,78)
#486042
(72,96,66)
#3A4E36
(58,78,54)
#2C3C2A
(44,60,42)
#1E2A1E
(30,42,30)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #9CCC8A

#9CCC8A
(156,204,138)
#A5D094
(165,208,148)
#AED49E
(174,212,158)
#B7D8A8
(183,216,168)
#C0DCB2
(192,220,178)
#C9E0BC
(201,224,188)
#D2E4C6
(210,228,198)
#DBE8D0
(219,232,208)
#E4ECDA
(228,236,218)
#EDF0E4
(237,240,228)
#F6F4EE
(246,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CCC8A; }

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

This text font color is #9CCC8A.


Background Color

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

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

This div background color is #9CCC8A.


Border color

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

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

This div border color is #9CCC8A.


Opacity

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

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

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

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

This text has shadow with #9CCC8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CCC8A on black background.


Color preview on white background

This text has color #9CCC8A on white background.



Black color preview on #9CCC8A background

This text has black color on #9CCC8A background.


White color preview on #9CCC8A background

This text has white color on #9CCC8A background.