COLOR #9DC187

HEX: #9DC187 RGB: (157,193,135)

Color info

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

RGB color model

#9DC187 color RGB value is (157,193,135).

RGB: (157,193,135) (62%, 76%, 53%)

RGB channels and saturation

R 157 of 255 = 62%
G 193 of 255 = 76%
B 135 of 255 = 53%

157
193
135

R + G + B ~ 64%. #9DC187 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 193 + 135 = 485 (100%)
R 157 of 485 ~ 32.37%
G 193 of 485 ~ 39.79%
B 135 of 485 ~ 27.84'%

%32.37
%39.79
%27.84

CMYK color model

#9DC187 color CMYK value is (19,0,30,24).

  • cyan value is 18.65%
  • magenta value is 0.00%
  • yellow value is 30.05%
  • key color value is 24.31%

CMYK: (19,0,30,24)
C19M0Y30K24 (19%, 0%, 30%, 24%)
(0.19 / 0.00 / 0.30 / 0.24)

CMYK percentages

%18.65
%0
%30.05
%24.31

Codes

Color #9DC187 in popluar color models

9D C1 87
RGB 157 193 135
HSL 97° 31.87% 64.31%
HSB/HSV 97° 30.05% 75.69%
CMYK 18.65% 0.00% 30.05%
24.31%

Color #9DC187 in popluar number systems.

HEX 9D C1 87
Decimal 157 193 135
Binary 10011101 11000001 10000111
Octal 235 301 207

Shades and tints

Shades of #9DC187

#9DC187
(157,193,135)
#8FB07B
(143,176,123)
#819F6F
(129,159,111)
#738E63
(115,142,99)
#657D57
(101,125,87)
#576C4B
(87,108,75)
#495B3F
(73,91,63)
#3B4A33
(59,74,51)
#2D3927
(45,57,39)
#1F281B
(31,40,27)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #9DC187

#9DC187
(157,193,135)
#A5C691
(165,198,145)
#ADCB9B
(173,203,155)
#B5D0A5
(181,208,165)
#BDD5AF
(189,213,175)
#C5DAB9
(197,218,185)
#CDDFC3
(205,223,195)
#D5E4CD
(213,228,205)
#DDE9D7
(221,233,215)
#E5EEE1
(229,238,225)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DC187; }

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

This text font color is #9DC187.

Background Color

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

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

This div background color is #9DC187.

Border color

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

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

This div border color is #9DC187.

Opacity

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

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

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

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

This text has shadow with #9DC187 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DC187.

Preview

Color preview on black background

This text has color #9DC187 on black background.


Color preview on white background

This text has color #9DC187 on white background.


Black color preview on #9DC187 background

This text has black color on #9DC187 background.


White color preview on #9DC187 background

This text has white color on #9DC187 background.


Related colors

Complementary color

Complementary color for #hex is #623E78.


I love getcolorcode.com

Triadic colors

1 #879DC1 and #C1879D with #9DC187 are triadic colors.

2 #87C19D and #C19D87 with #9DC187 are triadic colors.