COLOR #9DD89F

HEX: #9DD89F
RGB: (157,216,159)

Color info

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

RGB color model

#9DD89F color RGB value is (157,216,159).

  • red value is 157;
  • green value is 216;
  • blue value is 159.
RGB:
(157,216,159)
(62%,85%,62%)

RGB channels and saturation

R 157 of 255 = 62%
G 216 of 255 = 85%
B 159 of 255 = 62%

157
216
159

R + G + B ~ 70%. #9DD89F is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 216 + 159 = 532 (100%)
R 157 of 532 ~ 29.51%
G 216 of 532 ~ 40.6%
B 159 of 532 ~ 29.89%

%29.51
%40.6
%29.89

CMYK color model

#9DD89F color CMYK value is (27,0,26,15).

  • cyan value is 27.31%
  • magenta value is 0.00%
  • yellow value is 26.39%
  • key color value is 15.29%
CMYK:
(27,0,26,15)
C27M0Y26K15 
(27%,0%,26%,15%)
(0.27/0.00/0.26/0.15)	

CMYK percentages

%27.31
%0
%26.39
%15.29

Codes

Color #9DD89F in popluar color models

9DD89F
RGB157216159
HSL122°43.07%73.14%
HSB/HSV122°27.31%84.71%
CMYK27.31%0.00%26.39%
15.29%

Color #9DD89F in popluar number systems.

HEX9DD89F
Decimal157216159
Binary100111011101100010011111
Octal235330237

Shades and tints

Shades of #9DD89F

#9DD89F
(157,216,159)
#8FC591
(143,197,145)
#81B283
(129,178,131)
#739F75
(115,159,117)
#658C67
(101,140,103)
#577959
(87,121,89)
#49664B
(73,102,75)
#3B533D
(59,83,61)
#2D402F
(45,64,47)
#1F2D21
(31,45,33)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #9DD89F

#9DD89F
(157,216,159)
#A5DBA7
(165,219,167)
#ADDEAF
(173,222,175)
#B5E1B7
(181,225,183)
#BDE4BF
(189,228,191)
#C5E7C7
(197,231,199)
#CDEACF
(205,234,207)
#D5EDD7
(213,237,215)
#DDF0DF
(221,240,223)
#E5F3E7
(229,243,231)
#EDF6EF
(237,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DD89F; }

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

This text font color is #9DD89F.


Background Color

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

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

This div background color is #9DD89F.


Border color

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

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

This div border color is #9DD89F.


Opacity

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

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

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

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

This text has shadow with #9DD89F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD89F on black background.


Color preview on white background

This text has color #9DD89F on white background.



Black color preview on #9DD89F background

This text has black color on #9DD89F background.


White color preview on #9DD89F background

This text has white color on #9DD89F background.