COLOR #9DC387

HEX: #9DC387
RGB: (157,195,135)

Color info

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

RGB color model

#9DC387 color RGB value is (157,195,135).

  • red value is 157;
  • green value is 195;
  • blue value is 135.
RGB:
(157,195,135)
(62%,76%,53%)

RGB channels and saturation

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

157
195
135

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

Portions of RGB colors in percentages

R + G + B =
157 + 195 + 135 = 487 (100%)
R 157 of 487 ~ 32.24%
G 195 of 487 ~ 40.04%
B 135 of 487 ~ 27.72%

%32.24
%40.04
%27.72

CMYK color model

#9DC387 color CMYK value is (19,0,31,24).

  • cyan value is 19.49%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 23.53%
CMYK:
(19,0,31,24)
C19M0Y31K24 
(19%,0%,31%,24%)
(0.19/0.00/0.31/0.24)	

CMYK percentages

%19.49
%0
%30.77
%23.53

Codes

Color #9DC387 in popluar color models

9DC387
RGB157195135
HSL98°33.33%64.71%
HSB/HSV98°30.77%76.47%
CMYK19.49%0.00%30.77%
23.53%

Color #9DC387 in popluar number systems.

HEX9DC387
Decimal157195135
Binary100111011100001110000111
Octal235303207

Shades and tints

Shades of #9DC387

#9DC387
(157,195,135)
#8FB27B
(143,178,123)
#81A16F
(129,161,111)
#739063
(115,144,99)
#657F57
(101,127,87)
#576E4B
(87,110,75)
#495D3F
(73,93,63)
#3B4C33
(59,76,51)
#2D3B27
(45,59,39)
#1F2A1B
(31,42,27)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #9DC387

#9DC387
(157,195,135)
#A5C891
(165,200,145)
#ADCD9B
(173,205,155)
#B5D2A5
(181,210,165)
#BDD7AF
(189,215,175)
#C5DCB9
(197,220,185)
#CDE1C3
(205,225,195)
#D5E6CD
(213,230,205)
#DDEBD7
(221,235,215)
#E5F0E1
(229,240,225)
#EDF5EB
(237,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DC387; }

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

This text font color is #9DC387.


Background Color

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

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

This div background color is #9DC387.


Border color

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

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

This div border color is #9DC387.


Opacity

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

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

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

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

This text has shadow with #9DC387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC387 on black background.


Color preview on white background

This text has color #9DC387 on white background.



Black color preview on #9DC387 background

This text has black color on #9DC387 background.


White color preview on #9DC387 background

This text has white color on #9DC387 background.