COLOR #9EF7D4

HEX: #9EF7D4
RGB: (158,247,212)

Color info

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

RGB color model

#9EF7D4 color RGB value is (158,247,212).

  • red value is 158;
  • green value is 247;
  • blue value is 212.
RGB:
(158,247,212)
(62%,97%,83%)

RGB channels and saturation

R 158 of 255 = 62%
G 247 of 255 = 97%
B 212 of 255 = 83%

158
247
212

R + G + B ~ 81%. #9EF7D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 247 + 212 = 617 (100%)
R 158 of 617 ~ 25.61%
G 247 of 617 ~ 40.03%
B 212 of 617 ~ 34.36%

%25.61
%40.03
%34.36

CMYK color model

#9EF7D4 color CMYK value is (36,0,14,3).

  • cyan value is 36.03%
  • magenta value is 0.00%
  • yellow value is 14.17%
  • key color value is 3.14%
CMYK:
(36,0,14,3)
C36M0Y14K3 
(36%,0%,14%,3%)
(0.36/0.00/0.14/0.03)	

CMYK percentages

%36.03
%0
%14.17
%3.14

Codes

Color #9EF7D4 in popluar color models

9EF7D4
RGB158247212
HSL156°84.76%79.41%
HSB/HSV156°36.03%96.86%
CMYK36.03%0.00%14.17%
3.14%

Color #9EF7D4 in popluar number systems.

HEX9EF7D4
Decimal158247212
Binary100111101111011111010100
Octal236367324

Shades and tints

Shades of #9EF7D4

#9EF7D4
(158,247,212)
#90E1C1
(144,225,193)
#82CBAE
(130,203,174)
#74B59B
(116,181,155)
#669F88
(102,159,136)
#588975
(88,137,117)
#4A7362
(74,115,98)
#3C5D4F
(60,93,79)
#2E473C
(46,71,60)
#203129
(32,49,41)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #9EF7D4

#9EF7D4
(158,247,212)
#A6F7D7
(166,247,215)
#AEF7DA
(174,247,218)
#B6F7DD
(182,247,221)
#BEF7E0
(190,247,224)
#C6F7E3
(198,247,227)
#CEF7E6
(206,247,230)
#D6F7E9
(214,247,233)
#DEF7EC
(222,247,236)
#E6F7EF
(230,247,239)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EF7D4 color. Also use rgb(158,247,212) instead hex code.

Text Font Color

.myTextColor { color: #9EF7D4; }

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

This text font color is #9EF7D4.


Background Color

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

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

This div background color is #9EF7D4.


Border color

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

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

This div border color is #9EF7D4.


Opacity

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

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

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

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

This text has shadow with #9EF7D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EF7D4 on black background.


Color preview on white background

This text has color #9EF7D4 on white background.



Black color preview on #9EF7D4 background

This text has black color on #9EF7D4 background.


White color preview on #9EF7D4 background

This text has white color on #9EF7D4 background.