COLOR #9EB479

HEX: #9EB479
RGB: (158,180,121)

Color info

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

RGB color model

#9EB479 color RGB value is (158,180,121).

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

RGB channels and saturation

R 158 of 255 = 62%
G 180 of 255 = 71%
B 121 of 255 = 47%

158
180
121

R + G + B ~ 60%. #9EB479 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 180 + 121 = 459 (100%)
R 158 of 459 ~ 34.42%
G 180 of 459 ~ 39.22%
B 121 of 459 ~ 26.36%

%34.42
%39.22
%26.36

CMYK color model

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

  • cyan value is 12.22%
  • magenta value is 0.00%
  • yellow value is 32.78%
  • key color value is 29.41%
CMYK:
(12,0,33,29)
C12M0Y33K29 
(12%,0%,33%,29%)
(0.12/0.00/0.33/0.29)	

CMYK percentages

%12.22
%0
%32.78
%29.41

Codes

Color #9EB479 in popluar color models

9EB479
RGB158180121
HSL82°28.23%59.02%
HSB/HSV82°32.78%70.59%
CMYK12.22%0.00%32.78%
29.41%

Color #9EB479 in popluar number systems.

HEX9EB479
Decimal158180121
Binary10011110101101001111001
Octal236264171

Shades and tints

Shades of #9EB479

#9EB479
(158,180,121)
#90A46E
(144,164,110)
#829463
(130,148,99)
#748458
(116,132,88)
#66744D
(102,116,77)
#586442
(88,100,66)
#4A5437
(74,84,55)
#3C442C
(60,68,44)
#2E3421
(46,52,33)
#202416
(32,36,22)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #9EB479

#9EB479
(158,180,121)
#A6BA85
(166,186,133)
#AEC091
(174,192,145)
#B6C69D
(182,198,157)
#BECCA9
(190,204,169)
#C6D2B5
(198,210,181)
#CED8C1
(206,216,193)
#D6DECD
(214,222,205)
#DEE4D9
(222,228,217)
#E6EAE5
(230,234,229)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB479; }

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

This text font color is #9EB479.


Background Color

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

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

This div background color is #9EB479.


Border color

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

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

This div border color is #9EB479.


Opacity

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

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

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

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

This text has shadow with #9EB479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB479 on black background.


Color preview on white background

This text has color #9EB479 on white background.



Black color preview on #9EB479 background

This text has black color on #9EB479 background.


White color preview on #9EB479 background

This text has white color on #9EB479 background.