COLOR #9FBE7D

HEX: #9FBE7D RGB: (159,190,125)

Color info

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

RGB color model

#9FBE7D color RGB value is (159,190,125).

RGB: (159,190,125) (62%, 75%, 49%)

RGB channels and saturation

R 159 of 255 = 62%
G 190 of 255 = 75%
B 125 of 255 = 49%

159
190
125

R + G + B ~ 62%. #9FBE7D is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 190 + 125 = 474 (100%)
R 159 of 474 ~ 33.54%
G 190 of 474 ~ 40.08%
B 125 of 474 ~ 26.37'%

%33.54
%40.08
%26.37

CMYK color model

#9FBE7D color CMYK value is (16,0,34,25).

  • cyan value is 16.32%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 25.49%

CMYK: (16,0,34,25)
C16M0Y34K25 (16%, 0%, 34%, 25%)
(0.16 / 0.00 / 0.34 / 0.25)

CMYK percentages

%16.32
%0
%34.21
%25.49

Codes

Color #9FBE7D in popluar color models

9F BE 7D
RGB 159 190 125
HSL 89° 33.33% 61.76%
HSB/HSV 89° 34.21% 74.51%
CMYK 16.32% 0.00% 34.21%
25.49%

Color #9FBE7D in popluar number systems.

HEX 9F BE 7D
Decimal 159 190 125
Binary 10011111 10111110 1111101
Octal 237 276 175

Shades and tints

Shades of #9FBE7D

#9FBE7D
(159,190,125)
#91AD72
(145,173,114)
#839C67
(131,156,103)
#758B5C
(117,139,92)
#677A51
(103,122,81)
#596946
(89,105,70)
#4B583B
(75,88,59)
#3D4730
(61,71,48)
#2F3625
(47,54,37)
#21251A
(33,37,26)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #9FBE7D

#9FBE7D
(159,190,125)
#A7C388
(167,195,136)
#AFC893
(175,200,147)
#B7CD9E
(183,205,158)
#BFD2A9
(191,210,169)
#C7D7B4
(199,215,180)
#CFDCBF
(207,220,191)
#D7E1CA
(215,225,202)
#DFE6D5
(223,230,213)
#E7EBE0
(231,235,224)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBE7D; }

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

This text font color is #9FBE7D.

Background Color

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

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

This div background color is #9FBE7D.

Border color

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

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

This div border color is #9FBE7D.

Opacity

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

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

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

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

This text has shadow with #9FBE7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBE7D.

Preview

Color preview on black background

This text has color #9FBE7D on black background.


Color preview on white background

This text has color #9FBE7D on white background.


Black color preview on #9FBE7D background

This text has black color on #9FBE7D background.


White color preview on #9FBE7D background

This text has white color on #9FBE7D background.


Related colors

Complementary color

Complementary color for #hex is #604182.


I love getcolorcode.com

Triadic colors

1 #7D9FBE and #BE7D9F with #9FBE7D are triadic colors.

2 #7DBE9F and #BE9F7D with #9FBE7D are triadic colors.