COLOR #9ED9BA

HEX: #9ED9BA
RGB: (158,217,186)

Color info

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

RGB color model

#9ED9BA color RGB value is (158,217,186).

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

RGB channels and saturation

R 158 of 255 = 62%
G 217 of 255 = 85%
B 186 of 255 = 73%

158
217
186

R + G + B ~ 73%. #9ED9BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 217 + 186 = 561 (100%)
R 158 of 561 ~ 28.16%
G 217 of 561 ~ 38.68%
B 186 of 561 ~ 33.16%

%28.16
%38.68
%33.16

CMYK color model

#9ED9BA color CMYK value is (27,0,14,15).

  • cyan value is 27.19%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 14.90%
CMYK:
(27,0,14,15)
C27M0Y14K15 
(27%,0%,14%,15%)
(0.27/0.00/0.14/0.15)	

CMYK percentages

%27.19
%0
%14.29
%14.9

Codes

Color #9ED9BA in popluar color models

9ED9BA
RGB158217186
HSL148°43.70%73.53%
HSB/HSV148°27.19%85.10%
CMYK27.19%0.00%14.29%
14.90%

Color #9ED9BA in popluar number systems.

HEX9ED9BA
Decimal158217186
Binary100111101101100110111010
Octal236331272

Shades and tints

Shades of #9ED9BA

#9ED9BA
(158,217,186)
#90C6AA
(144,198,170)
#82B39A
(130,179,154)
#74A08A
(116,160,138)
#668D7A
(102,141,122)
#587A6A
(88,122,106)
#4A675A
(74,103,90)
#3C544A
(60,84,74)
#2E413A
(46,65,58)
#202E2A
(32,46,42)
#121B1A
(18,27,26)
#000000
(0,0,0)

Tints of #9ED9BA

#9ED9BA
(158,217,186)
#A6DCC0
(166,220,192)
#AEDFC6
(174,223,198)
#B6E2CC
(182,226,204)
#BEE5D2
(190,229,210)
#C6E8D8
(198,232,216)
#CEEBDE
(206,235,222)
#D6EEE4
(214,238,228)
#DEF1EA
(222,241,234)
#E6F4F0
(230,244,240)
#EEF7F6
(238,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ED9BA; }

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

This text font color is #9ED9BA.


Background Color

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

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

This div background color is #9ED9BA.


Border color

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

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

This div border color is #9ED9BA.


Opacity

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

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

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

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

This text has shadow with #9ED9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED9BA on black background.


Color preview on white background

This text has color #9ED9BA on white background.



Black color preview on #9ED9BA background

This text has black color on #9ED9BA background.


White color preview on #9ED9BA background

This text has white color on #9ED9BA background.