COLOR #98E6D8

HEX: #98E6D8
RGB: (152,230,216)

Color info

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

RGB color model

#98E6D8 color RGB value is (152,230,216).

  • red value is 152;
  • green value is 230;
  • blue value is 216.
RGB:
(152,230,216)
(60%,90%,85%)

RGB channels and saturation

R 152 of 255 = 60%
G 230 of 255 = 90%
B 216 of 255 = 85%

152
230
216

R + G + B ~ 78%. #98E6D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 230 + 216 = 598 (100%)
R 152 of 598 ~ 25.42%
G 230 of 598 ~ 38.46%
B 216 of 598 ~ 36.12%

%25.42
%38.46
%36.12

CMYK color model

#98E6D8 color CMYK value is (34,0,6,10).

  • cyan value is 33.91%
  • magenta value is 0.00%
  • yellow value is 6.09%
  • key color value is 9.80%
CMYK:
(34,0,6,10)
C34M0Y6K10 
(34%,0%,6%,10%)
(0.34/0.00/0.06/0.10)	

CMYK percentages

%33.91
%0
%6.09
%9.8

Codes

Color #98E6D8 in popluar color models

98E6D8
RGB152230216
HSL169°60.94%74.90%
HSB/HSV169°33.91%90.20%
CMYK33.91%0.00%6.09%
9.80%

Color #98E6D8 in popluar number systems.

HEX98E6D8
Decimal152230216
Binary100110001110011011011000
Octal230346330

Shades and tints

Shades of #98E6D8

#98E6D8
(152,230,216)
#8BD2C5
(139,210,197)
#7EBEB2
(126,190,178)
#71AA9F
(113,170,159)
#64968C
(100,150,140)
#578279
(87,130,121)
#4A6E66
(74,110,102)
#3D5A53
(61,90,83)
#304640
(48,70,64)
#23322D
(35,50,45)
#161E1A
(22,30,26)
#000000
(0,0,0)

Tints of #98E6D8

#98E6D8
(152,230,216)
#A1E8DB
(161,232,219)
#AAEADE
(170,234,222)
#B3ECE1
(179,236,225)
#BCEEE4
(188,238,228)
#C5F0E7
(197,240,231)
#CEF2EA
(206,242,234)
#D7F4ED
(215,244,237)
#E0F6F0
(224,246,240)
#E9F8F3
(233,248,243)
#F2FAF6
(242,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98E6D8; }

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

This text font color is #98E6D8.


Background Color

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

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

This div background color is #98E6D8.


Border color

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

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

This div border color is #98E6D8.


Opacity

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

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

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

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

This text has shadow with #98E6D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98E6D8 on black background.


Color preview on white background

This text has color #98E6D8 on white background.



Black color preview on #98E6D8 background

This text has black color on #98E6D8 background.


White color preview on #98E6D8 background

This text has white color on #98E6D8 background.