COLOR #98D3CB

HEX: #98D3CB
RGB: (152,211,203)

Color info

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

RGB color model

#98D3CB color RGB value is (152,211,203).

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

RGB channels and saturation

R 152 of 255 = 60%
G 211 of 255 = 83%
B 203 of 255 = 80%

152
211
203

R + G + B ~ 74%. #98D3CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 211 + 203 = 566 (100%)
R 152 of 566 ~ 26.86%
G 211 of 566 ~ 37.28%
B 203 of 566 ~ 35.87%

%26.86
%37.28
%35.87

CMYK color model

#98D3CB color CMYK value is (28,0,4,17).

  • cyan value is 27.96%
  • magenta value is 0.00%
  • yellow value is 3.79%
  • key color value is 17.25%
CMYK:
(28,0,4,17)
C28M0Y4K17 
(28%,0%,4%,17%)
(0.28/0.00/0.04/0.17)	

CMYK percentages

%27.96
%0
%3.79
%17.25

Codes

Color #98D3CB in popluar color models

98D3CB
RGB152211203
HSL172°40.14%71.18%
HSB/HSV172°27.96%82.75%
CMYK27.96%0.00%3.79%
17.25%

Color #98D3CB in popluar number systems.

HEX98D3CB
Decimal152211203
Binary100110001101001111001011
Octal230323313

Shades and tints

Shades of #98D3CB

#98D3CB
(152,211,203)
#8BC0B9
(139,192,185)
#7EADA7
(126,173,167)
#719A95
(113,154,149)
#648783
(100,135,131)
#577471
(87,116,113)
#4A615F
(74,97,95)
#3D4E4D
(61,78,77)
#303B3B
(48,59,59)
#232829
(35,40,41)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #98D3CB

#98D3CB
(152,211,203)
#A1D7CF
(161,215,207)
#AADBD3
(170,219,211)
#B3DFD7
(179,223,215)
#BCE3DB
(188,227,219)
#C5E7DF
(197,231,223)
#CEEBE3
(206,235,227)
#D7EFE7
(215,239,231)
#E0F3EB
(224,243,235)
#E9F7EF
(233,247,239)
#F2FBF3
(242,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98D3CB; }

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

This text font color is #98D3CB.


Background Color

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

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

This div background color is #98D3CB.


Border color

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

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

This div border color is #98D3CB.


Opacity

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

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

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

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

This text has shadow with #98D3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D3CB on black background.


Color preview on white background

This text has color #98D3CB on white background.



Black color preview on #98D3CB background

This text has black color on #98D3CB background.


White color preview on #98D3CB background

This text has white color on #98D3CB background.