COLOR #9DD9AD

HEX: #9DD9AD RGB: (157,217,173)

Color info

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

RGB color model

#9DD9AD color RGB value is (157,217,173).

RGB: (157,217,173) (62%, 85%, 68%)

RGB channels and saturation

R 157 of 255 = 62%
G 217 of 255 = 85%
B 173 of 255 = 68%

157
217
173

R + G + B ~ 72%. #9DD9AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 217 + 173 = 547 (100%)
R 157 of 547 ~ 28.7%
G 217 of 547 ~ 39.67%
B 173 of 547 ~ 31.63'%

%28.7
%39.67
%31.63

CMYK color model

#9DD9AD color CMYK value is (28,0,20,15).

  • cyan value is 27.65%
  • magenta value is 0.00%
  • yellow value is 20.28%
  • key color value is 14.90%

CMYK: (28,0,20,15)
C28M0Y20K15 (28%, 0%, 20%, 15%)
(0.28 / 0.00 / 0.20 / 0.15)

CMYK percentages

%27.65
%0
%20.28
%14.9

Codes

Color #9DD9AD in popluar color models

9D D9 AD
RGB 157 217 173
HSL 136° 44.12% 73.33%
HSB/HSV 136° 27.65% 85.10%
CMYK 27.65% 0.00% 20.28%
14.90%

Color #9DD9AD in popluar number systems.

HEX 9D D9 AD
Decimal 157 217 173
Binary 10011101 11011001 10101101
Octal 235 331 255

Shades and tints

Shades of #9DD9AD

#9DD9AD
(157,217,173)
#8FC69E
(143,198,158)
#81B38F
(129,179,143)
#73A080
(115,160,128)
#658D71
(101,141,113)
#577A62
(87,122,98)
#496753
(73,103,83)
#3B5444
(59,84,68)
#2D4135
(45,65,53)
#1F2E26
(31,46,38)
#111B17
(17,27,23)
#000000
(0,0,0)

Tints of #9DD9AD

#9DD9AD
(157,217,173)
#A5DCB4
(165,220,180)
#ADDFBB
(173,223,187)
#B5E2C2
(181,226,194)
#BDE5C9
(189,229,201)
#C5E8D0
(197,232,208)
#CDEBD7
(205,235,215)
#D5EEDE
(213,238,222)
#DDF1E5
(221,241,229)
#E5F4EC
(229,244,236)
#EDF7F3
(237,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DD9AD; }

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

This text font color is #9DD9AD.

Background Color

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

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

This div background color is #9DD9AD.

Border color

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

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

This div border color is #9DD9AD.

Opacity

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

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

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

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

This text has shadow with #9DD9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DD9AD.

Preview

Color preview on black background

This text has color #9DD9AD on black background.


Color preview on white background

This text has color #9DD9AD on white background.


Black color preview on #9DD9AD background

This text has black color on #9DD9AD background.


White color preview on #9DD9AD background

This text has white color on #9DD9AD background.


Related colors

Complementary color

Complementary color for #hex is #622652.


I love getcolorcode.com

Triadic colors

1 #AD9DD9 and #D9AD9D with #9DD9AD are triadic colors.

2 #ADD99D and #D99DAD with #9DD9AD are triadic colors.