COLOR #98D8CB

HEX: #98D8CB
RGB: (152,216,203)

Color info

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

RGB color model

#98D8CB color RGB value is (152,216,203).

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

RGB channels and saturation

R 152 of 255 = 60%
G 216 of 255 = 85%
B 203 of 255 = 80%

152
216
203

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

Portions of RGB colors in percentages

R + G + B =
152 + 216 + 203 = 571 (100%)
R 152 of 571 ~ 26.62%
G 216 of 571 ~ 37.83%
B 203 of 571 ~ 35.55%

%26.62
%37.83
%35.55

CMYK color model

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

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 15.29%
CMYK:
(30,0,6,15)
C30M0Y6K15 
(30%,0%,6%,15%)
(0.30/0.00/0.06/0.15)	

CMYK percentages

%29.63
%0
%6.02
%15.29

Codes

Color #98D8CB in popluar color models

98D8CB
RGB152216203
HSL168°45.07%72.16%
HSB/HSV168°29.63%84.71%
CMYK29.63%0.00%6.02%
15.29%

Color #98D8CB in popluar number systems.

HEX98D8CB
Decimal152216203
Binary100110001101100011001011
Octal230330313

Shades and tints

Shades of #98D8CB

#98D8CB
(152,216,203)
#8BC5B9
(139,197,185)
#7EB2A7
(126,178,167)
#719F95
(113,159,149)
#648C83
(100,140,131)
#577971
(87,121,113)
#4A665F
(74,102,95)
#3D534D
(61,83,77)
#30403B
(48,64,59)
#232D29
(35,45,41)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #98D8CB

#98D8CB
(152,216,203)
#A1DBCF
(161,219,207)
#AADED3
(170,222,211)
#B3E1D7
(179,225,215)
#BCE4DB
(188,228,219)
#C5E7DF
(197,231,223)
#CEEAE3
(206,234,227)
#D7EDE7
(215,237,231)
#E0F0EB
(224,240,235)
#E9F3EF
(233,243,239)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98D8CB; }

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

This text font color is #98D8CB.


Background Color

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

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

This div background color is #98D8CB.


Border color

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

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

This div border color is #98D8CB.


Opacity

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

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

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

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

This text has shadow with #98D8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D8CB on black background.


Color preview on white background

This text has color #98D8CB on white background.



Black color preview on #98D8CB background

This text has black color on #98D8CB background.


White color preview on #98D8CB background

This text has white color on #98D8CB background.