COLOR #9CCE8B

HEX: #9CCE8B
RGB: (156,206,139)

Color info

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

RGB color model

#9CCE8B color RGB value is (156,206,139).

  • red value is 156;
  • green value is 206;
  • blue value is 139.
RGB:
(156,206,139)
(61%,81%,55%)

RGB channels and saturation

R 156 of 255 = 61%
G 206 of 255 = 81%
B 139 of 255 = 55%

156
206
139

R + G + B ~ 66%. #9CCE8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 206 + 139 = 501 (100%)
R 156 of 501 ~ 31.14%
G 206 of 501 ~ 41.12%
B 139 of 501 ~ 27.74%

%31.14
%41.12
%27.74

CMYK color model

#9CCE8B color CMYK value is (24,0,33,19).

  • cyan value is 24.27%
  • magenta value is 0.00%
  • yellow value is 32.52%
  • key color value is 19.22%
CMYK:
(24,0,33,19)
C24M0Y33K19 
(24%,0%,33%,19%)
(0.24/0.00/0.33/0.19)	

CMYK percentages

%24.27
%0
%32.52
%19.22

Codes

Color #9CCE8B in popluar color models

9CCE8B
RGB156206139
HSL105°40.61%67.65%
HSB/HSV105°32.52%80.78%
CMYK24.27%0.00%32.52%
19.22%

Color #9CCE8B in popluar number systems.

HEX9CCE8B
Decimal156206139
Binary100111001100111010001011
Octal234316213

Shades and tints

Shades of #9CCE8B

#9CCE8B
(156,206,139)
#8EBC7F
(142,188,127)
#80AA73
(128,170,115)
#729867
(114,152,103)
#64865B
(100,134,91)
#56744F
(86,116,79)
#486243
(72,98,67)
#3A5037
(58,80,55)
#2C3E2B
(44,62,43)
#1E2C1F
(30,44,31)
#101A13
(16,26,19)
#000000
(0,0,0)

Tints of #9CCE8B

#9CCE8B
(156,206,139)
#A5D295
(165,210,149)
#AED69F
(174,214,159)
#B7DAA9
(183,218,169)
#C0DEB3
(192,222,179)
#C9E2BD
(201,226,189)
#D2E6C7
(210,230,199)
#DBEAD1
(219,234,209)
#E4EEDB
(228,238,219)
#EDF2E5
(237,242,229)
#F6F6EF
(246,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CCE8B; }

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

This text font color is #9CCE8B.


Background Color

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

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

This div background color is #9CCE8B.


Border color

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

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

This div border color is #9CCE8B.


Opacity

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

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

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

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

This text has shadow with #9CCE8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CCE8B on black background.


Color preview on white background

This text has color #9CCE8B on white background.



Black color preview on #9CCE8B background

This text has black color on #9CCE8B background.


White color preview on #9CCE8B background

This text has white color on #9CCE8B background.