COLOR #9EFAF0

HEX: #9EFAF0
RGB: (158,250,240)

Color info

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

RGB color model

#9EFAF0 color RGB value is (158,250,240).

  • red value is 158;
  • green value is 250;
  • blue value is 240.
RGB:
(158,250,240)
(62%,98%,94%)

RGB channels and saturation

R 158 of 255 = 62%
G 250 of 255 = 98%
B 240 of 255 = 94%

158
250
240

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

Portions of RGB colors in percentages

R + G + B =
158 + 250 + 240 = 648 (100%)
R 158 of 648 ~ 24.38%
G 250 of 648 ~ 38.58%
B 240 of 648 ~ 37.04%

%24.38
%38.58
%37.04

CMYK color model

#9EFAF0 color CMYK value is (37,0,4,2).

  • cyan value is 36.80%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 1.96%
CMYK:
(37,0,4,2)
C37M0Y4K2 
(37%,0%,4%,2%)
(0.37/0.00/0.04/0.02)	

CMYK percentages

%36.8
%0
%4
%1.96

Codes

Color #9EFAF0 in popluar color models

9EFAF0
RGB158250240
HSL173°90.20%80.00%
HSB/HSV173°36.80%98.04%
CMYK36.80%0.00%4.00%
1.96%

Color #9EFAF0 in popluar number systems.

HEX9EFAF0
Decimal158250240
Binary100111101111101011110000
Octal236372360

Shades and tints

Shades of #9EFAF0

#9EFAF0
(158,250,240)
#90E4DB
(144,228,219)
#82CEC6
(130,206,198)
#74B8B1
(116,184,177)
#66A29C
(102,162,156)
#588C87
(88,140,135)
#4A7672
(74,118,114)
#3C605D
(60,96,93)
#2E4A48
(46,74,72)
#203433
(32,52,51)
#121E1E
(18,30,30)
#000000
(0,0,0)

Tints of #9EFAF0

#9EFAF0
(158,250,240)
#A6FAF1
(166,250,241)
#AEFAF2
(174,250,242)
#B6FAF3
(182,250,243)
#BEFAF4
(190,250,244)
#C6FAF5
(198,250,245)
#CEFAF6
(206,250,246)
#D6FAF7
(214,250,247)
#DEFAF8
(222,250,248)
#E6FAF9
(230,250,249)
#EEFAFA
(238,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EFAF0 color. Also use rgb(158,250,240) instead hex code.

Text Font Color

.myTextColor { color: #9EFAF0; }

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

This text font color is #9EFAF0.


Background Color

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

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

This div background color is #9EFAF0.


Border color

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

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

This div border color is #9EFAF0.


Opacity

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

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

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

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

This text has shadow with #9EFAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EFAF0 on black background.


Color preview on white background

This text has color #9EFAF0 on white background.



Black color preview on #9EFAF0 background

This text has black color on #9EFAF0 background.


White color preview on #9EFAF0 background

This text has white color on #9EFAF0 background.