COLOR #9EF4BB

HEX: #9EF4BB
RGB: (158,244,187)

Color info

#9EF4BB contains mainly green and blue colors. Web safe color of #9EF4BB is #99FFCC (or #9FC).

RGB color model

#9EF4BB color RGB value is (158,244,187).

  • red value is 158;
  • green value is 244;
  • blue value is 187.
RGB:
(158,244,187)
(62%,96%,73%)

RGB channels and saturation

R 158 of 255 = 62%
G 244 of 255 = 96%
B 187 of 255 = 73%

158
244
187

R + G + B ~ 77%. #9EF4BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 244 + 187 = 589 (100%)
R 158 of 589 ~ 26.83%
G 244 of 589 ~ 41.43%
B 187 of 589 ~ 31.75%

%26.83
%41.43
%31.75

CMYK color model

#9EF4BB color CMYK value is (35,0,23,4).

  • cyan value is 35.25%
  • magenta value is 0.00%
  • yellow value is 23.36%
  • key color value is 4.31%
CMYK:
(35,0,23,4)
C35M0Y23K4 
(35%,0%,23%,4%)
(0.35/0.00/0.23/0.04)	

CMYK percentages

%35.25
%0
%23.36
%4.31

Codes

Color #9EF4BB in popluar color models

9EF4BB
RGB158244187
HSL140°79.63%78.82%
HSB/HSV140°35.25%95.69%
CMYK35.25%0.00%23.36%
4.31%

Color #9EF4BB in popluar number systems.

HEX9EF4BB
Decimal158244187
Binary100111101111010010111011
Octal236364273

Shades and tints

Shades of #9EF4BB

#9EF4BB
(158,244,187)
#90DEAA
(144,222,170)
#82C899
(130,200,153)
#74B288
(116,178,136)
#669C77
(102,156,119)
#588666
(88,134,102)
#4A7055
(74,112,85)
#3C5A44
(60,90,68)
#2E4433
(46,68,51)
#202E22
(32,46,34)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #9EF4BB

#9EF4BB
(158,244,187)
#A6F5C1
(166,245,193)
#AEF6C7
(174,246,199)
#B6F7CD
(182,247,205)
#BEF8D3
(190,248,211)
#C6F9D9
(198,249,217)
#CEFADF
(206,250,223)
#D6FBE5
(214,251,229)
#DEFCEB
(222,252,235)
#E6FDF1
(230,253,241)
#EEFEF7
(238,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EF4BB color. Also use rgb(158,244,187) instead hex code.

Text Font Color

.myTextColor { color: #9EF4BB; }

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

This text font color is #9EF4BB.


Background Color

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

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

This div background color is #9EF4BB.


Border color

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

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

This div border color is #9EF4BB.


Opacity

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

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

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

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

This text has shadow with #9EF4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EF4BB on black background.


Color preview on white background

This text has color #9EF4BB on white background.



Black color preview on #9EF4BB background

This text has black color on #9EF4BB background.


White color preview on #9EF4BB background

This text has white color on #9EF4BB background.