COLOR #98A7A4

HEX: #98A7A4
RGB: (152,167,164)

Color info

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

RGB color model

#98A7A4 color RGB value is (152,167,164).

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

RGB channels and saturation

R 152 of 255 = 60%
G 167 of 255 = 65%
B 164 of 255 = 64%

152
167
164

R + G + B ~ 63%. #98A7A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 167 + 164 = 483 (100%)
R 152 of 483 ~ 31.47%
G 167 of 483 ~ 34.58%
B 164 of 483 ~ 33.95%

%31.47
%34.58
%33.95

CMYK color model

#98A7A4 color CMYK value is (9,0,2,35).

  • cyan value is 8.98%
  • magenta value is 0.00%
  • yellow value is 1.80%
  • key color value is 34.51%
CMYK:
(9,0,2,35)
C9M0Y2K35 
(9%,0%,2%,35%)
(0.09/0.00/0.02/0.35)	

CMYK percentages

%8.98
%0
%1.8
%34.51

Codes

Color #98A7A4 in popluar color models

98A7A4
RGB152167164
HSL168°7.85%62.55%
HSB/HSV168°8.98%65.49%
CMYK8.98%0.00%1.80%
34.51%

Color #98A7A4 in popluar number systems.

HEX98A7A4
Decimal152167164
Binary100110001010011110100100
Octal230247244

Shades and tints

Shades of #98A7A4

#98A7A4
(152,167,164)
#8B9896
(139,152,150)
#7E8988
(126,137,136)
#717A7A
(113,122,122)
#646B6C
(100,107,108)
#575C5E
(87,92,94)
#4A4D50
(74,77,80)
#3D3E42
(61,62,66)
#302F34
(48,47,52)
#232026
(35,32,38)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #98A7A4

#98A7A4
(152,167,164)
#A1AFAC
(161,175,172)
#AAB7B4
(170,183,180)
#B3BFBC
(179,191,188)
#BCC7C4
(188,199,196)
#C5CFCC
(197,207,204)
#CED7D4
(206,215,212)
#D7DFDC
(215,223,220)
#E0E7E4
(224,231,228)
#E9EFEC
(233,239,236)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A7A4; }

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

This text font color is #98A7A4.


Background Color

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

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

This div background color is #98A7A4.


Border color

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

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

This div border color is #98A7A4.


Opacity

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

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

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

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

This text has shadow with #98A7A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A7A4 on black background.


Color preview on white background

This text has color #98A7A4 on white background.



Black color preview on #98A7A4 background

This text has black color on #98A7A4 background.


White color preview on #98A7A4 background

This text has white color on #98A7A4 background.