COLOR #98C2D1

HEX: #98C2D1
RGB: (152,194,209)

Color info

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

RGB color model

#98C2D1 color RGB value is (152,194,209).

  • red value is 152;
  • green value is 194;
  • blue value is 209.
RGB:
(152,194,209)
(60%,76%,82%)

RGB channels and saturation

R 152 of 255 = 60%
G 194 of 255 = 76%
B 209 of 255 = 82%

152
194
209

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

Portions of RGB colors in percentages

R + G + B =
152 + 194 + 209 = 555 (100%)
R 152 of 555 ~ 27.39%
G 194 of 555 ~ 34.95%
B 209 of 555 ~ 37.66%

%27.39
%34.95
%37.66

CMYK color model

#98C2D1 color CMYK value is (27,7,0,18).

  • cyan value is 27.27%
  • magenta value is 7.18%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(27,7,0,18)
C27M7Y0K18 
(27%,7%,0%,18%)
(0.27/0.07/0.00/0.18)	

CMYK percentages

%27.27
%7.18
%0
%18.04

Codes

Color #98C2D1 in popluar color models

98C2D1
RGB152194209
HSL196°38.26%70.78%
HSB/HSV196°27.27%81.96%
CMYK27.27%7.18%0.00%
18.04%

Color #98C2D1 in popluar number systems.

HEX98C2D1
Decimal152194209
Binary100110001100001011010001
Octal230302321

Shades and tints

Shades of #98C2D1

#98C2D1
(152,194,209)
#8BB1BE
(139,177,190)
#7EA0AB
(126,160,171)
#718F98
(113,143,152)
#647E85
(100,126,133)
#576D72
(87,109,114)
#4A5C5F
(74,92,95)
#3D4B4C
(61,75,76)
#303A39
(48,58,57)
#232926
(35,41,38)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #98C2D1

#98C2D1
(152,194,209)
#A1C7D5
(161,199,213)
#AACCD9
(170,204,217)
#B3D1DD
(179,209,221)
#BCD6E1
(188,214,225)
#C5DBE5
(197,219,229)
#CEE0E9
(206,224,233)
#D7E5ED
(215,229,237)
#E0EAF1
(224,234,241)
#E9EFF5
(233,239,245)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C2D1 color. Also use rgb(152,194,209) instead hex code.

Text Font Color

.myTextColor { color: #98C2D1; }

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

This text font color is #98C2D1.


Background Color

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

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

This div background color is #98C2D1.


Border color

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

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

This div border color is #98C2D1.


Opacity

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

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

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

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

This text has shadow with #98C2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C2D1 on black background.


Color preview on white background

This text has color #98C2D1 on white background.



Black color preview on #98C2D1 background

This text has black color on #98C2D1 background.


White color preview on #98C2D1 background

This text has white color on #98C2D1 background.