COLOR #98ACA6

HEX: #98ACA6
RGB: (152,172,166)

Color info

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

RGB color model

#98ACA6 color RGB value is (152,172,166).

  • red value is 152;
  • green value is 172;
  • blue value is 166.
RGB:
(152,172,166)
(60%,67%,65%)

RGB channels and saturation

R 152 of 255 = 60%
G 172 of 255 = 67%
B 166 of 255 = 65%

152
172
166

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

Portions of RGB colors in percentages

R + G + B =
152 + 172 + 166 = 490 (100%)
R 152 of 490 ~ 31.02%
G 172 of 490 ~ 35.1%
B 166 of 490 ~ 33.88%

%31.02
%35.1
%33.88

CMYK color model

#98ACA6 color CMYK value is (12,0,3,33).

  • cyan value is 11.63%
  • magenta value is 0.00%
  • yellow value is 3.49%
  • key color value is 32.55%
CMYK:
(12,0,3,33)
C12M0Y3K33 
(12%,0%,3%,33%)
(0.12/0.00/0.03/0.33)	

CMYK percentages

%11.63
%0
%3.49
%32.55

Codes

Color #98ACA6 in popluar color models

98ACA6
RGB152172166
HSL162°10.75%63.53%
HSB/HSV162°11.63%67.45%
CMYK11.63%0.00%3.49%
32.55%

Color #98ACA6 in popluar number systems.

HEX98ACA6
Decimal152172166
Binary100110001010110010100110
Octal230254246

Shades and tints

Shades of #98ACA6

#98ACA6
(152,172,166)
#8B9D97
(139,157,151)
#7E8E88
(126,142,136)
#717F79
(113,127,121)
#64706A
(100,112,106)
#57615B
(87,97,91)
#4A524C
(74,82,76)
#3D433D
(61,67,61)
#30342E
(48,52,46)
#23251F
(35,37,31)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #98ACA6

#98ACA6
(152,172,166)
#A1B3AE
(161,179,174)
#AABAB6
(170,186,182)
#B3C1BE
(179,193,190)
#BCC8C6
(188,200,198)
#C5CFCE
(197,207,206)
#CED6D6
(206,214,214)
#D7DDDE
(215,221,222)
#E0E4E6
(224,228,230)
#E9EBEE
(233,235,238)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98ACA6 color. Also use rgb(152,172,166) instead hex code.

Text Font Color

.myTextColor { color: #98ACA6; }

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

This text font color is #98ACA6.


Background Color

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

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

This div background color is #98ACA6.


Border color

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

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

This div border color is #98ACA6.


Opacity

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

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

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

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

This text has shadow with #98ACA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98ACA6 on black background.


Color preview on white background

This text has color #98ACA6 on white background.



Black color preview on #98ACA6 background

This text has black color on #98ACA6 background.


White color preview on #98ACA6 background

This text has white color on #98ACA6 background.