COLOR #9DCA87

HEX: #9DCA87 RGB: (157,202,135)

Color info

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

RGB color model

#9DCA87 color RGB value is (157,202,135).

RGB: (157,202,135) (62%, 79%, 53%)

RGB channels and saturation

R 157 of 255 = 62%
G 202 of 255 = 79%
B 135 of 255 = 53%

157
202
135

R + G + B ~ 65%. #9DCA87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 202 + 135 = 494 (100%)
R 157 of 494 ~ 31.78%
G 202 of 494 ~ 40.89%
B 135 of 494 ~ 27.33'%

%31.78
%40.89
%27.33

CMYK color model

#9DCA87 color CMYK value is (22,0,33,21).

  • cyan value is 22.28%
  • magenta value is 0.00%
  • yellow value is 33.17%
  • key color value is 20.78%

CMYK: (22,0,33,21)
C22M0Y33K21 (22%, 0%, 33%, 21%)
(0.22 / 0.00 / 0.33 / 0.21)

CMYK percentages

%22.28
%0
%33.17
%20.78

Codes

Color #9DCA87 in popluar color models

9D CA 87
RGB 157 202 135
HSL 100° 38.73% 66.08%
HSB/HSV 100° 33.17% 79.22%
CMYK 22.28% 0.00% 33.17%
20.78%

Color #9DCA87 in popluar number systems.

HEX 9D CA 87
Decimal 157 202 135
Binary 10011101 11001010 10000111
Octal 235 312 207

Shades and tints

Shades of #9DCA87

#9DCA87
(157,202,135)
#8FB87B
(143,184,123)
#81A66F
(129,166,111)
#739463
(115,148,99)
#658257
(101,130,87)
#57704B
(87,112,75)
#495E3F
(73,94,63)
#3B4C33
(59,76,51)
#2D3A27
(45,58,39)
#1F281B
(31,40,27)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #9DCA87

#9DCA87
(157,202,135)
#A5CE91
(165,206,145)
#ADD29B
(173,210,155)
#B5D6A5
(181,214,165)
#BDDAAF
(189,218,175)
#C5DEB9
(197,222,185)
#CDE2C3
(205,226,195)
#D5E6CD
(213,230,205)
#DDEAD7
(221,234,215)
#E5EEE1
(229,238,225)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DCA87 color. Also use rgb(157,202,135) instead hex code.

Text Font Color

.myTextColor { color: #9DCA87; }

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

This text font color is #9DCA87.

Background Color

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

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

This div background color is #9DCA87.

Border color

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

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

This div border color is #9DCA87.

Opacity

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

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

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

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

This text has shadow with #9DCA87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DCA87.

Preview

Color preview on black background

This text has color #9DCA87 on black background.


Color preview on white background

This text has color #9DCA87 on white background.


Black color preview on #9DCA87 background

This text has black color on #9DCA87 background.


White color preview on #9DCA87 background

This text has white color on #9DCA87 background.


Related colors

Complementary color

Complementary color for #hex is #623578.


I love getcolorcode.com

Triadic colors

1 #879DCA and #CA879D with #9DCA87 are triadic colors.

2 #87CA9D and #CA9D87 with #9DCA87 are triadic colors.