COLOR #9FCB7D

HEX: #9FCB7D
RGB: (159,203,125)

Color info

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

RGB color model

#9FCB7D color RGB value is (159,203,125).

  • red value is 159;
  • green value is 203;
  • blue value is 125.
RGB: (159,203,125) (62%,80%,49%)

RGB channels and saturation

R 159 of 255 = 62%
G 203 of 255 = 80%
B 125 of 255 = 49%

159
203
125

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

Portions of RGB colors in percentages

R + G + B =
159 + 203 + 125 = 487 (100%)
R 159 of 487 ~ 32.65%
G 203 of 487 ~ 41.68%
B 125 of 487 ~ 25.67%

%32.65
%41.68
%25.67

CMYK color model

#9FCB7D color CMYK value is (22,0,38,20).

  • cyan value is 21.67%
  • magenta value is 0.00%
  • yellow value is 38.42%
  • key color value is 20.39%
CMYK: (22,0,38,20) C22M0Y38K20 (22%,0%,38%,20%) (0.22/0.00/0.38/0.20)

CMYK percentages

%21.67
%0
%38.42
%20.39

Codes

Color #9FCB7D in popluar color models

9FCB7D
RGB159203125
HSL94°42.86%64.31%
HSB/HSV94°38.42%79.61%
CMYK21.67%0.00%38.42%
20.39%

Color #9FCB7D in popluar number systems.

HEX9FCB7D
Decimal159203125
Binary10011111110010111111101
Octal237313175

Shades and tints

Shades of #9FCB7D

#9FCB7D
(159,203,125)
#91B972
(145,185,114)
#83A767
(131,167,103)
#75955C
(117,149,92)
#678351
(103,131,81)
#597146
(89,113,70)
#4B5F3B
(75,95,59)
#3D4D30
(61,77,48)
#2F3B25
(47,59,37)
#21291A
(33,41,26)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #9FCB7D

#9FCB7D
(159,203,125)
#A7CF88
(167,207,136)
#AFD393
(175,211,147)
#B7D79E
(183,215,158)
#BFDBA9
(191,219,169)
#C7DFB4
(199,223,180)
#CFE3BF
(207,227,191)
#D7E7CA
(215,231,202)
#DFEBD5
(223,235,213)
#E7EFE0
(231,239,224)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FCB7D color. Also use rgb(159,203,125) instead hex code.

Text Font Color

.myTextColor { color: #9FCB7D; }

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

This text font color is #9FCB7D.


Background Color

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

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

This div background color is #9FCB7D.


Border color

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

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

This div border color is #9FCB7D.


Opacity

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

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

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

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

This text has shadow with #9FCB7D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9FCB7D on black background.


Color preview on white background

This text has color #9FCB7D on white background.



Black color preview on #9FCB7D background

This text has black color on #9FCB7D background.


White color preview on #9FCB7D background

This text has white color on #9FCB7D background.