COLOR #9CCE7D

HEX: #9CCE7D
RGB: (156,206,125)

Color info

#9CCE7D contains mainly red and green colors. Web safe color of #9CCE7D is #99CC66 (or #9C6).

RGB color model

#9CCE7D color RGB value is (156,206,125).

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

RGB channels and saturation

R 156 of 255 = 61%
G 206 of 255 = 81%
B 125 of 255 = 49%

156
206
125

R + G + B ~ 64%. #9CCE7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 206 + 125 = 487 (100%)
R 156 of 487 ~ 32.03%
G 206 of 487 ~ 42.3%
B 125 of 487 ~ 25.67%

%32.03
%42.3
%25.67

CMYK color model

#9CCE7D color CMYK value is (24,0,39,19).

  • cyan value is 24.27%
  • magenta value is 0.00%
  • yellow value is 39.32%
  • key color value is 19.22%
CMYK:
(24,0,39,19)
C24M0Y39K19 
(24%,0%,39%,19%)
(0.24/0.00/0.39/0.19)	

CMYK percentages

%24.27
%0
%39.32
%19.22

Codes

Color #9CCE7D in popluar color models

9CCE7D
RGB156206125
HSL97°45.25%64.90%
HSB/HSV97°39.32%80.78%
CMYK24.27%0.00%39.32%
19.22%

Color #9CCE7D in popluar number systems.

HEX9CCE7D
Decimal156206125
Binary10011100110011101111101
Octal234316175

Shades and tints

Shades of #9CCE7D

#9CCE7D
(156,206,125)
#8EBC72
(142,188,114)
#80AA67
(128,170,103)
#72985C
(114,152,92)
#648651
(100,134,81)
#567446
(86,116,70)
#48623B
(72,98,59)
#3A5030
(58,80,48)
#2C3E25
(44,62,37)
#1E2C1A
(30,44,26)
#101A0F
(16,26,15)
#000000
(0,0,0)

Tints of #9CCE7D

#9CCE7D
(156,206,125)
#A5D288
(165,210,136)
#AED693
(174,214,147)
#B7DA9E
(183,218,158)
#C0DEA9
(192,222,169)
#C9E2B4
(201,226,180)
#D2E6BF
(210,230,191)
#DBEACA
(219,234,202)
#E4EED5
(228,238,213)
#EDF2E0
(237,242,224)
#F6F6EB
(246,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CCE7D; }

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

This text font color is #9CCE7D.


Background Color

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

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

This div background color is #9CCE7D.


Border color

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

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

This div border color is #9CCE7D.


Opacity

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

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

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

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

This text has shadow with #9CCE7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CCE7D on black background.


Color preview on white background

This text has color #9CCE7D on white background.



Black color preview on #9CCE7D background

This text has black color on #9CCE7D background.


White color preview on #9CCE7D background

This text has white color on #9CCE7D background.