COLOR #98AFB2

HEX: #98AFB2
RGB: (152,175,178)

Color info

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

RGB color model

#98AFB2 color RGB value is (152,175,178).

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

RGB channels and saturation

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

152
175
178

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

Portions of RGB colors in percentages

R + G + B =
152 + 175 + 178 = 505 (100%)
R 152 of 505 ~ 30.1%
G 175 of 505 ~ 34.65%
B 178 of 505 ~ 35.25%

%30.1
%34.65
%35.25

CMYK color model

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

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

CMYK percentages

%14.61
%1.69
%0
%30.2

Codes

Color #98AFB2 in popluar color models

98AFB2
RGB152175178
HSL187°14.44%64.71%
HSB/HSV187°14.61%69.80%
CMYK14.61%1.69%0.00%
30.20%

Color #98AFB2 in popluar number systems.

HEX98AFB2
Decimal152175178
Binary100110001010111110110010
Octal230257262

Shades and tints

Shades of #98AFB2

#98AFB2
(152,175,178)
#8BA0A2
(139,160,162)
#7E9192
(126,145,146)
#718282
(113,130,130)
#647372
(100,115,114)
#576462
(87,100,98)
#4A5552
(74,85,82)
#3D4642
(61,70,66)
#303732
(48,55,50)
#232822
(35,40,34)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #98AFB2

#98AFB2
(152,175,178)
#A1B6B9
(161,182,185)
#AABDC0
(170,189,192)
#B3C4C7
(179,196,199)
#BCCBCE
(188,203,206)
#C5D2D5
(197,210,213)
#CED9DC
(206,217,220)
#D7E0E3
(215,224,227)
#E0E7EA
(224,231,234)
#E9EEF1
(233,238,241)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AFB2; }

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

This text font color is #98AFB2.


Background Color

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

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

This div background color is #98AFB2.


Border color

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

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

This div border color is #98AFB2.


Opacity

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

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

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

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

This text has shadow with #98AFB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AFB2 on black background.


Color preview on white background

This text has color #98AFB2 on white background.



Black color preview on #98AFB2 background

This text has black color on #98AFB2 background.


White color preview on #98AFB2 background

This text has white color on #98AFB2 background.