COLOR #9CC99C

HEX: #9CC99C
RGB: (156,201,156)

Color info

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

RGB color model

#9CC99C color RGB value is (156,201,156).

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

RGB channels and saturation

R 156 of 255 = 61%
G 201 of 255 = 79%
B 156 of 255 = 61%

156
201
156

R + G + B ~ 67%. #9CC99C is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 201 + 156 = 513 (100%)
R 156 of 513 ~ 30.41%
G 201 of 513 ~ 39.18%
B 156 of 513 ~ 30.41%

%30.41
%39.18
%30.41

CMYK color model

#9CC99C color CMYK value is (22,0,22,21).

  • cyan value is 22.39%
  • magenta value is 0.00%
  • yellow value is 22.39%
  • key color value is 21.18%
CMYK:
(22,0,22,21)
C22M0Y22K21 
(22%,0%,22%,21%)
(0.22/0.00/0.22/0.21)	

CMYK percentages

%22.39
%0
%22.39
%21.18

Codes

Color #9CC99C in popluar color models

9CC99C
RGB156201156
HSL120°29.41%70.00%
HSB/HSV120°22.39%78.82%
CMYK22.39%0.00%22.39%
21.18%

Color #9CC99C in popluar number systems.

HEX9CC99C
Decimal156201156
Binary100111001100100110011100
Octal234311234

Shades and tints

Shades of #9CC99C

#9CC99C
(156,201,156)
#8EB78E
(142,183,142)
#80A580
(128,165,128)
#729372
(114,147,114)
#648164
(100,129,100)
#566F56
(86,111,86)
#485D48
(72,93,72)
#3A4B3A
(58,75,58)
#2C392C
(44,57,44)
#1E271E
(30,39,30)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #9CC99C

#9CC99C
(156,201,156)
#A5CDA5
(165,205,165)
#AED1AE
(174,209,174)
#B7D5B7
(183,213,183)
#C0D9C0
(192,217,192)
#C9DDC9
(201,221,201)
#D2E1D2
(210,225,210)
#DBE5DB
(219,229,219)
#E4E9E4
(228,233,228)
#EDEDED
(237,237,237)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC99C; }

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

This text font color is #9CC99C.


Background Color

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

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

This div background color is #9CC99C.


Border color

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

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

This div border color is #9CC99C.


Opacity

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

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

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

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

This text has shadow with #9CC99C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC99C on black background.


Color preview on white background

This text has color #9CC99C on white background.



Black color preview on #9CC99C background

This text has black color on #9CC99C background.


White color preview on #9CC99C background

This text has white color on #9CC99C background.