COLOR #98A2B6

HEX: #98A2B6
RGB: (152,162,182)

Color info

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

RGB color model

#98A2B6 color RGB value is (152,162,182).

  • red value is 152;
  • green value is 162;
  • blue value is 182.
RGB:
(152,162,182)
(60%,64%,71%)

RGB channels and saturation

R 152 of 255 = 60%
G 162 of 255 = 64%
B 182 of 255 = 71%

152
162
182

R + G + B ~ 65%. #98A2B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 162 + 182 = 496 (100%)
R 152 of 496 ~ 30.65%
G 162 of 496 ~ 32.66%
B 182 of 496 ~ 36.69%

%30.65
%32.66
%36.69

CMYK color model

#98A2B6 color CMYK value is (16,11,0,29).

  • cyan value is 16.48%
  • magenta value is 10.99%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(16,11,0,29)
C16M11Y0K29 
(16%,11%,0%,29%)
(0.16/0.11/0.00/0.29)	

CMYK percentages

%16.48
%10.99
%0
%28.63

Codes

Color #98A2B6 in popluar color models

98A2B6
RGB152162182
HSL220°17.05%65.49%
HSB/HSV220°16.48%71.37%
CMYK16.48%10.99%0.00%
28.63%

Color #98A2B6 in popluar number systems.

HEX98A2B6
Decimal152162182
Binary100110001010001010110110
Octal230242266

Shades and tints

Shades of #98A2B6

#98A2B6
(152,162,182)
#8B94A6
(139,148,166)
#7E8696
(126,134,150)
#717886
(113,120,134)
#646A76
(100,106,118)
#575C66
(87,92,102)
#4A4E56
(74,78,86)
#3D4046
(61,64,70)
#303236
(48,50,54)
#232426
(35,36,38)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #98A2B6

#98A2B6
(152,162,182)
#A1AABC
(161,170,188)
#AAB2C2
(170,178,194)
#B3BAC8
(179,186,200)
#BCC2CE
(188,194,206)
#C5CAD4
(197,202,212)
#CED2DA
(206,210,218)
#D7DAE0
(215,218,224)
#E0E2E6
(224,226,230)
#E9EAEC
(233,234,236)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A2B6 color. Also use rgb(152,162,182) instead hex code.

Text Font Color

.myTextColor { color: #98A2B6; }

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

This text font color is #98A2B6.


Background Color

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

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

This div background color is #98A2B6.


Border color

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

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

This div border color is #98A2B6.


Opacity

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

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

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

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

This text has shadow with #98A2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A2B6 on black background.


Color preview on white background

This text has color #98A2B6 on white background.



Black color preview on #98A2B6 background

This text has black color on #98A2B6 background.


White color preview on #98A2B6 background

This text has white color on #98A2B6 background.