COLOR #98C9D6

HEX: #98C9D6
RGB: (152,201,214)

Color info

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

RGB color model

#98C9D6 color RGB value is (152,201,214).

  • red value is 152;
  • green value is 201;
  • blue value is 214.
RGB:
(152,201,214)
(60%,79%,84%)

RGB channels and saturation

R 152 of 255 = 60%
G 201 of 255 = 79%
B 214 of 255 = 84%

152
201
214

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

Portions of RGB colors in percentages

R + G + B =
152 + 201 + 214 = 567 (100%)
R 152 of 567 ~ 26.81%
G 201 of 567 ~ 35.45%
B 214 of 567 ~ 37.74%

%26.81
%35.45
%37.74

CMYK color model

#98C9D6 color CMYK value is (29,6,0,16).

  • cyan value is 28.97%
  • magenta value is 6.07%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(29,6,0,16)
C29M6Y0K16 
(29%,6%,0%,16%)
(0.29/0.06/0.00/0.16)	

CMYK percentages

%28.97
%6.07
%0
%16.08

Codes

Color #98C9D6 in popluar color models

98C9D6
RGB152201214
HSL193°43.06%71.76%
HSB/HSV193°28.97%83.92%
CMYK28.97%6.07%0.00%
16.08%

Color #98C9D6 in popluar number systems.

HEX98C9D6
Decimal152201214
Binary100110001100100111010110
Octal230311326

Shades and tints

Shades of #98C9D6

#98C9D6
(152,201,214)
#8BB7C3
(139,183,195)
#7EA5B0
(126,165,176)
#71939D
(113,147,157)
#64818A
(100,129,138)
#576F77
(87,111,119)
#4A5D64
(74,93,100)
#3D4B51
(61,75,81)
#30393E
(48,57,62)
#23272B
(35,39,43)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #98C9D6

#98C9D6
(152,201,214)
#A1CDD9
(161,205,217)
#AAD1DC
(170,209,220)
#B3D5DF
(179,213,223)
#BCD9E2
(188,217,226)
#C5DDE5
(197,221,229)
#CEE1E8
(206,225,232)
#D7E5EB
(215,229,235)
#E0E9EE
(224,233,238)
#E9EDF1
(233,237,241)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C9D6 color. Also use rgb(152,201,214) instead hex code.

Text Font Color

.myTextColor { color: #98C9D6; }

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

This text font color is #98C9D6.


Background Color

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

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

This div background color is #98C9D6.


Border color

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

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

This div border color is #98C9D6.


Opacity

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

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

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

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

This text has shadow with #98C9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C9D6 on black background.


Color preview on white background

This text has color #98C9D6 on white background.



Black color preview on #98C9D6 background

This text has black color on #98C9D6 background.


White color preview on #98C9D6 background

This text has white color on #98C9D6 background.