COLOR #98E2ED

HEX: #98E2ED RGB: (152,226,237)

Color info

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

RGB color model

#98E2ED color RGB value is (152,226,237).

RGB: (152,226,237) (60%, 89%, 93%)

RGB channels and saturation

R 152 of 255 = 60%
G 226 of 255 = 89%
B 237 of 255 = 93%

152
226
237

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

Portions of RGB colors in percentages

R + G + B = 152 + 226 + 237 = 615 (100%)
R 152 of 615 ~ 24.72%
G 226 of 615 ~ 36.75%
B 237 of 615 ~ 38.54'%

%24.72
%36.75
%38.54

CMYK color model

#98E2ED color CMYK value is (36,5,0,7).

  • cyan value is 35.86%
  • magenta value is 4.64%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (36,5,0,7)
C36M5Y0K7 (36%, 5%, 0%, 7%)
(0.36 / 0.05 / 0.00 / 0.07)

CMYK percentages

%35.86
%4.64
%0
%7.06

Codes

Color #98E2ED in popluar color models

98 E2 ED
RGB 152 226 237
HSL 188° 70.25% 76.27%
HSB/HSV 188° 35.86% 92.94%
CMYK 35.86% 4.64% 0.00%
7.06%

Color #98E2ED in popluar number systems.

HEX 98 E2 ED
Decimal 152 226 237
Binary 10011000 11100010 11101101
Octal 230 342 355

Shades and tints

Shades of #98E2ED

#98E2ED
(152,226,237)
#8BCED8
(139,206,216)
#7EBAC3
(126,186,195)
#71A6AE
(113,166,174)
#649299
(100,146,153)
#577E84
(87,126,132)
#4A6A6F
(74,106,111)
#3D565A
(61,86,90)
#304245
(48,66,69)
#232E30
(35,46,48)
#161A1B
(22,26,27)
#000000
(0,0,0)

Tints of #98E2ED

#98E2ED
(152,226,237)
#A1E4EE
(161,228,238)
#AAE6EF
(170,230,239)
#B3E8F0
(179,232,240)
#BCEAF1
(188,234,241)
#C5ECF2
(197,236,242)
#CEEEF3
(206,238,243)
#D7F0F4
(215,240,244)
#E0F2F5
(224,242,245)
#E9F4F6
(233,244,246)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98E2ED color. Also use rgb(152,226,237) instead hex code.

Text Font Color

.myTextColor { color: #98E2ED; }

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

This text font color is #98E2ED.

Background Color

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

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

This div background color is #98E2ED.

Border color

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

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

This div border color is #98E2ED.

Opacity

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

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

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

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

This text has shadow with #98E2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98E2ED.

Preview

Color preview on black background

This text has color #98E2ED on black background.


Color preview on white background

This text has color #98E2ED on white background.


Black color preview on #98E2ED background

This text has black color on #98E2ED background.


White color preview on #98E2ED background

This text has white color on #98E2ED background.


Related colors

Complementary color

Complementary color for #hex is #671D12.


I love getcolorcode.com

Triadic colors

1 #ED98E2 and #E2ED98 with #98E2ED are triadic colors.

2 #EDE298 and #E298ED with #98E2ED are triadic colors.