COLOR #9EB292

HEX: #9EB292
RGB: (158,178,146)

Color info

#9EB292 contains red, green and blue colors in about the same proportion. Web safe color of #9EB292 is #999999 (or #999).

RGB color model

#9EB292 color RGB value is (158,178,146).

  • red value is 158;
  • green value is 178;
  • blue value is 146.
RGB:
(158,178,146)
(62%,70%,57%)

RGB channels and saturation

R 158 of 255 = 62%
G 178 of 255 = 70%
B 146 of 255 = 57%

158
178
146

R + G + B ~ 63%. #9EB292 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 178 + 146 = 482 (100%)
R 158 of 482 ~ 32.78%
G 178 of 482 ~ 36.93%
B 146 of 482 ~ 30.29%

%32.78
%36.93
%30.29

CMYK color model

#9EB292 color CMYK value is (11,0,18,30).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 17.98%
  • key color value is 30.20%
CMYK:
(11,0,18,30)
C11M0Y18K30 
(11%,0%,18%,30%)
(0.11/0.00/0.18/0.30)	

CMYK percentages

%11.24
%0
%17.98
%30.2

Codes

Color #9EB292 in popluar color models

9EB292
RGB158178146
HSL98°17.20%63.53%
HSB/HSV98°17.98%69.80%
CMYK11.24%0.00%17.98%
30.20%

Color #9EB292 in popluar number systems.

HEX9EB292
Decimal158178146
Binary100111101011001010010010
Octal236262222

Shades and tints

Shades of #9EB292

#9EB292
(158,178,146)
#90A285
(144,162,133)
#829278
(130,146,120)
#74826B
(116,130,107)
#66725E
(102,114,94)
#586251
(88,98,81)
#4A5244
(74,82,68)
#3C4237
(60,66,55)
#2E322A
(46,50,42)
#20221D
(32,34,29)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #9EB292

#9EB292
(158,178,146)
#A6B99B
(166,185,155)
#AEC0A4
(174,192,164)
#B6C7AD
(182,199,173)
#BECEB6
(190,206,182)
#C6D5BF
(198,213,191)
#CEDCC8
(206,220,200)
#D6E3D1
(214,227,209)
#DEEADA
(222,234,218)
#E6F1E3
(230,241,227)
#EEF8EC
(238,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB292 color. Also use rgb(158,178,146) instead hex code.

Text Font Color

.myTextColor { color: #9EB292; }

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

This text font color is #9EB292.


Background Color

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

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

This div background color is #9EB292.


Border color

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

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

This div border color is #9EB292.


Opacity

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

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

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

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

This text has shadow with #9EB292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB292 on black background.


Color preview on white background

This text has color #9EB292 on white background.



Black color preview on #9EB292 background

This text has black color on #9EB292 background.


White color preview on #9EB292 background

This text has white color on #9EB292 background.