COLOR #98E6F1

HEX: #98E6F1 RGB: (152,230,241)

Color info

#98E6F1 contains mainly green and blue colors. Web safe color of #98E6F1 is #99CCFF (or #9CF).

RGB color model

#98E6F1 color RGB value is (152,230,241).

RGB: (152,230,241) (60%, 90%, 95%)

RGB channels and saturation

R 152 of 255 = 60%
G 230 of 255 = 90%
B 241 of 255 = 95%

152
230
241

R + G + B ~ 82%. #98E6F1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 230 + 241 = 623 (100%)
R 152 of 623 ~ 24.4%
G 230 of 623 ~ 36.92%
B 241 of 623 ~ 38.68'%

%24.4
%36.92
%38.68

CMYK color model

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

  • cyan value is 36.93%
  • magenta value is 4.56%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (37,5,0,5)
C37M5Y0K5 (37%, 5%, 0%, 5%)
(0.37 / 0.05 / 0.00 / 0.05)

CMYK percentages

%36.93
%4.56
%0
%5.49

Codes

Color #98E6F1 in popluar color models

98 E6 F1
RGB 152 230 241
HSL 187° 76.07% 77.06%
HSB/HSV 187° 36.93% 94.51%
CMYK 36.93% 4.56% 0.00%
5.49%

Color #98E6F1 in popluar number systems.

HEX 98 E6 F1
Decimal 152 230 241
Binary 10011000 11100110 11110001
Octal 230 346 361

Shades and tints

Shades of #98E6F1

#98E6F1
(152,230,241)
#8BD2DC
(139,210,220)
#7EBEC7
(126,190,199)
#71AAB2
(113,170,178)
#64969D
(100,150,157)
#578288
(87,130,136)
#4A6E73
(74,110,115)
#3D5A5E
(61,90,94)
#304649
(48,70,73)
#233234
(35,50,52)
#161E1F
(22,30,31)
#000000
(0,0,0)

Tints of #98E6F1

#98E6F1
(152,230,241)
#A1E8F2
(161,232,242)
#AAEAF3
(170,234,243)
#B3ECF4
(179,236,244)
#BCEEF5
(188,238,245)
#C5F0F6
(197,240,246)
#CEF2F7
(206,242,247)
#D7F4F8
(215,244,248)
#E0F6F9
(224,246,249)
#E9F8FA
(233,248,250)
#F2FAFB
(242,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98E6F1; }

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

This text font color is #98E6F1.

Background Color

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

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

This div background color is #98E6F1.

Border color

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

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

This div border color is #98E6F1.

Opacity

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

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

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

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

This text has shadow with #98E6F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98E6F1.

Preview

Color preview on black background

This text has color #98E6F1 on black background.


Color preview on white background

This text has color #98E6F1 on white background.


Black color preview on #98E6F1 background

This text has black color on #98E6F1 background.


White color preview on #98E6F1 background

This text has white color on #98E6F1 background.


Related colors

Complementary color

Complementary color for #hex is #67190E.


I love getcolorcode.com

Triadic colors

1 #F198E6 and #E6F198 with #98E6F1 are triadic colors.

2 #F1E698 and #E698F1 with #98E6F1 are triadic colors.