COLOR #98C5DD

HEX: #98C5DD
RGB: (152,197,221)

Color info

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

RGB color model

#98C5DD color RGB value is (152,197,221).

  • red value is 152;
  • green value is 197;
  • blue value is 221.
RGB:
(152,197,221)
(60%,77%,87%)

RGB channels and saturation

R 152 of 255 = 60%
G 197 of 255 = 77%
B 221 of 255 = 87%

152
197
221

R + G + B ~ 75%. #98C5DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 197 + 221 = 570 (100%)
R 152 of 570 ~ 26.67%
G 197 of 570 ~ 34.56%
B 221 of 570 ~ 38.77%

%26.67
%34.56
%38.77

CMYK color model

#98C5DD color CMYK value is (31,11,0,13).

  • cyan value is 31.22%
  • magenta value is 10.86%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(31,11,0,13)
C31M11Y0K13 
(31%,11%,0%,13%)
(0.31/0.11/0.00/0.13)	

CMYK percentages

%31.22
%10.86
%0
%13.33

Codes

Color #98C5DD in popluar color models

98C5DD
RGB152197221
HSL201°50.36%73.14%
HSB/HSV201°31.22%86.67%
CMYK31.22%10.86%0.00%
13.33%

Color #98C5DD in popluar number systems.

HEX98C5DD
Decimal152197221
Binary100110001100010111011101
Octal230305335

Shades and tints

Shades of #98C5DD

#98C5DD
(152,197,221)
#8BB4C9
(139,180,201)
#7EA3B5
(126,163,181)
#7192A1
(113,146,161)
#64818D
(100,129,141)
#577079
(87,112,121)
#4A5F65
(74,95,101)
#3D4E51
(61,78,81)
#303D3D
(48,61,61)
#232C29
(35,44,41)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #98C5DD

#98C5DD
(152,197,221)
#A1CAE0
(161,202,224)
#AACFE3
(170,207,227)
#B3D4E6
(179,212,230)
#BCD9E9
(188,217,233)
#C5DEEC
(197,222,236)
#CEE3EF
(206,227,239)
#D7E8F2
(215,232,242)
#E0EDF5
(224,237,245)
#E9F2F8
(233,242,248)
#F2F7FB
(242,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C5DD color. Also use rgb(152,197,221) instead hex code.

Text Font Color

.myTextColor { color: #98C5DD; }

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

This text font color is #98C5DD.


Background Color

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

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

This div background color is #98C5DD.


Border color

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

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

This div border color is #98C5DD.


Opacity

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

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

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

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

This text has shadow with #98C5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C5DD on black background.


Color preview on white background

This text has color #98C5DD on white background.



Black color preview on #98C5DD background

This text has black color on #98C5DD background.


White color preview on #98C5DD background

This text has white color on #98C5DD background.