COLOR #9DD999

HEX: #9DD999
RGB: (157,217,153)

Color info

#9DD999 contains mainly green color. Web safe color of #9DD999 is #99CC99 (or #9C9).

RGB color model

#9DD999 color RGB value is (157,217,153).

  • red value is 157;
  • green value is 217;
  • blue value is 153.
RGB:
(157,217,153)
(62%,85%,60%)

RGB channels and saturation

R 157 of 255 = 62%
G 217 of 255 = 85%
B 153 of 255 = 60%

157
217
153

R + G + B ~ 69%. #9DD999 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 217 + 153 = 527 (100%)
R 157 of 527 ~ 29.79%
G 217 of 527 ~ 41.18%
B 153 of 527 ~ 29.03%

%29.79
%41.18
%29.03

CMYK color model

#9DD999 color CMYK value is (28,0,29,15).

  • cyan value is 27.65%
  • magenta value is 0.00%
  • yellow value is 29.49%
  • key color value is 14.90%
CMYK:
(28,0,29,15)
C28M0Y29K15 
(28%,0%,29%,15%)
(0.28/0.00/0.29/0.15)	

CMYK percentages

%27.65
%0
%29.49
%14.9

Codes

Color #9DD999 in popluar color models

9DD999
RGB157217153
HSL116°45.71%72.55%
HSB/HSV116°29.49%85.10%
CMYK27.65%0.00%29.49%
14.90%

Color #9DD999 in popluar number systems.

HEX9DD999
Decimal157217153
Binary100111011101100110011001
Octal235331231

Shades and tints

Shades of #9DD999

#9DD999
(157,217,153)
#8FC68C
(143,198,140)
#81B37F
(129,179,127)
#73A072
(115,160,114)
#658D65
(101,141,101)
#577A58
(87,122,88)
#49674B
(73,103,75)
#3B543E
(59,84,62)
#2D4131
(45,65,49)
#1F2E24
(31,46,36)
#111B17
(17,27,23)
#000000
(0,0,0)

Tints of #9DD999

#9DD999
(157,217,153)
#A5DCA2
(165,220,162)
#ADDFAB
(173,223,171)
#B5E2B4
(181,226,180)
#BDE5BD
(189,229,189)
#C5E8C6
(197,232,198)
#CDEBCF
(205,235,207)
#D5EED8
(213,238,216)
#DDF1E1
(221,241,225)
#E5F4EA
(229,244,234)
#EDF7F3
(237,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DD999; }

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

This text font color is #9DD999.


Background Color

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

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

This div background color is #9DD999.


Border color

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

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

This div border color is #9DD999.


Opacity

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

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

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

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

This text has shadow with #9DD999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD999 on black background.


Color preview on white background

This text has color #9DD999 on white background.



Black color preview on #9DD999 background

This text has black color on #9DD999 background.


White color preview on #9DD999 background

This text has white color on #9DD999 background.