COLOR #9EFBBF

HEX: #9EFBBF
RGB: (158,251,191)

Color info

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

RGB color model

#9EFBBF color RGB value is (158,251,191).

  • red value is 158;
  • green value is 251;
  • blue value is 191.
RGB:
(158,251,191)
(62%,98%,75%)

RGB channels and saturation

R 158 of 255 = 62%
G 251 of 255 = 98%
B 191 of 255 = 75%

158
251
191

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

Portions of RGB colors in percentages

R + G + B =
158 + 251 + 191 = 600 (100%)
R 158 of 600 ~ 26.33%
G 251 of 600 ~ 41.83%
B 191 of 600 ~ 31.83%

%26.33
%41.83
%31.83

CMYK color model

#9EFBBF color CMYK value is (37,0,24,2).

  • cyan value is 37.05%
  • magenta value is 0.00%
  • yellow value is 23.90%
  • key color value is 1.57%
CMYK:
(37,0,24,2)
C37M0Y24K2 
(37%,0%,24%,2%)
(0.37/0.00/0.24/0.02)	

CMYK percentages

%37.05
%0
%23.9
%1.57

Codes

Color #9EFBBF in popluar color models

9EFBBF
RGB158251191
HSL141°92.08%80.20%
HSB/HSV141°37.05%98.43%
CMYK37.05%0.00%23.90%
1.57%

Color #9EFBBF in popluar number systems.

HEX9EFBBF
Decimal158251191
Binary100111101111101110111111
Octal236373277

Shades and tints

Shades of #9EFBBF

#9EFBBF
(158,251,191)
#90E5AE
(144,229,174)
#82CF9D
(130,207,157)
#74B98C
(116,185,140)
#66A37B
(102,163,123)
#588D6A
(88,141,106)
#4A7759
(74,119,89)
#3C6148
(60,97,72)
#2E4B37
(46,75,55)
#203526
(32,53,38)
#121F15
(18,31,21)
#000000
(0,0,0)

Tints of #9EFBBF

#9EFBBF
(158,251,191)
#A6FBC4
(166,251,196)
#AEFBC9
(174,251,201)
#B6FBCE
(182,251,206)
#BEFBD3
(190,251,211)
#C6FBD8
(198,251,216)
#CEFBDD
(206,251,221)
#D6FBE2
(214,251,226)
#DEFBE7
(222,251,231)
#E6FBEC
(230,251,236)
#EEFBF1
(238,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EFBBF color. Also use rgb(158,251,191) instead hex code.

Text Font Color

.myTextColor { color: #9EFBBF; }

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

This text font color is #9EFBBF.


Background Color

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

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

This div background color is #9EFBBF.


Border color

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

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

This div border color is #9EFBBF.


Opacity

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

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

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

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

This text has shadow with #9EFBBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EFBBF on black background.


Color preview on white background

This text has color #9EFBBF on white background.



Black color preview on #9EFBBF background

This text has black color on #9EFBBF background.


White color preview on #9EFBBF background

This text has white color on #9EFBBF background.