COLOR #9EE5BA

HEX: #9EE5BA
RGB: (158,229,186)

Color info

#9EE5BA contains mainly green and blue colors. Web safe color of #9EE5BA is #99CCCC (or #9CC).

RGB color model

#9EE5BA color RGB value is (158,229,186).

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

RGB channels and saturation

R 158 of 255 = 62%
G 229 of 255 = 90%
B 186 of 255 = 73%

158
229
186

R + G + B ~ 75%. #9EE5BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 229 + 186 = 573 (100%)
R 158 of 573 ~ 27.57%
G 229 of 573 ~ 39.97%
B 186 of 573 ~ 32.46%

%27.57
%39.97
%32.46

CMYK color model

#9EE5BA color CMYK value is (31,0,19,10).

  • cyan value is 31.00%
  • magenta value is 0.00%
  • yellow value is 18.78%
  • key color value is 10.20%
CMYK:
(31,0,19,10)
C31M0Y19K10 
(31%,0%,19%,10%)
(0.31/0.00/0.19/0.10)	

CMYK percentages

%31
%0
%18.78
%10.2

Codes

Color #9EE5BA in popluar color models

9EE5BA
RGB158229186
HSL144°57.72%75.88%
HSB/HSV144°31.00%89.80%
CMYK31.00%0.00%18.78%
10.20%

Color #9EE5BA in popluar number systems.

HEX9EE5BA
Decimal158229186
Binary100111101110010110111010
Octal236345272

Shades and tints

Shades of #9EE5BA

#9EE5BA
(158,229,186)
#90D1AA
(144,209,170)
#82BD9A
(130,189,154)
#74A98A
(116,169,138)
#66957A
(102,149,122)
#58816A
(88,129,106)
#4A6D5A
(74,109,90)
#3C594A
(60,89,74)
#2E453A
(46,69,58)
#20312A
(32,49,42)
#121D1A
(18,29,26)
#000000
(0,0,0)

Tints of #9EE5BA

#9EE5BA
(158,229,186)
#A6E7C0
(166,231,192)
#AEE9C6
(174,233,198)
#B6EBCC
(182,235,204)
#BEEDD2
(190,237,210)
#C6EFD8
(198,239,216)
#CEF1DE
(206,241,222)
#D6F3E4
(214,243,228)
#DEF5EA
(222,245,234)
#E6F7F0
(230,247,240)
#EEF9F6
(238,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EE5BA; }

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

This text font color is #9EE5BA.


Background Color

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

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

This div background color is #9EE5BA.


Border color

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

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

This div border color is #9EE5BA.


Opacity

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

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

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

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

This text has shadow with #9EE5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE5BA on black background.


Color preview on white background

This text has color #9EE5BA on white background.



Black color preview on #9EE5BA background

This text has black color on #9EE5BA background.


White color preview on #9EE5BA background

This text has white color on #9EE5BA background.