COLOR #9EC9BA

HEX: #9EC9BA
RGB: (158,201,186)

Color info

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

RGB color model

#9EC9BA color RGB value is (158,201,186).

  • red value is 158;
  • green value is 201;
  • blue value is 186.
RGB:
(158,201,186)
(62%,79%,73%)

RGB channels and saturation

R 158 of 255 = 62%
G 201 of 255 = 79%
B 186 of 255 = 73%

158
201
186

R + G + B ~ 71%. #9EC9BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 201 + 186 = 545 (100%)
R 158 of 545 ~ 28.99%
G 201 of 545 ~ 36.88%
B 186 of 545 ~ 34.13%

%28.99
%36.88
%34.13

CMYK color model

#9EC9BA color CMYK value is (21,0,7,21).

  • cyan value is 21.39%
  • magenta value is 0.00%
  • yellow value is 7.46%
  • key color value is 21.18%
CMYK:
(21,0,7,21)
C21M0Y7K21 
(21%,0%,7%,21%)
(0.21/0.00/0.07/0.21)	

CMYK percentages

%21.39
%0
%7.46
%21.18

Codes

Color #9EC9BA in popluar color models

9EC9BA
RGB158201186
HSL159°28.48%70.39%
HSB/HSV159°21.39%78.82%
CMYK21.39%0.00%7.46%
21.18%

Color #9EC9BA in popluar number systems.

HEX9EC9BA
Decimal158201186
Binary100111101100100110111010
Octal236311272

Shades and tints

Shades of #9EC9BA

#9EC9BA
(158,201,186)
#90B7AA
(144,183,170)
#82A59A
(130,165,154)
#74938A
(116,147,138)
#66817A
(102,129,122)
#586F6A
(88,111,106)
#4A5D5A
(74,93,90)
#3C4B4A
(60,75,74)
#2E393A
(46,57,58)
#20272A
(32,39,42)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #9EC9BA

#9EC9BA
(158,201,186)
#A6CDC0
(166,205,192)
#AED1C6
(174,209,198)
#B6D5CC
(182,213,204)
#BED9D2
(190,217,210)
#C6DDD8
(198,221,216)
#CEE1DE
(206,225,222)
#D6E5E4
(214,229,228)
#DEE9EA
(222,233,234)
#E6EDF0
(230,237,240)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC9BA color. Also use rgb(158,201,186) instead hex code.

Text Font Color

.myTextColor { color: #9EC9BA; }

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

This text font color is #9EC9BA.


Background Color

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

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

This div background color is #9EC9BA.


Border color

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

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

This div border color is #9EC9BA.


Opacity

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

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

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

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

This text has shadow with #9EC9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC9BA on black background.


Color preview on white background

This text has color #9EC9BA on white background.



Black color preview on #9EC9BA background

This text has black color on #9EC9BA background.


White color preview on #9EC9BA background

This text has white color on #9EC9BA background.