COLOR #9EB991

HEX: #9EB991
RGB: (158,185,145)

Color info

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

RGB color model

#9EB991 color RGB value is (158,185,145).

  • red value is 158;
  • green value is 185;
  • blue value is 145.
RGB:
(158,185,145)
(62%,73%,57%)

RGB channels and saturation

R 158 of 255 = 62%
G 185 of 255 = 73%
B 145 of 255 = 57%

158
185
145

R + G + B ~ 64%. #9EB991 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 185 + 145 = 488 (100%)
R 158 of 488 ~ 32.38%
G 185 of 488 ~ 37.91%
B 145 of 488 ~ 29.71%

%32.38
%37.91
%29.71

CMYK color model

#9EB991 color CMYK value is (15,0,22,27).

  • cyan value is 14.59%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 27.45%
CMYK:
(15,0,22,27)
C15M0Y22K27 
(15%,0%,22%,27%)
(0.15/0.00/0.22/0.27)	

CMYK percentages

%14.59
%0
%21.62
%27.45

Codes

Color #9EB991 in popluar color models

9EB991
RGB158185145
HSL101°22.22%64.71%
HSB/HSV101°21.62%72.55%
CMYK14.59%0.00%21.62%
27.45%

Color #9EB991 in popluar number systems.

HEX9EB991
Decimal158185145
Binary100111101011100110010001
Octal236271221

Shades and tints

Shades of #9EB991

#9EB991
(158,185,145)
#90A984
(144,169,132)
#829977
(130,153,119)
#74896A
(116,137,106)
#66795D
(102,121,93)
#586950
(88,105,80)
#4A5943
(74,89,67)
#3C4936
(60,73,54)
#2E3929
(46,57,41)
#20291C
(32,41,28)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #9EB991

#9EB991
(158,185,145)
#A6BF9B
(166,191,155)
#AEC5A5
(174,197,165)
#B6CBAF
(182,203,175)
#BED1B9
(190,209,185)
#C6D7C3
(198,215,195)
#CEDDCD
(206,221,205)
#D6E3D7
(214,227,215)
#DEE9E1
(222,233,225)
#E6EFEB
(230,239,235)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB991; }

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

This text font color is #9EB991.


Background Color

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

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

This div background color is #9EB991.


Border color

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

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

This div border color is #9EB991.


Opacity

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

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

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

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

This text has shadow with #9EB991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB991 on black background.


Color preview on white background

This text has color #9EB991 on white background.



Black color preview on #9EB991 background

This text has black color on #9EB991 background.


White color preview on #9EB991 background

This text has white color on #9EB991 background.