COLOR #98D3CE

HEX: #98D3CE
RGB: (152,211,206)

Color info

#98D3CE contains red, green and blue colors in about the same proportion. Web safe color of #98D3CE is #99CCCC (or #9CC).

RGB color model

#98D3CE color RGB value is (152,211,206).

  • red value is 152;
  • green value is 211;
  • blue value is 206.
RGB:
(152,211,206)
(60%,83%,81%)

RGB channels and saturation

R 152 of 255 = 60%
G 211 of 255 = 83%
B 206 of 255 = 81%

152
211
206

R + G + B ~ 75%. #98D3CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 211 + 206 = 569 (100%)
R 152 of 569 ~ 26.71%
G 211 of 569 ~ 37.08%
B 206 of 569 ~ 36.2%

%26.71
%37.08
%36.2

CMYK color model

#98D3CE color CMYK value is (28,0,2,17).

  • cyan value is 27.96%
  • magenta value is 0.00%
  • yellow value is 2.37%
  • key color value is 17.25%
CMYK:
(28,0,2,17)
C28M0Y2K17 
(28%,0%,2%,17%)
(0.28/0.00/0.02/0.17)	

CMYK percentages

%27.96
%0
%2.37
%17.25

Codes

Color #98D3CE in popluar color models

98D3CE
RGB152211206
HSL175°40.14%71.18%
HSB/HSV175°27.96%82.75%
CMYK27.96%0.00%2.37%
17.25%

Color #98D3CE in popluar number systems.

HEX98D3CE
Decimal152211206
Binary100110001101001111001110
Octal230323316

Shades and tints

Shades of #98D3CE

#98D3CE
(152,211,206)
#8BC0BC
(139,192,188)
#7EADAA
(126,173,170)
#719A98
(113,154,152)
#648786
(100,135,134)
#577474
(87,116,116)
#4A6162
(74,97,98)
#3D4E50
(61,78,80)
#303B3E
(48,59,62)
#23282C
(35,40,44)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #98D3CE

#98D3CE
(152,211,206)
#A1D7D2
(161,215,210)
#AADBD6
(170,219,214)
#B3DFDA
(179,223,218)
#BCE3DE
(188,227,222)
#C5E7E2
(197,231,226)
#CEEBE6
(206,235,230)
#D7EFEA
(215,239,234)
#E0F3EE
(224,243,238)
#E9F7F2
(233,247,242)
#F2FBF6
(242,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D3CE color. Also use rgb(152,211,206) instead hex code.

Text Font Color

.myTextColor { color: #98D3CE; }

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

This text font color is #98D3CE.


Background Color

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

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

This div background color is #98D3CE.


Border color

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

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

This div border color is #98D3CE.


Opacity

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

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

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

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

This text has shadow with #98D3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D3CE on black background.


Color preview on white background

This text has color #98D3CE on white background.



Black color preview on #98D3CE background

This text has black color on #98D3CE background.


White color preview on #98D3CE background

This text has white color on #98D3CE background.