COLOR #98B9D1

HEX: #98B9D1
RGB: (152,185,209)

Color info

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

RGB color model

#98B9D1 color RGB value is (152,185,209).

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

RGB channels and saturation

R 152 of 255 = 60%
G 185 of 255 = 73%
B 209 of 255 = 82%

152
185
209

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

Portions of RGB colors in percentages

R + G + B =
152 + 185 + 209 = 546 (100%)
R 152 of 546 ~ 27.84%
G 185 of 546 ~ 33.88%
B 209 of 546 ~ 38.28%

%27.84
%33.88
%38.28

CMYK color model

#98B9D1 color CMYK value is (27,11,0,18).

  • cyan value is 27.27%
  • magenta value is 11.48%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(27,11,0,18)
C27M11Y0K18 
(27%,11%,0%,18%)
(0.27/0.11/0.00/0.18)	

CMYK percentages

%27.27
%11.48
%0
%18.04

Codes

Color #98B9D1 in popluar color models

98B9D1
RGB152185209
HSL205°38.26%70.78%
HSB/HSV205°27.27%81.96%
CMYK27.27%11.48%0.00%
18.04%

Color #98B9D1 in popluar number systems.

HEX98B9D1
Decimal152185209
Binary100110001011100111010001
Octal230271321

Shades and tints

Shades of #98B9D1

#98B9D1
(152,185,209)
#8BA9BE
(139,169,190)
#7E99AB
(126,153,171)
#718998
(113,137,152)
#647985
(100,121,133)
#576972
(87,105,114)
#4A595F
(74,89,95)
#3D494C
(61,73,76)
#303939
(48,57,57)
#232926
(35,41,38)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #98B9D1

#98B9D1
(152,185,209)
#A1BFD5
(161,191,213)
#AAC5D9
(170,197,217)
#B3CBDD
(179,203,221)
#BCD1E1
(188,209,225)
#C5D7E5
(197,215,229)
#CEDDE9
(206,221,233)
#D7E3ED
(215,227,237)
#E0E9F1
(224,233,241)
#E9EFF5
(233,239,245)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B9D1; }

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

This text font color is #98B9D1.


Background Color

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

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

This div background color is #98B9D1.


Border color

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

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

This div border color is #98B9D1.


Opacity

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

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

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

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

This text has shadow with #98B9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B9D1 on black background.


Color preview on white background

This text has color #98B9D1 on white background.



Black color preview on #98B9D1 background

This text has black color on #98B9D1 background.


White color preview on #98B9D1 background

This text has white color on #98B9D1 background.