COLOR #98A7AF

HEX: #98A7AF
RGB: (152,167,175)

Color info

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

RGB color model

#98A7AF color RGB value is (152,167,175).

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

RGB channels and saturation

R 152 of 255 = 60%
G 167 of 255 = 65%
B 175 of 255 = 69%

152
167
175

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

Portions of RGB colors in percentages

R + G + B =
152 + 167 + 175 = 494 (100%)
R 152 of 494 ~ 30.77%
G 167 of 494 ~ 33.81%
B 175 of 494 ~ 35.43%

%30.77
%33.81
%35.43

CMYK color model

#98A7AF color CMYK value is (13,5,0,31).

  • cyan value is 13.14%
  • magenta value is 4.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(13,5,0,31)
C13M5Y0K31 
(13%,5%,0%,31%)
(0.13/0.05/0.00/0.31)	

CMYK percentages

%13.14
%4.57
%0
%31.37

Codes

Color #98A7AF in popluar color models

98A7AF
RGB152167175
HSL201°12.57%64.12%
HSB/HSV201°13.14%68.63%
CMYK13.14%4.57%0.00%
31.37%

Color #98A7AF in popluar number systems.

HEX98A7AF
Decimal152167175
Binary100110001010011110101111
Octal230247257

Shades and tints

Shades of #98A7AF

#98A7AF
(152,167,175)
#8B98A0
(139,152,160)
#7E8991
(126,137,145)
#717A82
(113,122,130)
#646B73
(100,107,115)
#575C64
(87,92,100)
#4A4D55
(74,77,85)
#3D3E46
(61,62,70)
#302F37
(48,47,55)
#232028
(35,32,40)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #98A7AF

#98A7AF
(152,167,175)
#A1AFB6
(161,175,182)
#AAB7BD
(170,183,189)
#B3BFC4
(179,191,196)
#BCC7CB
(188,199,203)
#C5CFD2
(197,207,210)
#CED7D9
(206,215,217)
#D7DFE0
(215,223,224)
#E0E7E7
(224,231,231)
#E9EFEE
(233,239,238)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A7AF; }

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

This text font color is #98A7AF.


Background Color

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

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

This div background color is #98A7AF.


Border color

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

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

This div border color is #98A7AF.


Opacity

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

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

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

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

This text has shadow with #98A7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A7AF on black background.


Color preview on white background

This text has color #98A7AF on white background.



Black color preview on #98A7AF background

This text has black color on #98A7AF background.


White color preview on #98A7AF background

This text has white color on #98A7AF background.