COLOR #9EA26C

HEX: #9EA26C
RGB: (158,162,108)

Color info

#9EA26C contains red, green and blue colors in about the same proportion. Web safe color of #9EA26C is #999966 (or #996).

RGB color model

#9EA26C color RGB value is (158,162,108).

  • red value is 158;
  • green value is 162;
  • blue value is 108.
RGB:
(158,162,108)
(62%,64%,42%)

RGB channels and saturation

R 158 of 255 = 62%
G 162 of 255 = 64%
B 108 of 255 = 42%

158
162
108

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

Portions of RGB colors in percentages

R + G + B =
158 + 162 + 108 = 428 (100%)
R 158 of 428 ~ 36.92%
G 162 of 428 ~ 37.85%
B 108 of 428 ~ 25.23%

%36.92
%37.85
%25.23

CMYK color model

#9EA26C color CMYK value is (2,0,33,36).

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 36.47%
CMYK:
(2,0,33,36)
C2M0Y33K36 
(2%,0%,33%,36%)
(0.02/0.00/0.33/0.36)	

CMYK percentages

%2.47
%0
%33.33
%36.47

Codes

Color #9EA26C in popluar color models

9EA26C
RGB158162108
HSL64°22.50%52.94%
HSB/HSV64°33.33%63.53%
CMYK2.47%0.00%33.33%
36.47%

Color #9EA26C in popluar number systems.

HEX9EA26C
Decimal158162108
Binary10011110101000101101100
Octal236242154

Shades and tints

Shades of #9EA26C

#9EA26C
(158,162,108)
#909463
(144,148,99)
#82865A
(130,134,90)
#747851
(116,120,81)
#666A48
(102,106,72)
#585C3F
(88,92,63)
#4A4E36
(74,78,54)
#3C402D
(60,64,45)
#2E3224
(46,50,36)
#20241B
(32,36,27)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #9EA26C

#9EA26C
(158,162,108)
#A6AA79
(166,170,121)
#AEB286
(174,178,134)
#B6BA93
(182,186,147)
#BEC2A0
(190,194,160)
#C6CAAD
(198,202,173)
#CED2BA
(206,210,186)
#D6DAC7
(214,218,199)
#DEE2D4
(222,226,212)
#E6EAE1
(230,234,225)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA26C color. Also use rgb(158,162,108) instead hex code.

Text Font Color

.myTextColor { color: #9EA26C; }

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

This text font color is #9EA26C.


Background Color

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

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

This div background color is #9EA26C.


Border color

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

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

This div border color is #9EA26C.


Opacity

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

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

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

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

This text has shadow with #9EA26C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA26C on black background.


Color preview on white background

This text has color #9EA26C on white background.



Black color preview on #9EA26C background

This text has black color on #9EA26C background.


White color preview on #9EA26C background

This text has white color on #9EA26C background.