COLOR #9DC487

HEX: #9DC487
RGB: (157,196,135)

Color info

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

RGB color model

#9DC487 color RGB value is (157,196,135).

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

RGB channels and saturation

R 157 of 255 = 62%
G 196 of 255 = 77%
B 135 of 255 = 53%

157
196
135

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

Portions of RGB colors in percentages

R + G + B =
157 + 196 + 135 = 488 (100%)
R 157 of 488 ~ 32.17%
G 196 of 488 ~ 40.16%
B 135 of 488 ~ 27.66%

%32.17
%40.16
%27.66

CMYK color model

#9DC487 color CMYK value is (20,0,31,23).

  • cyan value is 19.90%
  • magenta value is 0.00%
  • yellow value is 31.12%
  • key color value is 23.14%
CMYK:
(20,0,31,23)
C20M0Y31K23 
(20%,0%,31%,23%)
(0.20/0.00/0.31/0.23)	

CMYK percentages

%19.9
%0
%31.12
%23.14

Codes

Color #9DC487 in popluar color models

9DC487
RGB157196135
HSL98°34.08%64.90%
HSB/HSV98°31.12%76.86%
CMYK19.90%0.00%31.12%
23.14%

Color #9DC487 in popluar number systems.

HEX9DC487
Decimal157196135
Binary100111011100010010000111
Octal235304207

Shades and tints

Shades of #9DC487

#9DC487
(157,196,135)
#8FB37B
(143,179,123)
#81A26F
(129,162,111)
#739163
(115,145,99)
#658057
(101,128,87)
#576F4B
(87,111,75)
#495E3F
(73,94,63)
#3B4D33
(59,77,51)
#2D3C27
(45,60,39)
#1F2B1B
(31,43,27)
#111A0F
(17,26,15)
#000000
(0,0,0)

Tints of #9DC487

#9DC487
(157,196,135)
#A5C991
(165,201,145)
#ADCE9B
(173,206,155)
#B5D3A5
(181,211,165)
#BDD8AF
(189,216,175)
#C5DDB9
(197,221,185)
#CDE2C3
(205,226,195)
#D5E7CD
(213,231,205)
#DDECD7
(221,236,215)
#E5F1E1
(229,241,225)
#EDF6EB
(237,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DC487; }

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

This text font color is #9DC487.


Background Color

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

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

This div background color is #9DC487.


Border color

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

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

This div border color is #9DC487.


Opacity

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

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

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

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

This text has shadow with #9DC487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC487 on black background.


Color preview on white background

This text has color #9DC487 on white background.



Black color preview on #9DC487 background

This text has black color on #9DC487 background.


White color preview on #9DC487 background

This text has white color on #9DC487 background.