COLOR #9EFFB8

HEX: #9EFFB8
RGB: (158,255,184)

Color info

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

RGB color model

#9EFFB8 color RGB value is (158,255,184).

  • red value is 158;
  • green value is 255;
  • blue value is 184.
RGB:
(158,255,184)
(62%,100%,72%)

RGB channels and saturation

R 158 of 255 = 62%
G 255 of 255 = 100%
B 184 of 255 = 72%

158
255
184

R + G + B ~ 78%. #9EFFB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 255 + 184 = 597 (100%)
R 158 of 597 ~ 26.47%
G 255 of 597 ~ 42.71%
B 184 of 597 ~ 30.82%

%26.47
%42.71
%30.82

CMYK color model

#9EFFB8 color CMYK value is (38,0,28,0).

  • cyan value is 38.04%
  • magenta value is 0.00%
  • yellow value is 27.84%
  • key color value is 0.00%
CMYK:
(38,0,28,0)
C38M0Y28K0 
(38%,0%,28%,0%)
(0.38/0.00/0.28/0.00)	

CMYK percentages

%38.04
%0
%27.84
%0

Codes

Color #9EFFB8 in popluar color models

9EFFB8
RGB158255184
HSL136°100.00%80.98%
HSB/HSV136°38.04%100.00%
CMYK38.04%0.00%27.84%
0.00%

Color #9EFFB8 in popluar number systems.

HEX9EFFB8
Decimal158255184
Binary100111101111111110111000
Octal236377270

Shades and tints

Shades of #9EFFB8

#9EFFB8
(158,255,184)
#90E8A8
(144,232,168)
#82D198
(130,209,152)
#74BA88
(116,186,136)
#66A378
(102,163,120)
#588C68
(88,140,104)
#4A7558
(74,117,88)
#3C5E48
(60,94,72)
#2E4738
(46,71,56)
#203028
(32,48,40)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #9EFFB8

#9EFFB8
(158,255,184)
#A6FFBE
(166,255,190)
#AEFFC4
(174,255,196)
#B6FFCA
(182,255,202)
#BEFFD0
(190,255,208)
#C6FFD6
(198,255,214)
#CEFFDC
(206,255,220)
#D6FFE2
(214,255,226)
#DEFFE8
(222,255,232)
#E6FFEE
(230,255,238)
#EEFFF4
(238,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EFFB8 color. Also use rgb(158,255,184) instead hex code.

Text Font Color

.myTextColor { color: #9EFFB8; }

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

This text font color is #9EFFB8.


Background Color

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

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

This div background color is #9EFFB8.


Border color

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

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

This div border color is #9EFFB8.


Opacity

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

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

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

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

This text has shadow with #9EFFB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EFFB8 on black background.


Color preview on white background

This text has color #9EFFB8 on white background.



Black color preview on #9EFFB8 background

This text has black color on #9EFFB8 background.


White color preview on #9EFFB8 background

This text has white color on #9EFFB8 background.