COLOR #9EF2B5

HEX: #9EF2B5
RGB: (158,242,181)

Color info

#9EF2B5 contains mainly green color. Web safe color of #9EF2B5 is #99FFCC (or #9FC).

RGB color model

#9EF2B5 color RGB value is (158,242,181).

  • red value is 158;
  • green value is 242;
  • blue value is 181.
RGB:
(158,242,181)
(62%,95%,71%)

RGB channels and saturation

R 158 of 255 = 62%
G 242 of 255 = 95%
B 181 of 255 = 71%

158
242
181

R + G + B ~ 76%. #9EF2B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 242 + 181 = 581 (100%)
R 158 of 581 ~ 27.19%
G 242 of 581 ~ 41.65%
B 181 of 581 ~ 31.15%

%27.19
%41.65
%31.15

CMYK color model

#9EF2B5 color CMYK value is (35,0,25,5).

  • cyan value is 34.71%
  • magenta value is 0.00%
  • yellow value is 25.21%
  • key color value is 5.10%
CMYK:
(35,0,25,5)
C35M0Y25K5 
(35%,0%,25%,5%)
(0.35/0.00/0.25/0.05)	

CMYK percentages

%34.71
%0
%25.21
%5.1

Codes

Color #9EF2B5 in popluar color models

9EF2B5
RGB158242181
HSL136°76.36%78.43%
HSB/HSV136°34.71%94.90%
CMYK34.71%0.00%25.21%
5.10%

Color #9EF2B5 in popluar number systems.

HEX9EF2B5
Decimal158242181
Binary100111101111001010110101
Octal236362265

Shades and tints

Shades of #9EF2B5

#9EF2B5
(158,242,181)
#90DCA5
(144,220,165)
#82C695
(130,198,149)
#74B085
(116,176,133)
#669A75
(102,154,117)
#588465
(88,132,101)
#4A6E55
(74,110,85)
#3C5845
(60,88,69)
#2E4235
(46,66,53)
#202C25
(32,44,37)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #9EF2B5

#9EF2B5
(158,242,181)
#A6F3BB
(166,243,187)
#AEF4C1
(174,244,193)
#B6F5C7
(182,245,199)
#BEF6CD
(190,246,205)
#C6F7D3
(198,247,211)
#CEF8D9
(206,248,217)
#D6F9DF
(214,249,223)
#DEFAE5
(222,250,229)
#E6FBEB
(230,251,235)
#EEFCF1
(238,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EF2B5 color. Also use rgb(158,242,181) instead hex code.

Text Font Color

.myTextColor { color: #9EF2B5; }

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

This text font color is #9EF2B5.


Background Color

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

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

This div background color is #9EF2B5.


Border color

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

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

This div border color is #9EF2B5.


Opacity

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

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

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

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

This text has shadow with #9EF2B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EF2B5 on black background.


Color preview on white background

This text has color #9EF2B5 on white background.



Black color preview on #9EF2B5 background

This text has black color on #9EF2B5 background.


White color preview on #9EF2B5 background

This text has white color on #9EF2B5 background.