COLOR #9DC87F

HEX: #9DC87F
RGB: (157,200,127)

Color info

#9DC87F contains mainly red and green colors. Web safe color of #9DC87F is #99CC66 (or #9C6).

RGB color model

#9DC87F color RGB value is (157,200,127).

  • red value is 157;
  • green value is 200;
  • blue value is 127.
RGB:
(157,200,127)
(62%,78%,50%)

RGB channels and saturation

R 157 of 255 = 62%
G 200 of 255 = 78%
B 127 of 255 = 50%

157
200
127

R + G + B ~ 63%. #9DC87F is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 200 + 127 = 484 (100%)
R 157 of 484 ~ 32.44%
G 200 of 484 ~ 41.32%
B 127 of 484 ~ 26.24%

%32.44
%41.32
%26.24

CMYK color model

#9DC87F color CMYK value is (22,0,37,22).

  • cyan value is 21.50%
  • magenta value is 0.00%
  • yellow value is 36.50%
  • key color value is 21.57%
CMYK:
(22,0,37,22)
C22M0Y37K22 
(22%,0%,37%,22%)
(0.22/0.00/0.37/0.22)	

CMYK percentages

%21.5
%0
%36.5
%21.57

Codes

Color #9DC87F in popluar color models

9DC87F
RGB157200127
HSL95°39.89%64.12%
HSB/HSV95°36.50%78.43%
CMYK21.50%0.00%36.50%
21.57%

Color #9DC87F in popluar number systems.

HEX9DC87F
Decimal157200127
Binary10011101110010001111111
Octal235310177

Shades and tints

Shades of #9DC87F

#9DC87F
(157,200,127)
#8FB674
(143,182,116)
#81A469
(129,164,105)
#73925E
(115,146,94)
#658053
(101,128,83)
#576E48
(87,110,72)
#495C3D
(73,92,61)
#3B4A32
(59,74,50)
#2D3827
(45,56,39)
#1F261C
(31,38,28)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #9DC87F

#9DC87F
(157,200,127)
#A5CD8A
(165,205,138)
#ADD295
(173,210,149)
#B5D7A0
(181,215,160)
#BDDCAB
(189,220,171)
#C5E1B6
(197,225,182)
#CDE6C1
(205,230,193)
#D5EBCC
(213,235,204)
#DDF0D7
(221,240,215)
#E5F5E2
(229,245,226)
#EDFAED
(237,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC87F color. Also use rgb(157,200,127) instead hex code.

Text Font Color

.myTextColor { color: #9DC87F; }

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

This text font color is #9DC87F.


Background Color

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

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

This div background color is #9DC87F.


Border color

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

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

This div border color is #9DC87F.


Opacity

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

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

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

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

This text has shadow with #9DC87F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC87F on black background.


Color preview on white background

This text has color #9DC87F on white background.



Black color preview on #9DC87F background

This text has black color on #9DC87F background.


White color preview on #9DC87F background

This text has white color on #9DC87F background.