COLOR #98B9AB

HEX: #98B9AB
RGB: (152,185,171)

Color info

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

RGB color model

#98B9AB color RGB value is (152,185,171).

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

RGB channels and saturation

R 152 of 255 = 60%
G 185 of 255 = 73%
B 171 of 255 = 67%

152
185
171

R + G + B ~ 67%. #98B9AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 185 + 171 = 508 (100%)
R 152 of 508 ~ 29.92%
G 185 of 508 ~ 36.42%
B 171 of 508 ~ 33.66%

%29.92
%36.42
%33.66

CMYK color model

#98B9AB color CMYK value is (18,0,8,27).

  • cyan value is 17.84%
  • magenta value is 0.00%
  • yellow value is 7.57%
  • key color value is 27.45%
CMYK:
(18,0,8,27)
C18M0Y8K27 
(18%,0%,8%,27%)
(0.18/0.00/0.08/0.27)	

CMYK percentages

%17.84
%0
%7.57
%27.45

Codes

Color #98B9AB in popluar color models

98B9AB
RGB152185171
HSL155°19.08%66.08%
HSB/HSV155°17.84%72.55%
CMYK17.84%0.00%7.57%
27.45%

Color #98B9AB in popluar number systems.

HEX98B9AB
Decimal152185171
Binary100110001011100110101011
Octal230271253

Shades and tints

Shades of #98B9AB

#98B9AB
(152,185,171)
#8BA99C
(139,169,156)
#7E998D
(126,153,141)
#71897E
(113,137,126)
#64796F
(100,121,111)
#576960
(87,105,96)
#4A5951
(74,89,81)
#3D4942
(61,73,66)
#303933
(48,57,51)
#232924
(35,41,36)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #98B9AB

#98B9AB
(152,185,171)
#A1BFB2
(161,191,178)
#AAC5B9
(170,197,185)
#B3CBC0
(179,203,192)
#BCD1C7
(188,209,199)
#C5D7CE
(197,215,206)
#CEDDD5
(206,221,213)
#D7E3DC
(215,227,220)
#E0E9E3
(224,233,227)
#E9EFEA
(233,239,234)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B9AB; }

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

This text font color is #98B9AB.


Background Color

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

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

This div background color is #98B9AB.


Border color

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

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

This div border color is #98B9AB.


Opacity

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

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

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

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

This text has shadow with #98B9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B9AB on black background.


Color preview on white background

This text has color #98B9AB on white background.



Black color preview on #98B9AB background

This text has black color on #98B9AB background.


White color preview on #98B9AB background

This text has white color on #98B9AB background.