COLOR #9EC5A1

HEX: #9EC5A1
RGB: (158,197,161)

Color info

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

RGB color model

#9EC5A1 color RGB value is (158,197,161).

  • red value is 158;
  • green value is 197;
  • blue value is 161.
RGB:
(158,197,161)
(62%,77%,63%)

RGB channels and saturation

R 158 of 255 = 62%
G 197 of 255 = 77%
B 161 of 255 = 63%

158
197
161

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

Portions of RGB colors in percentages

R + G + B =
158 + 197 + 161 = 516 (100%)
R 158 of 516 ~ 30.62%
G 197 of 516 ~ 38.18%
B 161 of 516 ~ 31.2%

%30.62
%38.18
%31.2

CMYK color model

#9EC5A1 color CMYK value is (20,0,18,23).

  • cyan value is 19.80%
  • magenta value is 0.00%
  • yellow value is 18.27%
  • key color value is 22.75%
CMYK:
(20,0,18,23)
C20M0Y18K23 
(20%,0%,18%,23%)
(0.20/0.00/0.18/0.23)	

CMYK percentages

%19.8
%0
%18.27
%22.75

Codes

Color #9EC5A1 in popluar color models

9EC5A1
RGB158197161
HSL125°25.16%69.61%
HSB/HSV125°19.80%77.25%
CMYK19.80%0.00%18.27%
22.75%

Color #9EC5A1 in popluar number systems.

HEX9EC5A1
Decimal158197161
Binary100111101100010110100001
Octal236305241

Shades and tints

Shades of #9EC5A1

#9EC5A1
(158,197,161)
#90B493
(144,180,147)
#82A385
(130,163,133)
#749277
(116,146,119)
#668169
(102,129,105)
#58705B
(88,112,91)
#4A5F4D
(74,95,77)
#3C4E3F
(60,78,63)
#2E3D31
(46,61,49)
#202C23
(32,44,35)
#121B15
(18,27,21)
#000000
(0,0,0)

Tints of #9EC5A1

#9EC5A1
(158,197,161)
#A6CAA9
(166,202,169)
#AECFB1
(174,207,177)
#B6D4B9
(182,212,185)
#BED9C1
(190,217,193)
#C6DEC9
(198,222,201)
#CEE3D1
(206,227,209)
#D6E8D9
(214,232,217)
#DEEDE1
(222,237,225)
#E6F2E9
(230,242,233)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC5A1 color. Also use rgb(158,197,161) instead hex code.

Text Font Color

.myTextColor { color: #9EC5A1; }

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

This text font color is #9EC5A1.


Background Color

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

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

This div background color is #9EC5A1.


Border color

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

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

This div border color is #9EC5A1.


Opacity

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

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

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

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

This text has shadow with #9EC5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC5A1 on black background.


Color preview on white background

This text has color #9EC5A1 on white background.



Black color preview on #9EC5A1 background

This text has black color on #9EC5A1 background.


White color preview on #9EC5A1 background

This text has white color on #9EC5A1 background.