COLOR #98D8D9

HEX: #98D8D9
RGB: (152,216,217)

Color info

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

RGB color model

#98D8D9 color RGB value is (152,216,217).

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

RGB channels and saturation

R 152 of 255 = 60%
G 216 of 255 = 85%
B 217 of 255 = 85%

152
216
217

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

Portions of RGB colors in percentages

R + G + B =
152 + 216 + 217 = 585 (100%)
R 152 of 585 ~ 25.98%
G 216 of 585 ~ 36.92%
B 217 of 585 ~ 37.09%

%25.98
%36.92
%37.09

CMYK color model

#98D8D9 color CMYK value is (30,0,0,15).

  • cyan value is 29.95%
  • magenta value is 0.46%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(30,0,0,15)
C30M0Y0K15 
(30%,0%,0%,15%)
(0.30/0.00/0.00/0.15)	

CMYK percentages

%29.95
%0.46
%0
%14.9

Codes

Color #98D8D9 in popluar color models

98D8D9
RGB152216217
HSL181°46.10%72.35%
HSB/HSV181°29.95%85.10%
CMYK29.95%0.46%0.00%
14.90%

Color #98D8D9 in popluar number systems.

HEX98D8D9
Decimal152216217
Binary100110001101100011011001
Octal230330331

Shades and tints

Shades of #98D8D9

#98D8D9
(152,216,217)
#8BC5C6
(139,197,198)
#7EB2B3
(126,178,179)
#719FA0
(113,159,160)
#648C8D
(100,140,141)
#57797A
(87,121,122)
#4A6667
(74,102,103)
#3D5354
(61,83,84)
#304041
(48,64,65)
#232D2E
(35,45,46)
#161A1B
(22,26,27)
#000000
(0,0,0)

Tints of #98D8D9

#98D8D9
(152,216,217)
#A1DBDC
(161,219,220)
#AADEDF
(170,222,223)
#B3E1E2
(179,225,226)
#BCE4E5
(188,228,229)
#C5E7E8
(197,231,232)
#CEEAEB
(206,234,235)
#D7EDEE
(215,237,238)
#E0F0F1
(224,240,241)
#E9F3F4
(233,243,244)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98D8D9; }

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

This text font color is #98D8D9.


Background Color

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

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

This div background color is #98D8D9.


Border color

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

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

This div border color is #98D8D9.


Opacity

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

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

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

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

This text has shadow with #98D8D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D8D9 on black background.


Color preview on white background

This text has color #98D8D9 on white background.



Black color preview on #98D8D9 background

This text has black color on #98D8D9 background.


White color preview on #98D8D9 background

This text has white color on #98D8D9 background.