COLOR #9EB591

HEX: #9EB591 RGB: (158,181,145)

Color info

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

RGB color model

#9EB591 color RGB value is (158,181,145).

RGB: (158,181,145) (62%, 71%, 57%)

RGB channels and saturation

R 158 of 255 = 62%
G 181 of 255 = 71%
B 145 of 255 = 57%

158
181
145

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

Portions of RGB colors in percentages

R + G + B = 158 + 181 + 145 = 484 (100%)
R 158 of 484 ~ 32.64%
G 181 of 484 ~ 37.4%
B 145 of 484 ~ 29.96'%

%32.64
%37.4
%29.96

CMYK color model

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

  • cyan value is 12.71%
  • magenta value is 0.00%
  • yellow value is 19.89%
  • 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
%19.89
%29.02

Codes

Color #9EB591 in popluar color models

9E B5 91
RGB 158 181 145
HSL 98° 19.57% 63.92%
HSB/HSV 98° 19.89% 70.98%
CMYK 12.71% 0.00% 19.89%
29.02%

Color #9EB591 in popluar number systems.

HEX 9E B5 91
Decimal 158 181 145
Binary 10011110 10110101 10010001
Octal 236 265 221

Shades and tints

Shades of #9EB591

#9EB591
(158,181,145)
#90A584
(144,165,132)
#829577
(130,149,119)
#74856A
(116,133,106)
#66755D
(102,117,93)
#586550
(88,101,80)
#4A5543
(74,85,67)
#3C4536
(60,69,54)
#2E3529
(46,53,41)
#20251C
(32,37,28)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #9EB591

#9EB591
(158,181,145)
#A6BB9B
(166,187,155)
#AEC1A5
(174,193,165)
#B6C7AF
(182,199,175)
#BECDB9
(190,205,185)
#C6D3C3
(198,211,195)
#CED9CD
(206,217,205)
#D6DFD7
(214,223,215)
#DEE5E1
(222,229,225)
#E6EBEB
(230,235,235)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB591; }

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

This text font color is #9EB591.

Background Color

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

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

This div background color is #9EB591.

Border color

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

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

This div border color is #9EB591.

Opacity

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

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

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

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

This text has shadow with #9EB591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB591.

Preview

Color preview on black background

This text has color #9EB591 on black background.


Color preview on white background

This text has color #9EB591 on white background.


Black color preview on #9EB591 background

This text has black color on #9EB591 background.


White color preview on #9EB591 background

This text has white color on #9EB591 background.


Related colors

Complementary color

Complementary color for #hex is #614A6E.


I love getcolorcode.com

Triadic colors

1 #919EB5 and #B5919E with #9EB591 are triadic colors.

2 #91B59E and #B59E91 with #9EB591 are triadic colors.