COLOR #9EB290

HEX: #9EB290
RGB: (158,178,144)

Color info

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

RGB color model

#9EB290 color RGB value is (158,178,144).

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

RGB channels and saturation

R 158 of 255 = 62%
G 178 of 255 = 70%
B 144 of 255 = 56%

158
178
144

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

Portions of RGB colors in percentages

R + G + B =
158 + 178 + 144 = 480 (100%)
R 158 of 480 ~ 32.92%
G 178 of 480 ~ 37.08%
B 144 of 480 ~ 30%

%32.92
%37.08
%30

CMYK color model

#9EB290 color CMYK value is (11,0,19,30).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 19.10%
  • key color value is 30.20%
CMYK:
(11,0,19,30)
C11M0Y19K30 
(11%,0%,19%,30%)
(0.11/0.00/0.19/0.30)	

CMYK percentages

%11.24
%0
%19.1
%30.2

Codes

Color #9EB290 in popluar color models

9EB290
RGB158178144
HSL95°18.09%63.14%
HSB/HSV95°19.10%69.80%
CMYK11.24%0.00%19.10%
30.20%

Color #9EB290 in popluar number systems.

HEX9EB290
Decimal158178144
Binary100111101011001010010000
Octal236262220

Shades and tints

Shades of #9EB290

#9EB290
(158,178,144)
#90A283
(144,162,131)
#829276
(130,146,118)
#748269
(116,130,105)
#66725C
(102,114,92)
#58624F
(88,98,79)
#4A5242
(74,82,66)
#3C4235
(60,66,53)
#2E3228
(46,50,40)
#20221B
(32,34,27)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #9EB290

#9EB290
(158,178,144)
#A6B99A
(166,185,154)
#AEC0A4
(174,192,164)
#B6C7AE
(182,199,174)
#BECEB8
(190,206,184)
#C6D5C2
(198,213,194)
#CEDCCC
(206,220,204)
#D6E3D6
(214,227,214)
#DEEAE0
(222,234,224)
#E6F1EA
(230,241,234)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB290; }

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

This text font color is #9EB290.


Background Color

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

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

This div background color is #9EB290.


Border color

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

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

This div border color is #9EB290.


Opacity

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

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

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

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

This text has shadow with #9EB290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB290 on black background.


Color preview on white background

This text has color #9EB290 on white background.



Black color preview on #9EB290 background

This text has black color on #9EB290 background.


White color preview on #9EB290 background

This text has white color on #9EB290 background.