COLOR #9EB47F

HEX: #9EB47F
RGB: (158,180,127)

Color info

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

RGB color model

#9EB47F color RGB value is (158,180,127).

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

RGB channels and saturation

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

158
180
127

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

Portions of RGB colors in percentages

R + G + B =
158 + 180 + 127 = 465 (100%)
R 158 of 465 ~ 33.98%
G 180 of 465 ~ 38.71%
B 127 of 465 ~ 27.31%

%33.98
%38.71
%27.31

CMYK color model

#9EB47F color CMYK value is (12,0,29,29).

  • cyan value is 12.22%
  • magenta value is 0.00%
  • yellow value is 29.44%
  • key color value is 29.41%
CMYK:
(12,0,29,29)
C12M0Y29K29 
(12%,0%,29%,29%)
(0.12/0.00/0.29/0.29)	

CMYK percentages

%12.22
%0
%29.44
%29.41

Codes

Color #9EB47F in popluar color models

9EB47F
RGB158180127
HSL85°26.11%60.20%
HSB/HSV85°29.44%70.59%
CMYK12.22%0.00%29.44%
29.41%

Color #9EB47F in popluar number systems.

HEX9EB47F
Decimal158180127
Binary10011110101101001111111
Octal236264177

Shades and tints

Shades of #9EB47F

#9EB47F
(158,180,127)
#90A474
(144,164,116)
#829469
(130,148,105)
#74845E
(116,132,94)
#667453
(102,116,83)
#586448
(88,100,72)
#4A543D
(74,84,61)
#3C4432
(60,68,50)
#2E3427
(46,52,39)
#20241C
(32,36,28)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #9EB47F

#9EB47F
(158,180,127)
#A6BA8A
(166,186,138)
#AEC095
(174,192,149)
#B6C6A0
(182,198,160)
#BECCAB
(190,204,171)
#C6D2B6
(198,210,182)
#CED8C1
(206,216,193)
#D6DECC
(214,222,204)
#DEE4D7
(222,228,215)
#E6EAE2
(230,234,226)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB47F; }

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

This text font color is #9EB47F.


Background Color

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

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

This div background color is #9EB47F.


Border color

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

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

This div border color is #9EB47F.


Opacity

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

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

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

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

This text has shadow with #9EB47F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB47F on black background.


Color preview on white background

This text has color #9EB47F on white background.



Black color preview on #9EB47F background

This text has black color on #9EB47F background.


White color preview on #9EB47F background

This text has white color on #9EB47F background.