COLOR #98F1E3

HEX: #98F1E3
RGB: (152,241,227)

Color info

#98F1E3 contains mainly green and blue colors. Web safe color of #98F1E3 is #99FFCC (or #9FC).

RGB color model

#98F1E3 color RGB value is (152,241,227).

  • red value is 152;
  • green value is 241;
  • blue value is 227.
RGB:
(152,241,227)
(60%,95%,89%)

RGB channels and saturation

R 152 of 255 = 60%
G 241 of 255 = 95%
B 227 of 255 = 89%

152
241
227

R + G + B ~ 81%. #98F1E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 241 + 227 = 620 (100%)
R 152 of 620 ~ 24.52%
G 241 of 620 ~ 38.87%
B 227 of 620 ~ 36.61%

%24.52
%38.87
%36.61

CMYK color model

#98F1E3 color CMYK value is (37,0,6,5).

  • cyan value is 36.93%
  • magenta value is 0.00%
  • yellow value is 5.81%
  • key color value is 5.49%
CMYK:
(37,0,6,5)
C37M0Y6K5 
(37%,0%,6%,5%)
(0.37/0.00/0.06/0.05)	

CMYK percentages

%36.93
%0
%5.81
%5.49

Codes

Color #98F1E3 in popluar color models

98F1E3
RGB152241227
HSL171°76.07%77.06%
HSB/HSV171°36.93%94.51%
CMYK36.93%0.00%5.81%
5.49%

Color #98F1E3 in popluar number systems.

HEX98F1E3
Decimal152241227
Binary100110001111000111100011
Octal230361343

Shades and tints

Shades of #98F1E3

#98F1E3
(152,241,227)
#8BDCCF
(139,220,207)
#7EC7BB
(126,199,187)
#71B2A7
(113,178,167)
#649D93
(100,157,147)
#57887F
(87,136,127)
#4A736B
(74,115,107)
#3D5E57
(61,94,87)
#304943
(48,73,67)
#23342F
(35,52,47)
#161F1B
(22,31,27)
#000000
(0,0,0)

Tints of #98F1E3

#98F1E3
(152,241,227)
#A1F2E5
(161,242,229)
#AAF3E7
(170,243,231)
#B3F4E9
(179,244,233)
#BCF5EB
(188,245,235)
#C5F6ED
(197,246,237)
#CEF7EF
(206,247,239)
#D7F8F1
(215,248,241)
#E0F9F3
(224,249,243)
#E9FAF5
(233,250,245)
#F2FBF7
(242,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98F1E3 color. Also use rgb(152,241,227) instead hex code.

Text Font Color

.myTextColor { color: #98F1E3; }

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

This text font color is #98F1E3.


Background Color

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

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

This div background color is #98F1E3.


Border color

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

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

This div border color is #98F1E3.


Opacity

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

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

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

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

This text has shadow with #98F1E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98F1E3 on black background.


Color preview on white background

This text has color #98F1E3 on white background.



Black color preview on #98F1E3 background

This text has black color on #98F1E3 background.


White color preview on #98F1E3 background

This text has white color on #98F1E3 background.