COLOR #9EF5F4

HEX: #9EF5F4
RGB: (158,245,244)

Color info

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

RGB color model

#9EF5F4 color RGB value is (158,245,244).

  • red value is 158;
  • green value is 245;
  • blue value is 244.
RGB:
(158,245,244)
(62%,96%,96%)

RGB channels and saturation

R 158 of 255 = 62%
G 245 of 255 = 96%
B 244 of 255 = 96%

158
245
244

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

Portions of RGB colors in percentages

R + G + B =
158 + 245 + 244 = 647 (100%)
R 158 of 647 ~ 24.42%
G 245 of 647 ~ 37.87%
B 244 of 647 ~ 37.71%

%24.42
%37.87
%37.71

CMYK color model

#9EF5F4 color CMYK value is (36,0,0,4).

  • cyan value is 35.51%
  • magenta value is 0.00%
  • yellow value is 0.41%
  • key color value is 3.92%
CMYK:
(36,0,0,4)
C36M0Y0K4 
(36%,0%,0%,4%)
(0.36/0.00/0.00/0.04)	

CMYK percentages

%35.51
%0
%0.41
%3.92

Codes

Color #9EF5F4 in popluar color models

9EF5F4
RGB158245244
HSL179°81.31%79.02%
HSB/HSV179°35.51%96.08%
CMYK35.51%0.00%0.41%
3.92%

Color #9EF5F4 in popluar number systems.

HEX9EF5F4
Decimal158245244
Binary100111101111010111110100
Octal236365364

Shades and tints

Shades of #9EF5F4

#9EF5F4
(158,245,244)
#90DFDE
(144,223,222)
#82C9C8
(130,201,200)
#74B3B2
(116,179,178)
#669D9C
(102,157,156)
#588786
(88,135,134)
#4A7170
(74,113,112)
#3C5B5A
(60,91,90)
#2E4544
(46,69,68)
#202F2E
(32,47,46)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #9EF5F4

#9EF5F4
(158,245,244)
#A6F5F5
(166,245,245)
#AEF5F6
(174,245,246)
#B6F5F7
(182,245,247)
#BEF5F8
(190,245,248)
#C6F5F9
(198,245,249)
#CEF5FA
(206,245,250)
#D6F5FB
(214,245,251)
#DEF5FC
(222,245,252)
#E6F5FD
(230,245,253)
#EEF5FE
(238,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EF5F4; }

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

This text font color is #9EF5F4.


Background Color

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

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

This div background color is #9EF5F4.


Border color

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

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

This div border color is #9EF5F4.


Opacity

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

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

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

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

This text has shadow with #9EF5F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EF5F4 on black background.


Color preview on white background

This text has color #9EF5F4 on white background.



Black color preview on #9EF5F4 background

This text has black color on #9EF5F4 background.


White color preview on #9EF5F4 background

This text has white color on #9EF5F4 background.