COLOR #9EF1AB

HEX: #9EF1AB
RGB: (158,241,171)

Color info

#9EF1AB contains mainly green color. Web safe color of #9EF1AB is #99FF99 (or #9F9).

RGB color model

#9EF1AB color RGB value is (158,241,171).

  • red value is 158;
  • green value is 241;
  • blue value is 171.
RGB:
(158,241,171)
(62%,95%,67%)

RGB channels and saturation

R 158 of 255 = 62%
G 241 of 255 = 95%
B 171 of 255 = 67%

158
241
171

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

Portions of RGB colors in percentages

R + G + B =
158 + 241 + 171 = 570 (100%)
R 158 of 570 ~ 27.72%
G 241 of 570 ~ 42.28%
B 171 of 570 ~ 30%

%27.72
%42.28
%30

CMYK color model

#9EF1AB color CMYK value is (34,0,29,5).

  • cyan value is 34.44%
  • magenta value is 0.00%
  • yellow value is 29.05%
  • key color value is 5.49%
CMYK:
(34,0,29,5)
C34M0Y29K5 
(34%,0%,29%,5%)
(0.34/0.00/0.29/0.05)	

CMYK percentages

%34.44
%0
%29.05
%5.49

Codes

Color #9EF1AB in popluar color models

9EF1AB
RGB158241171
HSL129°74.77%78.24%
HSB/HSV129°34.44%94.51%
CMYK34.44%0.00%29.05%
5.49%

Color #9EF1AB in popluar number systems.

HEX9EF1AB
Decimal158241171
Binary100111101111000110101011
Octal236361253

Shades and tints

Shades of #9EF1AB

#9EF1AB
(158,241,171)
#90DC9C
(144,220,156)
#82C78D
(130,199,141)
#74B27E
(116,178,126)
#669D6F
(102,157,111)
#588860
(88,136,96)
#4A7351
(74,115,81)
#3C5E42
(60,94,66)
#2E4933
(46,73,51)
#203424
(32,52,36)
#121F15
(18,31,21)
#000000
(0,0,0)

Tints of #9EF1AB

#9EF1AB
(158,241,171)
#A6F2B2
(166,242,178)
#AEF3B9
(174,243,185)
#B6F4C0
(182,244,192)
#BEF5C7
(190,245,199)
#C6F6CE
(198,246,206)
#CEF7D5
(206,247,213)
#D6F8DC
(214,248,220)
#DEF9E3
(222,249,227)
#E6FAEA
(230,250,234)
#EEFBF1
(238,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EF1AB color. Also use rgb(158,241,171) instead hex code.

Text Font Color

.myTextColor { color: #9EF1AB; }

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

This text font color is #9EF1AB.


Background Color

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

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

This div background color is #9EF1AB.


Border color

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

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

This div border color is #9EF1AB.


Opacity

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

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

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

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

This text has shadow with #9EF1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EF1AB on black background.


Color preview on white background

This text has color #9EF1AB on white background.



Black color preview on #9EF1AB background

This text has black color on #9EF1AB background.


White color preview on #9EF1AB background

This text has white color on #9EF1AB background.