COLOR #9EC1A3

HEX: #9EC1A3
RGB: (158,193,163)

Color info

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

RGB color model

#9EC1A3 color RGB value is (158,193,163).

  • red value is 158;
  • green value is 193;
  • blue value is 163.
RGB:
(158,193,163)
(62%,76%,64%)

RGB channels and saturation

R 158 of 255 = 62%
G 193 of 255 = 76%
B 163 of 255 = 64%

158
193
163

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

Portions of RGB colors in percentages

R + G + B =
158 + 193 + 163 = 514 (100%)
R 158 of 514 ~ 30.74%
G 193 of 514 ~ 37.55%
B 163 of 514 ~ 31.71%

%30.74
%37.55
%31.71

CMYK color model

#9EC1A3 color CMYK value is (18,0,16,24).

  • cyan value is 18.13%
  • magenta value is 0.00%
  • yellow value is 15.54%
  • key color value is 24.31%
CMYK:
(18,0,16,24)
C18M0Y16K24 
(18%,0%,16%,24%)
(0.18/0.00/0.16/0.24)	

CMYK percentages

%18.13
%0
%15.54
%24.31

Codes

Color #9EC1A3 in popluar color models

9EC1A3
RGB158193163
HSL129°22.01%68.82%
HSB/HSV129°18.13%75.69%
CMYK18.13%0.00%15.54%
24.31%

Color #9EC1A3 in popluar number systems.

HEX9EC1A3
Decimal158193163
Binary100111101100000110100011
Octal236301243

Shades and tints

Shades of #9EC1A3

#9EC1A3
(158,193,163)
#90B095
(144,176,149)
#829F87
(130,159,135)
#748E79
(116,142,121)
#667D6B
(102,125,107)
#586C5D
(88,108,93)
#4A5B4F
(74,91,79)
#3C4A41
(60,74,65)
#2E3933
(46,57,51)
#202825
(32,40,37)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #9EC1A3

#9EC1A3
(158,193,163)
#A6C6AB
(166,198,171)
#AECBB3
(174,203,179)
#B6D0BB
(182,208,187)
#BED5C3
(190,213,195)
#C6DACB
(198,218,203)
#CEDFD3
(206,223,211)
#D6E4DB
(214,228,219)
#DEE9E3
(222,233,227)
#E6EEEB
(230,238,235)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC1A3 color. Also use rgb(158,193,163) instead hex code.

Text Font Color

.myTextColor { color: #9EC1A3; }

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

This text font color is #9EC1A3.


Background Color

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

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

This div background color is #9EC1A3.


Border color

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

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

This div border color is #9EC1A3.


Opacity

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

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

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

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

This text has shadow with #9EC1A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC1A3 on black background.


Color preview on white background

This text has color #9EC1A3 on white background.



Black color preview on #9EC1A3 background

This text has black color on #9EC1A3 background.


White color preview on #9EC1A3 background

This text has white color on #9EC1A3 background.