COLOR #9DD7A5

HEX: #9DD7A5 RGB: (157,215,165)

Color info

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

RGB color model

#9DD7A5 color RGB value is (157,215,165).

RGB: (157,215,165) (62%, 84%, 65%)

RGB channels and saturation

R 157 of 255 = 62%
G 215 of 255 = 84%
B 165 of 255 = 65%

157
215
165

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

Portions of RGB colors in percentages

R + G + B = 157 + 215 + 165 = 537 (100%)
R 157 of 537 ~ 29.24%
G 215 of 537 ~ 40.04%
B 165 of 537 ~ 30.73'%

%29.24
%40.04
%30.73

CMYK color model

#9DD7A5 color CMYK value is (27,0,23,16).

  • cyan value is 26.98%
  • magenta value is 0.00%
  • yellow value is 23.26%
  • key color value is 15.69%

CMYK: (27,0,23,16)
C27M0Y23K16 (27%, 0%, 23%, 16%)
(0.27 / 0.00 / 0.23 / 0.16)

CMYK percentages

%26.98
%0
%23.26
%15.69

Codes

Color #9DD7A5 in popluar color models

9D D7 A5
RGB 157 215 165
HSL 128° 42.03% 72.94%
HSB/HSV 128° 26.98% 84.31%
CMYK 26.98% 0.00% 23.26%
15.69%

Color #9DD7A5 in popluar number systems.

HEX 9D D7 A5
Decimal 157 215 165
Binary 10011101 11010111 10100101
Octal 235 327 245

Shades and tints

Shades of #9DD7A5

#9DD7A5
(157,215,165)
#8FC496
(143,196,150)
#81B187
(129,177,135)
#739E78
(115,158,120)
#658B69
(101,139,105)
#57785A
(87,120,90)
#49654B
(73,101,75)
#3B523C
(59,82,60)
#2D3F2D
(45,63,45)
#1F2C1E
(31,44,30)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #9DD7A5

#9DD7A5
(157,215,165)
#A5DAAD
(165,218,173)
#ADDDB5
(173,221,181)
#B5E0BD
(181,224,189)
#BDE3C5
(189,227,197)
#C5E6CD
(197,230,205)
#CDE9D5
(205,233,213)
#D5ECDD
(213,236,221)
#DDEFE5
(221,239,229)
#E5F2ED
(229,242,237)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD7A5 color. Also use rgb(157,215,165) instead hex code.

Text Font Color

.myTextColor { color: #9DD7A5; }

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

This text font color is #9DD7A5.

Background Color

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

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

This div background color is #9DD7A5.

Border color

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

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

This div border color is #9DD7A5.

Opacity

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

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

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

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

This text has shadow with #9DD7A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DD7A5.

Preview

Color preview on black background

This text has color #9DD7A5 on black background.


Color preview on white background

This text has color #9DD7A5 on white background.


Black color preview on #9DD7A5 background

This text has black color on #9DD7A5 background.


White color preview on #9DD7A5 background

This text has white color on #9DD7A5 background.


Related colors

Complementary color

Complementary color for #hex is #62285A.


I love getcolorcode.com

Triadic colors

1 #A59DD7 and #D7A59D with #9DD7A5 are triadic colors.

2 #A5D79D and #D79DA5 with #9DD7A5 are triadic colors.