COLOR #98B5B9

HEX: #98B5B9
RGB: (152,181,185)

Color info

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

RGB color model

#98B5B9 color RGB value is (152,181,185).

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

RGB channels and saturation

R 152 of 255 = 60%
G 181 of 255 = 71%
B 185 of 255 = 73%

152
181
185

R + G + B ~ 68%. #98B5B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 181 + 185 = 518 (100%)
R 152 of 518 ~ 29.34%
G 181 of 518 ~ 34.94%
B 185 of 518 ~ 35.71%

%29.34
%34.94
%35.71

CMYK color model

#98B5B9 color CMYK value is (18,2,0,27).

  • cyan value is 17.84%
  • magenta value is 2.16%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(18,2,0,27)
C18M2Y0K27 
(18%,2%,0%,27%)
(0.18/0.02/0.00/0.27)	

CMYK percentages

%17.84
%2.16
%0
%27.45

Codes

Color #98B5B9 in popluar color models

98B5B9
RGB152181185
HSL187°19.08%66.08%
HSB/HSV187°17.84%72.55%
CMYK17.84%2.16%0.00%
27.45%

Color #98B5B9 in popluar number systems.

HEX98B5B9
Decimal152181185
Binary100110001011010110111001
Octal230265271

Shades and tints

Shades of #98B5B9

#98B5B9
(152,181,185)
#8BA5A9
(139,165,169)
#7E9599
(126,149,153)
#718589
(113,133,137)
#647579
(100,117,121)
#576569
(87,101,105)
#4A5559
(74,85,89)
#3D4549
(61,69,73)
#303539
(48,53,57)
#232529
(35,37,41)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #98B5B9

#98B5B9
(152,181,185)
#A1BBBF
(161,187,191)
#AAC1C5
(170,193,197)
#B3C7CB
(179,199,203)
#BCCDD1
(188,205,209)
#C5D3D7
(197,211,215)
#CED9DD
(206,217,221)
#D7DFE3
(215,223,227)
#E0E5E9
(224,229,233)
#E9EBEF
(233,235,239)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B5B9; }

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

This text font color is #98B5B9.


Background Color

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

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

This div background color is #98B5B9.


Border color

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

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

This div border color is #98B5B9.


Opacity

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

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

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

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

This text has shadow with #98B5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B5B9 on black background.


Color preview on white background

This text has color #98B5B9 on white background.



Black color preview on #98B5B9 background

This text has black color on #98B5B9 background.


White color preview on #98B5B9 background

This text has white color on #98B5B9 background.