COLOR #98C1D1

HEX: #98C1D1
RGB: (152,193,209)

Color info

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

RGB color model

#98C1D1 color RGB value is (152,193,209).

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

RGB channels and saturation

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

152
193
209

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

Portions of RGB colors in percentages

R + G + B =
152 + 193 + 209 = 554 (100%)
R 152 of 554 ~ 27.44%
G 193 of 554 ~ 34.84%
B 209 of 554 ~ 37.73%

%27.44
%34.84
%37.73

CMYK color model

#98C1D1 color CMYK value is (27,8,0,18).

  • cyan value is 27.27%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(27,8,0,18)
C27M8Y0K18 
(27%,8%,0%,18%)
(0.27/0.08/0.00/0.18)	

CMYK percentages

%27.27
%7.66
%0
%18.04

Codes

Color #98C1D1 in popluar color models

98C1D1
RGB152193209
HSL197°38.26%70.78%
HSB/HSV197°27.27%81.96%
CMYK27.27%7.66%0.00%
18.04%

Color #98C1D1 in popluar number systems.

HEX98C1D1
Decimal152193209
Binary100110001100000111010001
Octal230301321

Shades and tints

Shades of #98C1D1

#98C1D1
(152,193,209)
#8BB0BE
(139,176,190)
#7E9FAB
(126,159,171)
#718E98
(113,142,152)
#647D85
(100,125,133)
#576C72
(87,108,114)
#4A5B5F
(74,91,95)
#3D4A4C
(61,74,76)
#303939
(48,57,57)
#232826
(35,40,38)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #98C1D1

#98C1D1
(152,193,209)
#A1C6D5
(161,198,213)
#AACBD9
(170,203,217)
#B3D0DD
(179,208,221)
#BCD5E1
(188,213,225)
#C5DAE5
(197,218,229)
#CEDFE9
(206,223,233)
#D7E4ED
(215,228,237)
#E0E9F1
(224,233,241)
#E9EEF5
(233,238,245)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98C1D1; }

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

This text font color is #98C1D1.


Background Color

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

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

This div background color is #98C1D1.


Border color

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

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

This div border color is #98C1D1.


Opacity

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

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

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

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

This text has shadow with #98C1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C1D1 on black background.


Color preview on white background

This text has color #98C1D1 on white background.



Black color preview on #98C1D1 background

This text has black color on #98C1D1 background.


White color preview on #98C1D1 background

This text has white color on #98C1D1 background.