COLOR #9EFBE6

HEX: #9EFBE6
RGB: (158,251,230)

Color info

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

RGB color model

#9EFBE6 color RGB value is (158,251,230).

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

RGB channels and saturation

R 158 of 255 = 62%
G 251 of 255 = 98%
B 230 of 255 = 90%

158
251
230

R + G + B ~ 83%. #9EFBE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 251 + 230 = 639 (100%)
R 158 of 639 ~ 24.73%
G 251 of 639 ~ 39.28%
B 230 of 639 ~ 35.99%

%24.73
%39.28
%35.99

CMYK color model

#9EFBE6 color CMYK value is (37,0,8,2).

  • cyan value is 37.05%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 1.57%
CMYK:
(37,0,8,2)
C37M0Y8K2 
(37%,0%,8%,2%)
(0.37/0.00/0.08/0.02)	

CMYK percentages

%37.05
%0
%8.37
%1.57

Codes

Color #9EFBE6 in popluar color models

9EFBE6
RGB158251230
HSL166°92.08%80.20%
HSB/HSV166°37.05%98.43%
CMYK37.05%0.00%8.37%
1.57%

Color #9EFBE6 in popluar number systems.

HEX9EFBE6
Decimal158251230
Binary100111101111101111100110
Octal236373346

Shades and tints

Shades of #9EFBE6

#9EFBE6
(158,251,230)
#90E5D2
(144,229,210)
#82CFBE
(130,207,190)
#74B9AA
(116,185,170)
#66A396
(102,163,150)
#588D82
(88,141,130)
#4A776E
(74,119,110)
#3C615A
(60,97,90)
#2E4B46
(46,75,70)
#203532
(32,53,50)
#121F1E
(18,31,30)
#000000
(0,0,0)

Tints of #9EFBE6

#9EFBE6
(158,251,230)
#A6FBE8
(166,251,232)
#AEFBEA
(174,251,234)
#B6FBEC
(182,251,236)
#BEFBEE
(190,251,238)
#C6FBF0
(198,251,240)
#CEFBF2
(206,251,242)
#D6FBF4
(214,251,244)
#DEFBF6
(222,251,246)
#E6FBF8
(230,251,248)
#EEFBFA
(238,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EFBE6; }

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

This text font color is #9EFBE6.


Background Color

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

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

This div background color is #9EFBE6.


Border color

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

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

This div border color is #9EFBE6.


Opacity

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

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

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

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

This text has shadow with #9EFBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EFBE6 on black background.


Color preview on white background

This text has color #9EFBE6 on white background.



Black color preview on #9EFBE6 background

This text has black color on #9EFBE6 background.


White color preview on #9EFBE6 background

This text has white color on #9EFBE6 background.