COLOR #9DCE7F

HEX: #9DCE7F
RGB: (157,206,127)

Color info

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

RGB color model

#9DCE7F color RGB value is (157,206,127).

  • red value is 157;
  • green value is 206;
  • blue value is 127.
RGB:
(157,206,127)
(62%,81%,50%)

RGB channels and saturation

R 157 of 255 = 62%
G 206 of 255 = 81%
B 127 of 255 = 50%

157
206
127

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

Portions of RGB colors in percentages

R + G + B =
157 + 206 + 127 = 490 (100%)
R 157 of 490 ~ 32.04%
G 206 of 490 ~ 42.04%
B 127 of 490 ~ 25.92%

%32.04
%42.04
%25.92

CMYK color model

#9DCE7F color CMYK value is (24,0,38,19).

  • cyan value is 23.79%
  • magenta value is 0.00%
  • yellow value is 38.35%
  • key color value is 19.22%
CMYK:
(24,0,38,19)
C24M0Y38K19 
(24%,0%,38%,19%)
(0.24/0.00/0.38/0.19)	

CMYK percentages

%23.79
%0
%38.35
%19.22

Codes

Color #9DCE7F in popluar color models

9DCE7F
RGB157206127
HSL97°44.63%65.29%
HSB/HSV97°38.35%80.78%
CMYK23.79%0.00%38.35%
19.22%

Color #9DCE7F in popluar number systems.

HEX9DCE7F
Decimal157206127
Binary10011101110011101111111
Octal235316177

Shades and tints

Shades of #9DCE7F

#9DCE7F
(157,206,127)
#8FBC74
(143,188,116)
#81AA69
(129,170,105)
#73985E
(115,152,94)
#658653
(101,134,83)
#577448
(87,116,72)
#49623D
(73,98,61)
#3B5032
(59,80,50)
#2D3E27
(45,62,39)
#1F2C1C
(31,44,28)
#111A11
(17,26,17)
#000000
(0,0,0)

Tints of #9DCE7F

#9DCE7F
(157,206,127)
#A5D28A
(165,210,138)
#ADD695
(173,214,149)
#B5DAA0
(181,218,160)
#BDDEAB
(189,222,171)
#C5E2B6
(197,226,182)
#CDE6C1
(205,230,193)
#D5EACC
(213,234,204)
#DDEED7
(221,238,215)
#E5F2E2
(229,242,226)
#EDF6ED
(237,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DCE7F color. Also use rgb(157,206,127) instead hex code.

Text Font Color

.myTextColor { color: #9DCE7F; }

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

This text font color is #9DCE7F.


Background Color

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

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

This div background color is #9DCE7F.


Border color

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

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

This div border color is #9DCE7F.


Opacity

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

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

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

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

This text has shadow with #9DCE7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCE7F on black background.


Color preview on white background

This text has color #9DCE7F on white background.



Black color preview on #9DCE7F background

This text has black color on #9DCE7F background.


White color preview on #9DCE7F background

This text has white color on #9DCE7F background.