COLOR #9EF9C7

HEX: #9EF9C7
RGB: (158,249,199)

Color info

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

RGB color model

#9EF9C7 color RGB value is (158,249,199).

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

RGB channels and saturation

R 158 of 255 = 62%
G 249 of 255 = 98%
B 199 of 255 = 78%

158
249
199

R + G + B ~ 79%. #9EF9C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 249 + 199 = 606 (100%)
R 158 of 606 ~ 26.07%
G 249 of 606 ~ 41.09%
B 199 of 606 ~ 32.84%

%26.07
%41.09
%32.84

CMYK color model

#9EF9C7 color CMYK value is (37,0,20,2).

  • cyan value is 36.55%
  • magenta value is 0.00%
  • yellow value is 20.08%
  • key color value is 2.35%
CMYK:
(37,0,20,2)
C37M0Y20K2 
(37%,0%,20%,2%)
(0.37/0.00/0.20/0.02)	

CMYK percentages

%36.55
%0
%20.08
%2.35

Codes

Color #9EF9C7 in popluar color models

9EF9C7
RGB158249199
HSL147°88.35%79.80%
HSB/HSV147°36.55%97.65%
CMYK36.55%0.00%20.08%
2.35%

Color #9EF9C7 in popluar number systems.

HEX9EF9C7
Decimal158249199
Binary100111101111100111000111
Octal236371307

Shades and tints

Shades of #9EF9C7

#9EF9C7
(158,249,199)
#90E3B5
(144,227,181)
#82CDA3
(130,205,163)
#74B791
(116,183,145)
#66A17F
(102,161,127)
#588B6D
(88,139,109)
#4A755B
(74,117,91)
#3C5F49
(60,95,73)
#2E4937
(46,73,55)
#203325
(32,51,37)
#121D13
(18,29,19)
#000000
(0,0,0)

Tints of #9EF9C7

#9EF9C7
(158,249,199)
#A6F9CC
(166,249,204)
#AEF9D1
(174,249,209)
#B6F9D6
(182,249,214)
#BEF9DB
(190,249,219)
#C6F9E0
(198,249,224)
#CEF9E5
(206,249,229)
#D6F9EA
(214,249,234)
#DEF9EF
(222,249,239)
#E6F9F4
(230,249,244)
#EEF9F9
(238,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EF9C7; }

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

This text font color is #9EF9C7.


Background Color

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

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

This div background color is #9EF9C7.


Border color

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

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

This div border color is #9EF9C7.


Opacity

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

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

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

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

This text has shadow with #9EF9C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EF9C7 on black background.


Color preview on white background

This text has color #9EF9C7 on white background.



Black color preview on #9EF9C7 background

This text has black color on #9EF9C7 background.


White color preview on #9EF9C7 background

This text has white color on #9EF9C7 background.