COLOR #9DC09D

HEX: #9DC09D
RGB: (157,192,157)

Color info

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

RGB color model

#9DC09D color RGB value is (157,192,157).

  • red value is 157;
  • green value is 192;
  • blue value is 157.
RGB:
(157,192,157)
(62%,75%,62%)

RGB channels and saturation

R 157 of 255 = 62%
G 192 of 255 = 75%
B 157 of 255 = 62%

157
192
157

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

Portions of RGB colors in percentages

R + G + B =
157 + 192 + 157 = 506 (100%)
R 157 of 506 ~ 31.03%
G 192 of 506 ~ 37.94%
B 157 of 506 ~ 31.03%

%31.03
%37.94
%31.03

CMYK color model

#9DC09D color CMYK value is (18,0,18,25).

  • cyan value is 18.23%
  • magenta value is 0.00%
  • yellow value is 18.23%
  • key color value is 24.71%
CMYK:
(18,0,18,25)
C18M0Y18K25 
(18%,0%,18%,25%)
(0.18/0.00/0.18/0.25)	

CMYK percentages

%18.23
%0
%18.23
%24.71

Codes

Color #9DC09D in popluar color models

9DC09D
RGB157192157
HSL120°21.74%68.43%
HSB/HSV120°18.23%75.29%
CMYK18.23%0.00%18.23%
24.71%

Color #9DC09D in popluar number systems.

HEX9DC09D
Decimal157192157
Binary100111011100000010011101
Octal235300235

Shades and tints

Shades of #9DC09D

#9DC09D
(157,192,157)
#8FAF8F
(143,175,143)
#819E81
(129,158,129)
#738D73
(115,141,115)
#657C65
(101,124,101)
#576B57
(87,107,87)
#495A49
(73,90,73)
#3B493B
(59,73,59)
#2D382D
(45,56,45)
#1F271F
(31,39,31)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #9DC09D

#9DC09D
(157,192,157)
#A5C5A5
(165,197,165)
#ADCAAD
(173,202,173)
#B5CFB5
(181,207,181)
#BDD4BD
(189,212,189)
#C5D9C5
(197,217,197)
#CDDECD
(205,222,205)
#D5E3D5
(213,227,213)
#DDE8DD
(221,232,221)
#E5EDE5
(229,237,229)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DC09D; }

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

This text font color is #9DC09D.


Background Color

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

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

This div background color is #9DC09D.


Border color

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

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

This div border color is #9DC09D.


Opacity

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

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

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

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

This text has shadow with #9DC09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC09D on black background.


Color preview on white background

This text has color #9DC09D on white background.



Black color preview on #9DC09D background

This text has black color on #9DC09D background.


White color preview on #9DC09D background

This text has white color on #9DC09D background.