COLOR #98F2EF

HEX: #98F2EF
RGB: (152,242,239)

Color info

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

RGB color model

#98F2EF color RGB value is (152,242,239).

  • red value is 152;
  • green value is 242;
  • blue value is 239.
RGB:
(152,242,239)
(60%,95%,94%)

RGB channels and saturation

R 152 of 255 = 60%
G 242 of 255 = 95%
B 239 of 255 = 94%

152
242
239

R + G + B ~ 83%. #98F2EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 242 + 239 = 633 (100%)
R 152 of 633 ~ 24.01%
G 242 of 633 ~ 38.23%
B 239 of 633 ~ 37.76%

%24.01
%38.23
%37.76

CMYK color model

#98F2EF color CMYK value is (37,0,1,5).

  • cyan value is 37.19%
  • magenta value is 0.00%
  • yellow value is 1.24%
  • key color value is 5.10%
CMYK:
(37,0,1,5)
C37M0Y1K5 
(37%,0%,1%,5%)
(0.37/0.00/0.01/0.05)	

CMYK percentages

%37.19
%0
%1.24
%5.1

Codes

Color #98F2EF in popluar color models

98F2EF
RGB152242239
HSL178°77.59%77.25%
HSB/HSV178°37.19%94.90%
CMYK37.19%0.00%1.24%
5.10%

Color #98F2EF in popluar number systems.

HEX98F2EF
Decimal152242239
Binary100110001111001011101111
Octal230362357

Shades and tints

Shades of #98F2EF

#98F2EF
(152,242,239)
#8BDCDA
(139,220,218)
#7EC6C5
(126,198,197)
#71B0B0
(113,176,176)
#649A9B
(100,154,155)
#578486
(87,132,134)
#4A6E71
(74,110,113)
#3D585C
(61,88,92)
#304247
(48,66,71)
#232C32
(35,44,50)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #98F2EF

#98F2EF
(152,242,239)
#A1F3F0
(161,243,240)
#AAF4F1
(170,244,241)
#B3F5F2
(179,245,242)
#BCF6F3
(188,246,243)
#C5F7F4
(197,247,244)
#CEF8F5
(206,248,245)
#D7F9F6
(215,249,246)
#E0FAF7
(224,250,247)
#E9FBF8
(233,251,248)
#F2FCF9
(242,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98F2EF color. Also use rgb(152,242,239) instead hex code.

Text Font Color

.myTextColor { color: #98F2EF; }

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

This text font color is #98F2EF.


Background Color

.myBgColor { background-color: #98F2EF; }

<div style="background-color:#98F2EF">Inner text</div>

This div background color is #98F2EF.


Border color

.myBorderColor { border: 1px solid #98F2EF; }

<div style="border:3px solid #98F2EF">Div</div>

This div border color is #98F2EF.


Opacity

.myOpacity80 { color: #98F2EF; opacity: 0.8; }

<p style="color:#98F2EF;opacity:0.8;">80%</p>

Text with #98F2EF 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 #98F2EF;}

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

This text has shadow with #98F2EF color.

.textShadow {text-shadow: 3px 3px 1px #98F2EF, 3px 3px 1px red;}

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

This text has shadow with #98F2EF primary color and red secondary color.


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

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

This text has shadow with #98F2EF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98F2EF on black background.


Color preview on white background

This text has color #98F2EF on white background.



Black color preview on #98F2EF background

This text has black color on #98F2EF background.


White color preview on #98F2EF background

This text has white color on #98F2EF background.