COLOR #98C1D8

HEX: #98C1D8
RGB: (152,193,216)

Color info

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

RGB color model

#98C1D8 color RGB value is (152,193,216).

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

RGB channels and saturation

R 152 of 255 = 60%
G 193 of 255 = 76%
B 216 of 255 = 85%

152
193
216

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

Portions of RGB colors in percentages

R + G + B =
152 + 193 + 216 = 561 (100%)
R 152 of 561 ~ 27.09%
G 193 of 561 ~ 34.4%
B 216 of 561 ~ 38.5%

%27.09
%34.4
%38.5

CMYK color model

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

  • cyan value is 29.63%
  • magenta value is 10.65%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(30,11,0,15)
C30M11Y0K15 
(30%,11%,0%,15%)
(0.30/0.11/0.00/0.15)	

CMYK percentages

%29.63
%10.65
%0
%15.29

Codes

Color #98C1D8 in popluar color models

98C1D8
RGB152193216
HSL202°45.07%72.16%
HSB/HSV202°29.63%84.71%
CMYK29.63%10.65%0.00%
15.29%

Color #98C1D8 in popluar number systems.

HEX98C1D8
Decimal152193216
Binary100110001100000111011000
Octal230301330

Shades and tints

Shades of #98C1D8

#98C1D8
(152,193,216)
#8BB0C5
(139,176,197)
#7E9FB2
(126,159,178)
#718E9F
(113,142,159)
#647D8C
(100,125,140)
#576C79
(87,108,121)
#4A5B66
(74,91,102)
#3D4A53
(61,74,83)
#303940
(48,57,64)
#23282D
(35,40,45)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #98C1D8

#98C1D8
(152,193,216)
#A1C6DB
(161,198,219)
#AACBDE
(170,203,222)
#B3D0E1
(179,208,225)
#BCD5E4
(188,213,228)
#C5DAE7
(197,218,231)
#CEDFEA
(206,223,234)
#D7E4ED
(215,228,237)
#E0E9F0
(224,233,240)
#E9EEF3
(233,238,243)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98C1D8; }

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

This text font color is #98C1D8.


Background Color

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

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

This div background color is #98C1D8.


Border color

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

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

This div border color is #98C1D8.


Opacity

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

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

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

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

This text has shadow with #98C1D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C1D8 on black background.


Color preview on white background

This text has color #98C1D8 on white background.



Black color preview on #98C1D8 background

This text has black color on #98C1D8 background.


White color preview on #98C1D8 background

This text has white color on #98C1D8 background.