COLOR #98D5CF

HEX: #98D5CF
RGB: (152,213,207)

Color info

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

RGB color model

#98D5CF color RGB value is (152,213,207).

  • red value is 152;
  • green value is 213;
  • blue value is 207.
RGB:
(152,213,207)
(60%,84%,81%)

RGB channels and saturation

R 152 of 255 = 60%
G 213 of 255 = 84%
B 207 of 255 = 81%

152
213
207

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

Portions of RGB colors in percentages

R + G + B =
152 + 213 + 207 = 572 (100%)
R 152 of 572 ~ 26.57%
G 213 of 572 ~ 37.24%
B 207 of 572 ~ 36.19%

%26.57
%37.24
%36.19

CMYK color model

#98D5CF color CMYK value is (29,0,3,16).

  • cyan value is 28.64%
  • magenta value is 0.00%
  • yellow value is 2.82%
  • key color value is 16.47%
CMYK:
(29,0,3,16)
C29M0Y3K16 
(29%,0%,3%,16%)
(0.29/0.00/0.03/0.16)	

CMYK percentages

%28.64
%0
%2.82
%16.47

Codes

Color #98D5CF in popluar color models

98D5CF
RGB152213207
HSL174°42.07%71.57%
HSB/HSV174°28.64%83.53%
CMYK28.64%0.00%2.82%
16.47%

Color #98D5CF in popluar number systems.

HEX98D5CF
Decimal152213207
Binary100110001101010111001111
Octal230325317

Shades and tints

Shades of #98D5CF

#98D5CF
(152,213,207)
#8BC2BD
(139,194,189)
#7EAFAB
(126,175,171)
#719C99
(113,156,153)
#648987
(100,137,135)
#577675
(87,118,117)
#4A6363
(74,99,99)
#3D5051
(61,80,81)
#303D3F
(48,61,63)
#232A2D
(35,42,45)
#16171B
(22,23,27)
#000000
(0,0,0)

Tints of #98D5CF

#98D5CF
(152,213,207)
#A1D8D3
(161,216,211)
#AADBD7
(170,219,215)
#B3DEDB
(179,222,219)
#BCE1DF
(188,225,223)
#C5E4E3
(197,228,227)
#CEE7E7
(206,231,231)
#D7EAEB
(215,234,235)
#E0EDEF
(224,237,239)
#E9F0F3
(233,240,243)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D5CF color. Also use rgb(152,213,207) instead hex code.

Text Font Color

.myTextColor { color: #98D5CF; }

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

This text font color is #98D5CF.


Background Color

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

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

This div background color is #98D5CF.


Border color

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

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

This div border color is #98D5CF.


Opacity

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

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

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

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

This text has shadow with #98D5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D5CF on black background.


Color preview on white background

This text has color #98D5CF on white background.



Black color preview on #98D5CF background

This text has black color on #98D5CF background.


White color preview on #98D5CF background

This text has white color on #98D5CF background.