COLOR #98D1E0

HEX: #98D1E0
RGB: (152,209,224)

Color info

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

RGB color model

#98D1E0 color RGB value is (152,209,224).

  • red value is 152;
  • green value is 209;
  • blue value is 224.
RGB:
(152,209,224)
(60%,82%,88%)

RGB channels and saturation

R 152 of 255 = 60%
G 209 of 255 = 82%
B 224 of 255 = 88%

152
209
224

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

Portions of RGB colors in percentages

R + G + B =
152 + 209 + 224 = 585 (100%)
R 152 of 585 ~ 25.98%
G 209 of 585 ~ 35.73%
B 224 of 585 ~ 38.29%

%25.98
%35.73
%38.29

CMYK color model

#98D1E0 color CMYK value is (32,7,0,12).

  • cyan value is 32.14%
  • magenta value is 6.70%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(32,7,0,12)
C32M7Y0K12 
(32%,7%,0%,12%)
(0.32/0.07/0.00/0.12)	

CMYK percentages

%32.14
%6.7
%0
%12.16

Codes

Color #98D1E0 in popluar color models

98D1E0
RGB152209224
HSL193°53.73%73.73%
HSB/HSV193°32.14%87.84%
CMYK32.14%6.70%0.00%
12.16%

Color #98D1E0 in popluar number systems.

HEX98D1E0
Decimal152209224
Binary100110001101000111100000
Octal230321340

Shades and tints

Shades of #98D1E0

#98D1E0
(152,209,224)
#8BBECC
(139,190,204)
#7EABB8
(126,171,184)
#7198A4
(113,152,164)
#648590
(100,133,144)
#57727C
(87,114,124)
#4A5F68
(74,95,104)
#3D4C54
(61,76,84)
#303940
(48,57,64)
#23262C
(35,38,44)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #98D1E0

#98D1E0
(152,209,224)
#A1D5E2
(161,213,226)
#AAD9E4
(170,217,228)
#B3DDE6
(179,221,230)
#BCE1E8
(188,225,232)
#C5E5EA
(197,229,234)
#CEE9EC
(206,233,236)
#D7EDEE
(215,237,238)
#E0F1F0
(224,241,240)
#E9F5F2
(233,245,242)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D1E0 color. Also use rgb(152,209,224) instead hex code.

Text Font Color

.myTextColor { color: #98D1E0; }

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

This text font color is #98D1E0.


Background Color

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

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

This div background color is #98D1E0.


Border color

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

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

This div border color is #98D1E0.


Opacity

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

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

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

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

This text has shadow with #98D1E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D1E0 on black background.


Color preview on white background

This text has color #98D1E0 on white background.



Black color preview on #98D1E0 background

This text has black color on #98D1E0 background.


White color preview on #98D1E0 background

This text has white color on #98D1E0 background.