COLOR #9EB984

HEX: #9EB984
RGB: (158,185,132)

Color info

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

RGB color model

#9EB984 color RGB value is (158,185,132).

  • red value is 158;
  • green value is 185;
  • blue value is 132.
RGB:
(158,185,132)
(62%,73%,52%)

RGB channels and saturation

R 158 of 255 = 62%
G 185 of 255 = 73%
B 132 of 255 = 52%

158
185
132

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

Portions of RGB colors in percentages

R + G + B =
158 + 185 + 132 = 475 (100%)
R 158 of 475 ~ 33.26%
G 185 of 475 ~ 38.95%
B 132 of 475 ~ 27.79%

%33.26
%38.95
%27.79

CMYK color model

#9EB984 color CMYK value is (15,0,29,27).

  • cyan value is 14.59%
  • magenta value is 0.00%
  • yellow value is 28.65%
  • key color value is 27.45%
CMYK:
(15,0,29,27)
C15M0Y29K27 
(15%,0%,29%,27%)
(0.15/0.00/0.29/0.27)	

CMYK percentages

%14.59
%0
%28.65
%27.45

Codes

Color #9EB984 in popluar color models

9EB984
RGB158185132
HSL91°27.46%62.16%
HSB/HSV91°28.65%72.55%
CMYK14.59%0.00%28.65%
27.45%

Color #9EB984 in popluar number systems.

HEX9EB984
Decimal158185132
Binary100111101011100110000100
Octal236271204

Shades and tints

Shades of #9EB984

#9EB984
(158,185,132)
#90A978
(144,169,120)
#82996C
(130,153,108)
#748960
(116,137,96)
#667954
(102,121,84)
#586948
(88,105,72)
#4A593C
(74,89,60)
#3C4930
(60,73,48)
#2E3924
(46,57,36)
#202918
(32,41,24)
#12190C
(18,25,12)
#000000
(0,0,0)

Tints of #9EB984

#9EB984
(158,185,132)
#A6BF8F
(166,191,143)
#AEC59A
(174,197,154)
#B6CBA5
(182,203,165)
#BED1B0
(190,209,176)
#C6D7BB
(198,215,187)
#CEDDC6
(206,221,198)
#D6E3D1
(214,227,209)
#DEE9DC
(222,233,220)
#E6EFE7
(230,239,231)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB984 color. Also use rgb(158,185,132) instead hex code.

Text Font Color

.myTextColor { color: #9EB984; }

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

This text font color is #9EB984.


Background Color

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

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

This div background color is #9EB984.


Border color

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

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

This div border color is #9EB984.


Opacity

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

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

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

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

This text has shadow with #9EB984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB984 on black background.


Color preview on white background

This text has color #9EB984 on white background.



Black color preview on #9EB984 background

This text has black color on #9EB984 background.


White color preview on #9EB984 background

This text has white color on #9EB984 background.