COLOR #9EF9CE

HEX: #9EF9CE
RGB: (158,249,206)

Color info

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

RGB color model

#9EF9CE color RGB value is (158,249,206).

  • red value is 158;
  • green value is 249;
  • blue value is 206.
RGB:
(158,249,206)
(62%,98%,81%)

RGB channels and saturation

R 158 of 255 = 62%
G 249 of 255 = 98%
B 206 of 255 = 81%

158
249
206

R + G + B ~ 80%. #9EF9CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 249 + 206 = 613 (100%)
R 158 of 613 ~ 25.77%
G 249 of 613 ~ 40.62%
B 206 of 613 ~ 33.61%

%25.77
%40.62
%33.61

CMYK color model

#9EF9CE color CMYK value is (37,0,17,2).

  • cyan value is 36.55%
  • magenta value is 0.00%
  • yellow value is 17.27%
  • key color value is 2.35%
CMYK:
(37,0,17,2)
C37M0Y17K2 
(37%,0%,17%,2%)
(0.37/0.00/0.17/0.02)	

CMYK percentages

%36.55
%0
%17.27
%2.35

Codes

Color #9EF9CE in popluar color models

9EF9CE
RGB158249206
HSL152°88.35%79.80%
HSB/HSV152°36.55%97.65%
CMYK36.55%0.00%17.27%
2.35%

Color #9EF9CE in popluar number systems.

HEX9EF9CE
Decimal158249206
Binary100111101111100111001110
Octal236371316

Shades and tints

Shades of #9EF9CE

#9EF9CE
(158,249,206)
#90E3BC
(144,227,188)
#82CDAA
(130,205,170)
#74B798
(116,183,152)
#66A186
(102,161,134)
#588B74
(88,139,116)
#4A7562
(74,117,98)
#3C5F50
(60,95,80)
#2E493E
(46,73,62)
#20332C
(32,51,44)
#121D1A
(18,29,26)
#000000
(0,0,0)

Tints of #9EF9CE

#9EF9CE
(158,249,206)
#A6F9D2
(166,249,210)
#AEF9D6
(174,249,214)
#B6F9DA
(182,249,218)
#BEF9DE
(190,249,222)
#C6F9E2
(198,249,226)
#CEF9E6
(206,249,230)
#D6F9EA
(214,249,234)
#DEF9EE
(222,249,238)
#E6F9F2
(230,249,242)
#EEF9F6
(238,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EF9CE color. Also use rgb(158,249,206) instead hex code.

Text Font Color

.myTextColor { color: #9EF9CE; }

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

This text font color is #9EF9CE.


Background Color

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

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

This div background color is #9EF9CE.


Border color

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

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

This div border color is #9EF9CE.


Opacity

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

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

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

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

This text has shadow with #9EF9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EF9CE on black background.


Color preview on white background

This text has color #9EF9CE on white background.



Black color preview on #9EF9CE background

This text has black color on #9EF9CE background.


White color preview on #9EF9CE background

This text has white color on #9EF9CE background.