COLOR #9EC49C

HEX: #9EC49C
RGB: (158,196,156)

Color info

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

RGB color model

#9EC49C color RGB value is (158,196,156).

  • red value is 158;
  • green value is 196;
  • blue value is 156.
RGB:
(158,196,156)
(62%,77%,61%)

RGB channels and saturation

R 158 of 255 = 62%
G 196 of 255 = 77%
B 156 of 255 = 61%

158
196
156

R + G + B ~ 67%. #9EC49C is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 196 + 156 = 510 (100%)
R 158 of 510 ~ 30.98%
G 196 of 510 ~ 38.43%
B 156 of 510 ~ 30.59%

%30.98
%38.43
%30.59

CMYK color model

#9EC49C color CMYK value is (19,0,20,23).

  • cyan value is 19.39%
  • magenta value is 0.00%
  • yellow value is 20.41%
  • key color value is 23.14%
CMYK:
(19,0,20,23)
C19M0Y20K23 
(19%,0%,20%,23%)
(0.19/0.00/0.20/0.23)	

CMYK percentages

%19.39
%0
%20.41
%23.14

Codes

Color #9EC49C in popluar color models

9EC49C
RGB158196156
HSL117°25.32%69.02%
HSB/HSV117°20.41%76.86%
CMYK19.39%0.00%20.41%
23.14%

Color #9EC49C in popluar number systems.

HEX9EC49C
Decimal158196156
Binary100111101100010010011100
Octal236304234

Shades and tints

Shades of #9EC49C

#9EC49C
(158,196,156)
#90B38E
(144,179,142)
#82A280
(130,162,128)
#749172
(116,145,114)
#668064
(102,128,100)
#586F56
(88,111,86)
#4A5E48
(74,94,72)
#3C4D3A
(60,77,58)
#2E3C2C
(46,60,44)
#202B1E
(32,43,30)
#121A10
(18,26,16)
#000000
(0,0,0)

Tints of #9EC49C

#9EC49C
(158,196,156)
#A6C9A5
(166,201,165)
#AECEAE
(174,206,174)
#B6D3B7
(182,211,183)
#BED8C0
(190,216,192)
#C6DDC9
(198,221,201)
#CEE2D2
(206,226,210)
#D6E7DB
(214,231,219)
#DEECE4
(222,236,228)
#E6F1ED
(230,241,237)
#EEF6F6
(238,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC49C color. Also use rgb(158,196,156) instead hex code.

Text Font Color

.myTextColor { color: #9EC49C; }

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

This text font color is #9EC49C.


Background Color

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

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

This div background color is #9EC49C.


Border color

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

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

This div border color is #9EC49C.


Opacity

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

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

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

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

This text has shadow with #9EC49C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC49C on black background.


Color preview on white background

This text has color #9EC49C on white background.



Black color preview on #9EC49C background

This text has black color on #9EC49C background.


White color preview on #9EC49C background

This text has white color on #9EC49C background.