COLOR #98C6D2

HEX: #98C6D2
RGB: (152,198,210)

Color info

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

RGB color model

#98C6D2 color RGB value is (152,198,210).

  • red value is 152;
  • green value is 198;
  • blue value is 210.
RGB:
(152,198,210)
(60%,78%,82%)

RGB channels and saturation

R 152 of 255 = 60%
G 198 of 255 = 78%
B 210 of 255 = 82%

152
198
210

R + G + B ~ 73%. #98C6D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 198 + 210 = 560 (100%)
R 152 of 560 ~ 27.14%
G 198 of 560 ~ 35.36%
B 210 of 560 ~ 37.5%

%27.14
%35.36
%37.5

CMYK color model

#98C6D2 color CMYK value is (28,6,0,18).

  • cyan value is 27.62%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(28,6,0,18)
C28M6Y0K18 
(28%,6%,0%,18%)
(0.28/0.06/0.00/0.18)	

CMYK percentages

%27.62
%5.71
%0
%17.65

Codes

Color #98C6D2 in popluar color models

98C6D2
RGB152198210
HSL192°39.19%70.98%
HSB/HSV192°27.62%82.35%
CMYK27.62%5.71%0.00%
17.65%

Color #98C6D2 in popluar number systems.

HEX98C6D2
Decimal152198210
Binary100110001100011011010010
Octal230306322

Shades and tints

Shades of #98C6D2

#98C6D2
(152,198,210)
#8BB4BF
(139,180,191)
#7EA2AC
(126,162,172)
#719099
(113,144,153)
#647E86
(100,126,134)
#576C73
(87,108,115)
#4A5A60
(74,90,96)
#3D484D
(61,72,77)
#30363A
(48,54,58)
#232427
(35,36,39)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #98C6D2

#98C6D2
(152,198,210)
#A1CBD6
(161,203,214)
#AAD0DA
(170,208,218)
#B3D5DE
(179,213,222)
#BCDAE2
(188,218,226)
#C5DFE6
(197,223,230)
#CEE4EA
(206,228,234)
#D7E9EE
(215,233,238)
#E0EEF2
(224,238,242)
#E9F3F6
(233,243,246)
#F2F8FA
(242,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C6D2 color. Also use rgb(152,198,210) instead hex code.

Text Font Color

.myTextColor { color: #98C6D2; }

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

This text font color is #98C6D2.


Background Color

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

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

This div background color is #98C6D2.


Border color

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

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

This div border color is #98C6D2.


Opacity

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

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

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

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

This text has shadow with #98C6D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C6D2 on black background.


Color preview on white background

This text has color #98C6D2 on white background.



Black color preview on #98C6D2 background

This text has black color on #98C6D2 background.


White color preview on #98C6D2 background

This text has white color on #98C6D2 background.