COLOR #9EB590

HEX: #9EB590
RGB: (158,181,144)

Color info

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

RGB color model

#9EB590 color RGB value is (158,181,144).

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

RGB channels and saturation

R 158 of 255 = 62%
G 181 of 255 = 71%
B 144 of 255 = 56%

158
181
144

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

Portions of RGB colors in percentages

R + G + B =
158 + 181 + 144 = 483 (100%)
R 158 of 483 ~ 32.71%
G 181 of 483 ~ 37.47%
B 144 of 483 ~ 29.81%

%32.71
%37.47
%29.81

CMYK color model

#9EB590 color CMYK value is (13,0,20,29).

  • cyan value is 12.71%
  • magenta value is 0.00%
  • yellow value is 20.44%
  • key color value is 29.02%
CMYK:
(13,0,20,29)
C13M0Y20K29 
(13%,0%,20%,29%)
(0.13/0.00/0.20/0.29)	

CMYK percentages

%12.71
%0
%20.44
%29.02

Codes

Color #9EB590 in popluar color models

9EB590
RGB158181144
HSL97°20.00%63.73%
HSB/HSV97°20.44%70.98%
CMYK12.71%0.00%20.44%
29.02%

Color #9EB590 in popluar number systems.

HEX9EB590
Decimal158181144
Binary100111101011010110010000
Octal236265220

Shades and tints

Shades of #9EB590

#9EB590
(158,181,144)
#90A583
(144,165,131)
#829576
(130,149,118)
#748569
(116,133,105)
#66755C
(102,117,92)
#58654F
(88,101,79)
#4A5542
(74,85,66)
#3C4535
(60,69,53)
#2E3528
(46,53,40)
#20251B
(32,37,27)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #9EB590

#9EB590
(158,181,144)
#A6BB9A
(166,187,154)
#AEC1A4
(174,193,164)
#B6C7AE
(182,199,174)
#BECDB8
(190,205,184)
#C6D3C2
(198,211,194)
#CED9CC
(206,217,204)
#D6DFD6
(214,223,214)
#DEE5E0
(222,229,224)
#E6EBEA
(230,235,234)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB590; }

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

This text font color is #9EB590.


Background Color

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

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

This div background color is #9EB590.


Border color

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

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

This div border color is #9EB590.


Opacity

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

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

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

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

This text has shadow with #9EB590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB590 on black background.


Color preview on white background

This text has color #9EB590 on white background.



Black color preview on #9EB590 background

This text has black color on #9EB590 background.


White color preview on #9EB590 background

This text has white color on #9EB590 background.