COLOR #98AAB7

HEX: #98AAB7
RGB: (152,170,183)

Color info

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

RGB color model

#98AAB7 color RGB value is (152,170,183).

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

RGB channels and saturation

R 152 of 255 = 60%
G 170 of 255 = 67%
B 183 of 255 = 72%

152
170
183

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

Portions of RGB colors in percentages

R + G + B =
152 + 170 + 183 = 505 (100%)
R 152 of 505 ~ 30.1%
G 170 of 505 ~ 33.66%
B 183 of 505 ~ 36.24%

%30.1
%33.66
%36.24

CMYK color model

#98AAB7 color CMYK value is (17,7,0,28).

  • cyan value is 16.94%
  • magenta value is 7.10%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(17,7,0,28)
C17M7Y0K28 
(17%,7%,0%,28%)
(0.17/0.07/0.00/0.28)	

CMYK percentages

%16.94
%7.1
%0
%28.24

Codes

Color #98AAB7 in popluar color models

98AAB7
RGB152170183
HSL205°17.71%65.69%
HSB/HSV205°16.94%71.76%
CMYK16.94%7.10%0.00%
28.24%

Color #98AAB7 in popluar number systems.

HEX98AAB7
Decimal152170183
Binary100110001010101010110111
Octal230252267

Shades and tints

Shades of #98AAB7

#98AAB7
(152,170,183)
#8B9BA7
(139,155,167)
#7E8C97
(126,140,151)
#717D87
(113,125,135)
#646E77
(100,110,119)
#575F67
(87,95,103)
#4A5057
(74,80,87)
#3D4147
(61,65,71)
#303237
(48,50,55)
#232327
(35,35,39)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #98AAB7

#98AAB7
(152,170,183)
#A1B1BD
(161,177,189)
#AAB8C3
(170,184,195)
#B3BFC9
(179,191,201)
#BCC6CF
(188,198,207)
#C5CDD5
(197,205,213)
#CED4DB
(206,212,219)
#D7DBE1
(215,219,225)
#E0E2E7
(224,226,231)
#E9E9ED
(233,233,237)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AAB7; }

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

This text font color is #98AAB7.


Background Color

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

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

This div background color is #98AAB7.


Border color

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

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

This div border color is #98AAB7.


Opacity

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

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

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

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

This text has shadow with #98AAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AAB7 on black background.


Color preview on white background

This text has color #98AAB7 on white background.



Black color preview on #98AAB7 background

This text has black color on #98AAB7 background.


White color preview on #98AAB7 background

This text has white color on #98AAB7 background.