COLOR #98B5DA

HEX: #98B5DA
RGB: (152,181,218)

Color info

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

RGB color model

#98B5DA color RGB value is (152,181,218).

  • red value is 152;
  • green value is 181;
  • blue value is 218.
RGB:
(152,181,218)
(60%,71%,85%)

RGB channels and saturation

R 152 of 255 = 60%
G 181 of 255 = 71%
B 218 of 255 = 85%

152
181
218

R + G + B ~ 72%. #98B5DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 181 + 218 = 551 (100%)
R 152 of 551 ~ 27.59%
G 181 of 551 ~ 32.85%
B 218 of 551 ~ 39.56%

%27.59
%32.85
%39.56

CMYK color model

#98B5DA color CMYK value is (30,17,0,15).

  • cyan value is 30.28%
  • magenta value is 16.97%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(30,17,0,15)
C30M17Y0K15 
(30%,17%,0%,15%)
(0.30/0.17/0.00/0.15)	

CMYK percentages

%30.28
%16.97
%0
%14.51

Codes

Color #98B5DA in popluar color models

98B5DA
RGB152181218
HSL214°47.14%72.55%
HSB/HSV214°30.28%85.49%
CMYK30.28%16.97%0.00%
14.51%

Color #98B5DA in popluar number systems.

HEX98B5DA
Decimal152181218
Binary100110001011010111011010
Octal230265332

Shades and tints

Shades of #98B5DA

#98B5DA
(152,181,218)
#8BA5C7
(139,165,199)
#7E95B4
(126,149,180)
#7185A1
(113,133,161)
#64758E
(100,117,142)
#57657B
(87,101,123)
#4A5568
(74,85,104)
#3D4555
(61,69,85)
#303542
(48,53,66)
#23252F
(35,37,47)
#16151C
(22,21,28)
#000000
(0,0,0)

Tints of #98B5DA

#98B5DA
(152,181,218)
#A1BBDD
(161,187,221)
#AAC1E0
(170,193,224)
#B3C7E3
(179,199,227)
#BCCDE6
(188,205,230)
#C5D3E9
(197,211,233)
#CED9EC
(206,217,236)
#D7DFEF
(215,223,239)
#E0E5F2
(224,229,242)
#E9EBF5
(233,235,245)
#F2F1F8
(242,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B5DA color. Also use rgb(152,181,218) instead hex code.

Text Font Color

.myTextColor { color: #98B5DA; }

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

This text font color is #98B5DA.


Background Color

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

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

This div background color is #98B5DA.


Border color

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

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

This div border color is #98B5DA.


Opacity

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

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

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

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

This text has shadow with #98B5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B5DA on black background.


Color preview on white background

This text has color #98B5DA on white background.



Black color preview on #98B5DA background

This text has black color on #98B5DA background.


White color preview on #98B5DA background

This text has white color on #98B5DA background.