COLOR #9DCC89

HEX: #9DCC89
RGB: (157,204,137)

Color info

#9DCC89 contains mainly red and green colors. Web safe color of #9DCC89 is #99CC99 (or #9C9).

RGB color model

#9DCC89 color RGB value is (157,204,137).

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

RGB channels and saturation

R 157 of 255 = 62%
G 204 of 255 = 80%
B 137 of 255 = 54%

157
204
137

R + G + B ~ 65%. #9DCC89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 204 + 137 = 498 (100%)
R 157 of 498 ~ 31.53%
G 204 of 498 ~ 40.96%
B 137 of 498 ~ 27.51%

%31.53
%40.96
%27.51

CMYK color model

#9DCC89 color CMYK value is (23,0,33,20).

  • cyan value is 23.04%
  • magenta value is 0.00%
  • yellow value is 32.84%
  • key color value is 20.00%
CMYK:
(23,0,33,20)
C23M0Y33K20 
(23%,0%,33%,20%)
(0.23/0.00/0.33/0.20)	

CMYK percentages

%23.04
%0
%32.84
%20

Codes

Color #9DCC89 in popluar color models

9DCC89
RGB157204137
HSL102°39.64%66.86%
HSB/HSV102°32.84%80.00%
CMYK23.04%0.00%32.84%
20.00%

Color #9DCC89 in popluar number systems.

HEX9DCC89
Decimal157204137
Binary100111011100110010001001
Octal235314211

Shades and tints

Shades of #9DCC89

#9DCC89
(157,204,137)
#8FBA7D
(143,186,125)
#81A871
(129,168,113)
#739665
(115,150,101)
#658459
(101,132,89)
#57724D
(87,114,77)
#496041
(73,96,65)
#3B4E35
(59,78,53)
#2D3C29
(45,60,41)
#1F2A1D
(31,42,29)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #9DCC89

#9DCC89
(157,204,137)
#A5D093
(165,208,147)
#ADD49D
(173,212,157)
#B5D8A7
(181,216,167)
#BDDCB1
(189,220,177)
#C5E0BB
(197,224,187)
#CDE4C5
(205,228,197)
#D5E8CF
(213,232,207)
#DDECD9
(221,236,217)
#E5F0E3
(229,240,227)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCC89; }

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

This text font color is #9DCC89.


Background Color

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

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

This div background color is #9DCC89.


Border color

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

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

This div border color is #9DCC89.


Opacity

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

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

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

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

This text has shadow with #9DCC89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCC89 on black background.


Color preview on white background

This text has color #9DCC89 on white background.



Black color preview on #9DCC89 background

This text has black color on #9DCC89 background.


White color preview on #9DCC89 background

This text has white color on #9DCC89 background.