COLOR #9EB782

HEX: #9EB782
RGB: (158,183,130)

Color info

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

RGB color model

#9EB782 color RGB value is (158,183,130).

  • red value is 158;
  • green value is 183;
  • blue value is 130.
RGB:
(158,183,130)
(62%,72%,51%)

RGB channels and saturation

R 158 of 255 = 62%
G 183 of 255 = 72%
B 130 of 255 = 51%

158
183
130

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

Portions of RGB colors in percentages

R + G + B =
158 + 183 + 130 = 471 (100%)
R 158 of 471 ~ 33.55%
G 183 of 471 ~ 38.85%
B 130 of 471 ~ 27.6%

%33.55
%38.85
%27.6

CMYK color model

#9EB782 color CMYK value is (14,0,29,28).

  • cyan value is 13.66%
  • magenta value is 0.00%
  • yellow value is 28.96%
  • key color value is 28.24%
CMYK:
(14,0,29,28)
C14M0Y29K28 
(14%,0%,29%,28%)
(0.14/0.00/0.29/0.28)	

CMYK percentages

%13.66
%0
%28.96
%28.24

Codes

Color #9EB782 in popluar color models

9EB782
RGB158183130
HSL88°26.90%61.37%
HSB/HSV88°28.96%71.76%
CMYK13.66%0.00%28.96%
28.24%

Color #9EB782 in popluar number systems.

HEX9EB782
Decimal158183130
Binary100111101011011110000010
Octal236267202

Shades and tints

Shades of #9EB782

#9EB782
(158,183,130)
#90A777
(144,167,119)
#82976C
(130,151,108)
#748761
(116,135,97)
#667756
(102,119,86)
#58674B
(88,103,75)
#4A5740
(74,87,64)
#3C4735
(60,71,53)
#2E372A
(46,55,42)
#20271F
(32,39,31)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #9EB782

#9EB782
(158,183,130)
#A6BD8D
(166,189,141)
#AEC398
(174,195,152)
#B6C9A3
(182,201,163)
#BECFAE
(190,207,174)
#C6D5B9
(198,213,185)
#CEDBC4
(206,219,196)
#D6E1CF
(214,225,207)
#DEE7DA
(222,231,218)
#E6EDE5
(230,237,229)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB782 color. Also use rgb(158,183,130) instead hex code.

Text Font Color

.myTextColor { color: #9EB782; }

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

This text font color is #9EB782.


Background Color

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

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

This div background color is #9EB782.


Border color

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

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

This div border color is #9EB782.


Opacity

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

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

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

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

This text has shadow with #9EB782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB782 on black background.


Color preview on white background

This text has color #9EB782 on white background.



Black color preview on #9EB782 background

This text has black color on #9EB782 background.


White color preview on #9EB782 background

This text has white color on #9EB782 background.