COLOR #9DC389

HEX: #9DC389
RGB: (157,195,137)

Color info

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

RGB color model

#9DC389 color RGB value is (157,195,137).

  • red value is 157;
  • green value is 195;
  • blue value is 137.
RGB:
(157,195,137)
(62%,76%,54%)

RGB channels and saturation

R 157 of 255 = 62%
G 195 of 255 = 76%
B 137 of 255 = 54%

157
195
137

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

Portions of RGB colors in percentages

R + G + B =
157 + 195 + 137 = 489 (100%)
R 157 of 489 ~ 32.11%
G 195 of 489 ~ 39.88%
B 137 of 489 ~ 28.02%

%32.11
%39.88
%28.02

CMYK color model

#9DC389 color CMYK value is (19,0,30,24).

  • cyan value is 19.49%
  • magenta value is 0.00%
  • yellow value is 29.74%
  • key color value is 23.53%
CMYK:
(19,0,30,24)
C19M0Y30K24 
(19%,0%,30%,24%)
(0.19/0.00/0.30/0.24)	

CMYK percentages

%19.49
%0
%29.74
%23.53

Codes

Color #9DC389 in popluar color models

9DC389
RGB157195137
HSL99°32.58%65.10%
HSB/HSV99°29.74%76.47%
CMYK19.49%0.00%29.74%
23.53%

Color #9DC389 in popluar number systems.

HEX9DC389
Decimal157195137
Binary100111011100001110001001
Octal235303211

Shades and tints

Shades of #9DC389

#9DC389
(157,195,137)
#8FB27D
(143,178,125)
#81A171
(129,161,113)
#739065
(115,144,101)
#657F59
(101,127,89)
#576E4D
(87,110,77)
#495D41
(73,93,65)
#3B4C35
(59,76,53)
#2D3B29
(45,59,41)
#1F2A1D
(31,42,29)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #9DC389

#9DC389
(157,195,137)
#A5C893
(165,200,147)
#ADCD9D
(173,205,157)
#B5D2A7
(181,210,167)
#BDD7B1
(189,215,177)
#C5DCBB
(197,220,187)
#CDE1C5
(205,225,197)
#D5E6CF
(213,230,207)
#DDEBD9
(221,235,217)
#E5F0E3
(229,240,227)
#EDF5ED
(237,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DC389; }

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

This text font color is #9DC389.


Background Color

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

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

This div background color is #9DC389.


Border color

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

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

This div border color is #9DC389.


Opacity

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

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

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

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

This text has shadow with #9DC389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC389 on black background.


Color preview on white background

This text has color #9DC389 on white background.



Black color preview on #9DC389 background

This text has black color on #9DC389 background.


White color preview on #9DC389 background

This text has white color on #9DC389 background.