COLOR #9DD199

HEX: #9DD199
RGB: (157,209,153)

Color info

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

RGB color model

#9DD199 color RGB value is (157,209,153).

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

RGB channels and saturation

R 157 of 255 = 62%
G 209 of 255 = 82%
B 153 of 255 = 60%

157
209
153

R + G + B ~ 68%. #9DD199 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 209 + 153 = 519 (100%)
R 157 of 519 ~ 30.25%
G 209 of 519 ~ 40.27%
B 153 of 519 ~ 29.48%

%30.25
%40.27
%29.48

CMYK color model

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

  • cyan value is 24.88%
  • magenta value is 0.00%
  • yellow value is 26.79%
  • key color value is 18.04%
CMYK:
(25,0,27,18)
C25M0Y27K18 
(25%,0%,27%,18%)
(0.25/0.00/0.27/0.18)	

CMYK percentages

%24.88
%0
%26.79
%18.04

Codes

Color #9DD199 in popluar color models

9DD199
RGB157209153
HSL116°37.84%70.98%
HSB/HSV116°26.79%81.96%
CMYK24.88%0.00%26.79%
18.04%

Color #9DD199 in popluar number systems.

HEX9DD199
Decimal157209153
Binary100111011101000110011001
Octal235321231

Shades and tints

Shades of #9DD199

#9DD199
(157,209,153)
#8FBE8C
(143,190,140)
#81AB7F
(129,171,127)
#739872
(115,152,114)
#658565
(101,133,101)
#577258
(87,114,88)
#495F4B
(73,95,75)
#3B4C3E
(59,76,62)
#2D3931
(45,57,49)
#1F2624
(31,38,36)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #9DD199

#9DD199
(157,209,153)
#A5D5A2
(165,213,162)
#ADD9AB
(173,217,171)
#B5DDB4
(181,221,180)
#BDE1BD
(189,225,189)
#C5E5C6
(197,229,198)
#CDE9CF
(205,233,207)
#D5EDD8
(213,237,216)
#DDF1E1
(221,241,225)
#E5F5EA
(229,245,234)
#EDF9F3
(237,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DD199; }

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

This text font color is #9DD199.


Background Color

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

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

This div background color is #9DD199.


Border color

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

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

This div border color is #9DD199.


Opacity

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

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

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

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

This text has shadow with #9DD199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD199 on black background.


Color preview on white background

This text has color #9DD199 on white background.



Black color preview on #9DD199 background

This text has black color on #9DD199 background.


White color preview on #9DD199 background

This text has white color on #9DD199 background.