COLOR #9EFEF8

HEX: #9EFEF8
RGB: (158,254,248)

Color info

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

RGB color model

#9EFEF8 color RGB value is (158,254,248).

  • red value is 158;
  • green value is 254;
  • blue value is 248.
RGB:
(158,254,248)
(62%,100%,97%)

RGB channels and saturation

R 158 of 255 = 62%
G 254 of 255 = 100%
B 248 of 255 = 97%

158
254
248

R + G + B ~ 86%. #9EFEF8 is light color.

Portions of RGB colors in percentages

R + G + B =
158 + 254 + 248 = 660 (100%)
R 158 of 660 ~ 23.94%
G 254 of 660 ~ 38.48%
B 248 of 660 ~ 37.58%

%23.94
%38.48
%37.58

CMYK color model

#9EFEF8 color CMYK value is (38,0,2,0).

  • cyan value is 37.80%
  • magenta value is 0.00%
  • yellow value is 2.36%
  • key color value is 0.39%
CMYK:
(38,0,2,0)
C38M0Y2K0 
(38%,0%,2%,0%)
(0.38/0.00/0.02/0.00)	

CMYK percentages

%37.8
%0
%2.36
%0.39

Codes

Color #9EFEF8 in popluar color models

9EFEF8
RGB158254248
HSL176°97.96%80.78%
HSB/HSV176°37.80%99.61%
CMYK37.80%0.00%2.36%
0.39%

Color #9EFEF8 in popluar number systems.

HEX9EFEF8
Decimal158254248
Binary100111101111111011111000
Octal236376370

Shades and tints

Shades of #9EFEF8

#9EFEF8
(158,254,248)
#90E7E2
(144,231,226)
#82D0CC
(130,208,204)
#74B9B6
(116,185,182)
#66A2A0
(102,162,160)
#588B8A
(88,139,138)
#4A7474
(74,116,116)
#3C5D5E
(60,93,94)
#2E4648
(46,70,72)
#202F32
(32,47,50)
#12181C
(18,24,28)
#000000
(0,0,0)

Tints of #9EFEF8

#9EFEF8
(158,254,248)
#A6FEF8
(166,254,248)
#AEFEF8
(174,254,248)
#B6FEF8
(182,254,248)
#BEFEF8
(190,254,248)
#C6FEF8
(198,254,248)
#CEFEF8
(206,254,248)
#D6FEF8
(214,254,248)
#DEFEF8
(222,254,248)
#E6FEF8
(230,254,248)
#EEFEF8
(238,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EFEF8; }

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

This text font color is #9EFEF8.


Background Color

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

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

This div background color is #9EFEF8.


Border color

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

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

This div border color is #9EFEF8.


Opacity

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

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

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

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

This text has shadow with #9EFEF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EFEF8 on black background.


Color preview on white background

This text has color #9EFEF8 on white background.



Black color preview on #9EFEF8 background

This text has black color on #9EFEF8 background.


White color preview on #9EFEF8 background

This text has white color on #9EFEF8 background.