COLOR #98BAB7

HEX: #98BAB7
RGB: (152,186,183)

Color info

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

RGB color model

#98BAB7 color RGB value is (152,186,183).

  • red value is 152;
  • green value is 186;
  • blue value is 183.
RGB:
(152,186,183)
(60%,73%,72%)

RGB channels and saturation

R 152 of 255 = 60%
G 186 of 255 = 73%
B 183 of 255 = 72%

152
186
183

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

Portions of RGB colors in percentages

R + G + B =
152 + 186 + 183 = 521 (100%)
R 152 of 521 ~ 29.17%
G 186 of 521 ~ 35.7%
B 183 of 521 ~ 35.12%

%29.17
%35.7
%35.12

CMYK color model

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

  • cyan value is 18.28%
  • magenta value is 0.00%
  • yellow value is 1.61%
  • key color value is 27.06%
CMYK:
(18,0,2,27)
C18M0Y2K27 
(18%,0%,2%,27%)
(0.18/0.00/0.02/0.27)	

CMYK percentages

%18.28
%0
%1.61
%27.06

Codes

Color #98BAB7 in popluar color models

98BAB7
RGB152186183
HSL175°19.77%66.27%
HSB/HSV175°18.28%72.94%
CMYK18.28%0.00%1.61%
27.06%

Color #98BAB7 in popluar number systems.

HEX98BAB7
Decimal152186183
Binary100110001011101010110111
Octal230272267

Shades and tints

Shades of #98BAB7

#98BAB7
(152,186,183)
#8BAAA7
(139,170,167)
#7E9A97
(126,154,151)
#718A87
(113,138,135)
#647A77
(100,122,119)
#576A67
(87,106,103)
#4A5A57
(74,90,87)
#3D4A47
(61,74,71)
#303A37
(48,58,55)
#232A27
(35,42,39)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #98BAB7

#98BAB7
(152,186,183)
#A1C0BD
(161,192,189)
#AAC6C3
(170,198,195)
#B3CCC9
(179,204,201)
#BCD2CF
(188,210,207)
#C5D8D5
(197,216,213)
#CEDEDB
(206,222,219)
#D7E4E1
(215,228,225)
#E0EAE7
(224,234,231)
#E9F0ED
(233,240,237)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98BAB7 color. Also use rgb(152,186,183) instead hex code.

Text Font Color

.myTextColor { color: #98BAB7; }

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

This text font color is #98BAB7.


Background Color

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

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

This div background color is #98BAB7.


Border color

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

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

This div border color is #98BAB7.


Opacity

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

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

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

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

This text has shadow with #98BAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98BAB7 on black background.


Color preview on white background

This text has color #98BAB7 on white background.



Black color preview on #98BAB7 background

This text has black color on #98BAB7 background.


White color preview on #98BAB7 background

This text has white color on #98BAB7 background.