COLOR #98E8DB

HEX: #98E8DB
RGB: (152,232,219)

Color info

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

RGB color model

#98E8DB color RGB value is (152,232,219).

  • red value is 152;
  • green value is 232;
  • blue value is 219.
RGB:
(152,232,219)
(60%,91%,86%)

RGB channels and saturation

R 152 of 255 = 60%
G 232 of 255 = 91%
B 219 of 255 = 86%

152
232
219

R + G + B ~ 79%. #98E8DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 232 + 219 = 603 (100%)
R 152 of 603 ~ 25.21%
G 232 of 603 ~ 38.47%
B 219 of 603 ~ 36.32%

%25.21
%38.47
%36.32

CMYK color model

#98E8DB color CMYK value is (34,0,6,9).

  • cyan value is 34.48%
  • magenta value is 0.00%
  • yellow value is 5.60%
  • key color value is 9.02%
CMYK:
(34,0,6,9)
C34M0Y6K9 
(34%,0%,6%,9%)
(0.34/0.00/0.06/0.09)	

CMYK percentages

%34.48
%0
%5.6
%9.02

Codes

Color #98E8DB in popluar color models

98E8DB
RGB152232219
HSL170°63.49%75.29%
HSB/HSV170°34.48%90.98%
CMYK34.48%0.00%5.60%
9.02%

Color #98E8DB in popluar number systems.

HEX98E8DB
Decimal152232219
Binary100110001110100011011011
Octal230350333

Shades and tints

Shades of #98E8DB

#98E8DB
(152,232,219)
#8BD3C8
(139,211,200)
#7EBEB5
(126,190,181)
#71A9A2
(113,169,162)
#64948F
(100,148,143)
#577F7C
(87,127,124)
#4A6A69
(74,106,105)
#3D5556
(61,85,86)
#304043
(48,64,67)
#232B30
(35,43,48)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #98E8DB

#98E8DB
(152,232,219)
#A1EADE
(161,234,222)
#AAECE1
(170,236,225)
#B3EEE4
(179,238,228)
#BCF0E7
(188,240,231)
#C5F2EA
(197,242,234)
#CEF4ED
(206,244,237)
#D7F6F0
(215,246,240)
#E0F8F3
(224,248,243)
#E9FAF6
(233,250,246)
#F2FCF9
(242,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98E8DB color. Also use rgb(152,232,219) instead hex code.

Text Font Color

.myTextColor { color: #98E8DB; }

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

This text font color is #98E8DB.


Background Color

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

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

This div background color is #98E8DB.


Border color

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

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

This div border color is #98E8DB.


Opacity

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

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

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

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

This text has shadow with #98E8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98E8DB on black background.


Color preview on white background

This text has color #98E8DB on white background.



Black color preview on #98E8DB background

This text has black color on #98E8DB background.


White color preview on #98E8DB background

This text has white color on #98E8DB background.