COLOR #9EF8F4

HEX: #9EF8F4 RGB: (158,248,244)

Color info

#9EF8F4 contains mainly green and blue colors. Web safe color of #9EF8F4 is #99FFFF (or #9FF).

RGB color model

#9EF8F4 color RGB value is (158,248,244).

RGB: (158,248,244) (62%, 97%, 96%)

RGB channels and saturation

R 158 of 255 = 62%
G 248 of 255 = 97%
B 244 of 255 = 96%

158
248
244

R + G + B ~ 85%. #9EF8F4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 248 + 244 = 650 (100%)
R 158 of 650 ~ 24.31%
G 248 of 650 ~ 38.15%
B 244 of 650 ~ 37.54'%

%24.31
%38.15
%37.54

CMYK color model

#9EF8F4 color CMYK value is (36,0,2,3).

  • cyan value is 36.29%
  • magenta value is 0.00%
  • yellow value is 1.61%
  • key color value is 2.75%

CMYK: (36,0,2,3)
C36M0Y2K3 (36%, 0%, 2%, 3%)
(0.36 / 0.00 / 0.02 / 0.03)

CMYK percentages

%36.29
%0
%1.61
%2.75

Codes

Color #9EF8F4 in popluar color models

9E F8 F4
RGB 158 248 244
HSL 177° 86.54% 79.61%
HSB/HSV 177° 36.29% 97.25%
CMYK 36.29% 0.00% 1.61%
2.75%

Color #9EF8F4 in popluar number systems.

HEX 9E F8 F4
Decimal 158 248 244
Binary 10011110 11111000 11110100
Octal 236 370 364

Shades and tints

Shades of #9EF8F4

#9EF8F4
(158,248,244)
#90E2DE
(144,226,222)
#82CCC8
(130,204,200)
#74B6B2
(116,182,178)
#66A09C
(102,160,156)
#588A86
(88,138,134)
#4A7470
(74,116,112)
#3C5E5A
(60,94,90)
#2E4844
(46,72,68)
#20322E
(32,50,46)
#121C18
(18,28,24)
#000000
(0,0,0)

Tints of #9EF8F4

#9EF8F4
(158,248,244)
#A6F8F5
(166,248,245)
#AEF8F6
(174,248,246)
#B6F8F7
(182,248,247)
#BEF8F8
(190,248,248)
#C6F8F9
(198,248,249)
#CEF8FA
(206,248,250)
#D6F8FB
(214,248,251)
#DEF8FC
(222,248,252)
#E6F8FD
(230,248,253)
#EEF8FE
(238,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EF8F4; }

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

This text font color is #9EF8F4.

Background Color

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

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

This div background color is #9EF8F4.

Border color

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

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

This div border color is #9EF8F4.

Opacity

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

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

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

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

This text has shadow with #9EF8F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EF8F4.

Preview

Color preview on black background

This text has color #9EF8F4 on black background.


Color preview on white background

This text has color #9EF8F4 on white background.


Black color preview on #9EF8F4 background

This text has black color on #9EF8F4 background.


White color preview on #9EF8F4 background

This text has white color on #9EF8F4 background.


Related colors

Complementary color

Complementary color for #hex is #61070B.


I love getcolorcode.com

Triadic colors

1 #F49EF8 and #F8F49E with #9EF8F4 are triadic colors.

2 #F4F89E and #F89EF4 with #9EF8F4 are triadic colors.