COLOR #9DCA7D

HEX: #9DCA7D
RGB: (157,202,125)

Color info

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

RGB color model

#9DCA7D color RGB value is (157,202,125).

  • red value is 157;
  • green value is 202;
  • blue value is 125.
RGB:
(157,202,125)
(62%,79%,49%)

RGB channels and saturation

R 157 of 255 = 62%
G 202 of 255 = 79%
B 125 of 255 = 49%

157
202
125

R + G + B ~ 63%. #9DCA7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 202 + 125 = 484 (100%)
R 157 of 484 ~ 32.44%
G 202 of 484 ~ 41.74%
B 125 of 484 ~ 25.83%

%32.44
%41.74
%25.83

CMYK color model

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

  • cyan value is 22.28%
  • magenta value is 0.00%
  • yellow value is 38.12%
  • key color value is 20.78%
CMYK:
(22,0,38,21)
C22M0Y38K21 
(22%,0%,38%,21%)
(0.22/0.00/0.38/0.21)	

CMYK percentages

%22.28
%0
%38.12
%20.78

Codes

Color #9DCA7D in popluar color models

9DCA7D
RGB157202125
HSL95°42.08%64.12%
HSB/HSV95°38.12%79.22%
CMYK22.28%0.00%38.12%
20.78%

Color #9DCA7D in popluar number systems.

HEX9DCA7D
Decimal157202125
Binary10011101110010101111101
Octal235312175

Shades and tints

Shades of #9DCA7D

#9DCA7D
(157,202,125)
#8FB872
(143,184,114)
#81A667
(129,166,103)
#73945C
(115,148,92)
#658251
(101,130,81)
#577046
(87,112,70)
#495E3B
(73,94,59)
#3B4C30
(59,76,48)
#2D3A25
(45,58,37)
#1F281A
(31,40,26)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #9DCA7D

#9DCA7D
(157,202,125)
#A5CE88
(165,206,136)
#ADD293
(173,210,147)
#B5D69E
(181,214,158)
#BDDAA9
(189,218,169)
#C5DEB4
(197,222,180)
#CDE2BF
(205,226,191)
#D5E6CA
(213,230,202)
#DDEAD5
(221,234,213)
#E5EEE0
(229,238,224)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DCA7D color. Also use rgb(157,202,125) instead hex code.

Text Font Color

.myTextColor { color: #9DCA7D; }

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

This text font color is #9DCA7D.


Background Color

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

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

This div background color is #9DCA7D.


Border color

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

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

This div border color is #9DCA7D.


Opacity

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

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

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

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

This text has shadow with #9DCA7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCA7D on black background.


Color preview on white background

This text has color #9DCA7D on white background.



Black color preview on #9DCA7D background

This text has black color on #9DCA7D background.


White color preview on #9DCA7D background

This text has white color on #9DCA7D background.