COLOR #98D6E1

HEX: #98D6E1
RGB: (152,214,225)

Color info

#98D6E1 contains mainly green and blue colors. Web safe color of #98D6E1 is #99CCCC (or #9CC).

RGB color model

#98D6E1 color RGB value is (152,214,225).

  • red value is 152;
  • green value is 214;
  • blue value is 225.
RGB:
(152,214,225)
(60%,84%,88%)

RGB channels and saturation

R 152 of 255 = 60%
G 214 of 255 = 84%
B 225 of 255 = 88%

152
214
225

R + G + B ~ 77%. #98D6E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 214 + 225 = 591 (100%)
R 152 of 591 ~ 25.72%
G 214 of 591 ~ 36.21%
B 225 of 591 ~ 38.07%

%25.72
%36.21
%38.07

CMYK color model

#98D6E1 color CMYK value is (32,5,0,12).

  • cyan value is 32.44%
  • magenta value is 4.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(32,5,0,12)
C32M5Y0K12 
(32%,5%,0%,12%)
(0.32/0.05/0.00/0.12)	

CMYK percentages

%32.44
%4.89
%0
%11.76

Codes

Color #98D6E1 in popluar color models

98D6E1
RGB152214225
HSL189°54.89%73.92%
HSB/HSV189°32.44%88.24%
CMYK32.44%4.89%0.00%
11.76%

Color #98D6E1 in popluar number systems.

HEX98D6E1
Decimal152214225
Binary100110001101011011100001
Octal230326341

Shades and tints

Shades of #98D6E1

#98D6E1
(152,214,225)
#8BC3CD
(139,195,205)
#7EB0B9
(126,176,185)
#719DA5
(113,157,165)
#648A91
(100,138,145)
#57777D
(87,119,125)
#4A6469
(74,100,105)
#3D5155
(61,81,85)
#303E41
(48,62,65)
#232B2D
(35,43,45)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #98D6E1

#98D6E1
(152,214,225)
#A1D9E3
(161,217,227)
#AADCE5
(170,220,229)
#B3DFE7
(179,223,231)
#BCE2E9
(188,226,233)
#C5E5EB
(197,229,235)
#CEE8ED
(206,232,237)
#D7EBEF
(215,235,239)
#E0EEF1
(224,238,241)
#E9F1F3
(233,241,243)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D6E1 color. Also use rgb(152,214,225) instead hex code.

Text Font Color

.myTextColor { color: #98D6E1; }

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

This text font color is #98D6E1.


Background Color

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

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

This div background color is #98D6E1.


Border color

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

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

This div border color is #98D6E1.


Opacity

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

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

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

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

This text has shadow with #98D6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D6E1 on black background.


Color preview on white background

This text has color #98D6E1 on white background.



Black color preview on #98D6E1 background

This text has black color on #98D6E1 background.


White color preview on #98D6E1 background

This text has white color on #98D6E1 background.