COLOR #98AFB3

HEX: #98AFB3
RGB: (152,175,179)

Color info

#98AFB3 contains red, green and blue colors in about the same proportion. Web safe color of #98AFB3 is #999999 (or #999).

RGB color model

#98AFB3 color RGB value is (152,175,179).

  • red value is 152;
  • green value is 175;
  • blue value is 179.
RGB:
(152,175,179)
(60%,69%,70%)

RGB channels and saturation

R 152 of 255 = 60%
G 175 of 255 = 69%
B 179 of 255 = 70%

152
175
179

R + G + B ~ 66%. #98AFB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 175 + 179 = 506 (100%)
R 152 of 506 ~ 30.04%
G 175 of 506 ~ 34.58%
B 179 of 506 ~ 35.38%

%30.04
%34.58
%35.38

CMYK color model

#98AFB3 color CMYK value is (15,2,0,30).

  • cyan value is 15.08%
  • magenta value is 2.23%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(15,2,0,30)
C15M2Y0K30 
(15%,2%,0%,30%)
(0.15/0.02/0.00/0.30)	

CMYK percentages

%15.08
%2.23
%0
%29.8

Codes

Color #98AFB3 in popluar color models

98AFB3
RGB152175179
HSL189°15.08%64.90%
HSB/HSV189°15.08%70.20%
CMYK15.08%2.23%0.00%
29.80%

Color #98AFB3 in popluar number systems.

HEX98AFB3
Decimal152175179
Binary100110001010111110110011
Octal230257263

Shades and tints

Shades of #98AFB3

#98AFB3
(152,175,179)
#8BA0A3
(139,160,163)
#7E9193
(126,145,147)
#718283
(113,130,131)
#647373
(100,115,115)
#576463
(87,100,99)
#4A5553
(74,85,83)
#3D4643
(61,70,67)
#303733
(48,55,51)
#232823
(35,40,35)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #98AFB3

#98AFB3
(152,175,179)
#A1B6B9
(161,182,185)
#AABDBF
(170,189,191)
#B3C4C5
(179,196,197)
#BCCBCB
(188,203,203)
#C5D2D1
(197,210,209)
#CED9D7
(206,217,215)
#D7E0DD
(215,224,221)
#E0E7E3
(224,231,227)
#E9EEE9
(233,238,233)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98AFB3 color. Also use rgb(152,175,179) instead hex code.

Text Font Color

.myTextColor { color: #98AFB3; }

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

This text font color is #98AFB3.


Background Color

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

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

This div background color is #98AFB3.


Border color

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

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

This div border color is #98AFB3.


Opacity

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

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

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

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

This text has shadow with #98AFB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AFB3 on black background.


Color preview on white background

This text has color #98AFB3 on white background.



Black color preview on #98AFB3 background

This text has black color on #98AFB3 background.


White color preview on #98AFB3 background

This text has white color on #98AFB3 background.