COLOR #9EB67F

HEX: #9EB67F
RGB: (158,182,127)

Color info

#9EB67F contains red, green and blue colors in about the same proportion. Web safe color of #9EB67F is #99CC66 (or #9C6).

RGB color model

#9EB67F color RGB value is (158,182,127).

  • red value is 158;
  • green value is 182;
  • blue value is 127.
RGB:
(158,182,127)
(62%,71%,50%)

RGB channels and saturation

R 158 of 255 = 62%
G 182 of 255 = 71%
B 127 of 255 = 50%

158
182
127

R + G + B ~ 61%. #9EB67F is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 182 + 127 = 467 (100%)
R 158 of 467 ~ 33.83%
G 182 of 467 ~ 38.97%
B 127 of 467 ~ 27.19%

%33.83
%38.97
%27.19

CMYK color model

#9EB67F color CMYK value is (13,0,30,29).

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 30.22%
  • key color value is 28.63%
CMYK:
(13,0,30,29)
C13M0Y30K29 
(13%,0%,30%,29%)
(0.13/0.00/0.30/0.29)	

CMYK percentages

%13.19
%0
%30.22
%28.63

Codes

Color #9EB67F in popluar color models

9EB67F
RGB158182127
HSL86°27.36%60.59%
HSB/HSV86°30.22%71.37%
CMYK13.19%0.00%30.22%
28.63%

Color #9EB67F in popluar number systems.

HEX9EB67F
Decimal158182127
Binary10011110101101101111111
Octal236266177

Shades and tints

Shades of #9EB67F

#9EB67F
(158,182,127)
#90A674
(144,166,116)
#829669
(130,150,105)
#74865E
(116,134,94)
#667653
(102,118,83)
#586648
(88,102,72)
#4A563D
(74,86,61)
#3C4632
(60,70,50)
#2E3627
(46,54,39)
#20261C
(32,38,28)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #9EB67F

#9EB67F
(158,182,127)
#A6BC8A
(166,188,138)
#AEC295
(174,194,149)
#B6C8A0
(182,200,160)
#BECEAB
(190,206,171)
#C6D4B6
(198,212,182)
#CEDAC1
(206,218,193)
#D6E0CC
(214,224,204)
#DEE6D7
(222,230,215)
#E6ECE2
(230,236,226)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB67F color. Also use rgb(158,182,127) instead hex code.

Text Font Color

.myTextColor { color: #9EB67F; }

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

This text font color is #9EB67F.


Background Color

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

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

This div background color is #9EB67F.


Border color

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

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

This div border color is #9EB67F.


Opacity

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

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

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

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

This text has shadow with #9EB67F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB67F on black background.


Color preview on white background

This text has color #9EB67F on white background.



Black color preview on #9EB67F background

This text has black color on #9EB67F background.


White color preview on #9EB67F background

This text has white color on #9EB67F background.