COLOR #98A4AD

HEX: #98A4AD
RGB: (152,164,173)

Color info

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

RGB color model

#98A4AD color RGB value is (152,164,173).

  • red value is 152;
  • green value is 164;
  • blue value is 173.
RGB:
(152,164,173)
(60%,64%,68%)

RGB channels and saturation

R 152 of 255 = 60%
G 164 of 255 = 64%
B 173 of 255 = 68%

152
164
173

R + G + B ~ 64%. #98A4AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 164 + 173 = 489 (100%)
R 152 of 489 ~ 31.08%
G 164 of 489 ~ 33.54%
B 173 of 489 ~ 35.38%

%31.08
%33.54
%35.38

CMYK color model

#98A4AD color CMYK value is (12,5,0,32).

  • cyan value is 12.14%
  • magenta value is 5.20%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(12,5,0,32)
C12M5Y0K32 
(12%,5%,0%,32%)
(0.12/0.05/0.00/0.32)	

CMYK percentages

%12.14
%5.2
%0
%32.16

Codes

Color #98A4AD in popluar color models

98A4AD
RGB152164173
HSL206°11.35%63.73%
HSB/HSV206°12.14%67.84%
CMYK12.14%5.20%0.00%
32.16%

Color #98A4AD in popluar number systems.

HEX98A4AD
Decimal152164173
Binary100110001010010010101101
Octal230244255

Shades and tints

Shades of #98A4AD

#98A4AD
(152,164,173)
#8B969E
(139,150,158)
#7E888F
(126,136,143)
#717A80
(113,122,128)
#646C71
(100,108,113)
#575E62
(87,94,98)
#4A5053
(74,80,83)
#3D4244
(61,66,68)
#303435
(48,52,53)
#232626
(35,38,38)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #98A4AD

#98A4AD
(152,164,173)
#A1ACB4
(161,172,180)
#AAB4BB
(170,180,187)
#B3BCC2
(179,188,194)
#BCC4C9
(188,196,201)
#C5CCD0
(197,204,208)
#CED4D7
(206,212,215)
#D7DCDE
(215,220,222)
#E0E4E5
(224,228,229)
#E9ECEC
(233,236,236)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A4AD color. Also use rgb(152,164,173) instead hex code.

Text Font Color

.myTextColor { color: #98A4AD; }

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

This text font color is #98A4AD.


Background Color

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

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

This div background color is #98A4AD.


Border color

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

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

This div border color is #98A4AD.


Opacity

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

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

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

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

This text has shadow with #98A4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A4AD on black background.


Color preview on white background

This text has color #98A4AD on white background.



Black color preview on #98A4AD background

This text has black color on #98A4AD background.


White color preview on #98A4AD background

This text has white color on #98A4AD background.