COLOR #98AC9B

HEX: #98AC9B
RGB: (152,172,155)

Color info

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

RGB color model

#98AC9B color RGB value is (152,172,155).

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

RGB channels and saturation

R 152 of 255 = 60%
G 172 of 255 = 67%
B 155 of 255 = 61%

152
172
155

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

Portions of RGB colors in percentages

R + G + B =
152 + 172 + 155 = 479 (100%)
R 152 of 479 ~ 31.73%
G 172 of 479 ~ 35.91%
B 155 of 479 ~ 32.36%

%31.73
%35.91
%32.36

CMYK color model

#98AC9B color CMYK value is (12,0,10,33).

  • cyan value is 11.63%
  • magenta value is 0.00%
  • yellow value is 9.88%
  • key color value is 32.55%
CMYK:
(12,0,10,33)
C12M0Y10K33 
(12%,0%,10%,33%)
(0.12/0.00/0.10/0.33)	

CMYK percentages

%11.63
%0
%9.88
%32.55

Codes

Color #98AC9B in popluar color models

98AC9B
RGB152172155
HSL129°10.75%63.53%
HSB/HSV129°11.63%67.45%
CMYK11.63%0.00%9.88%
32.55%

Color #98AC9B in popluar number systems.

HEX98AC9B
Decimal152172155
Binary100110001010110010011011
Octal230254233

Shades and tints

Shades of #98AC9B

#98AC9B
(152,172,155)
#8B9D8D
(139,157,141)
#7E8E7F
(126,142,127)
#717F71
(113,127,113)
#647063
(100,112,99)
#576155
(87,97,85)
#4A5247
(74,82,71)
#3D4339
(61,67,57)
#30342B
(48,52,43)
#23251D
(35,37,29)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #98AC9B

#98AC9B
(152,172,155)
#A1B3A4
(161,179,164)
#AABAAD
(170,186,173)
#B3C1B6
(179,193,182)
#BCC8BF
(188,200,191)
#C5CFC8
(197,207,200)
#CED6D1
(206,214,209)
#D7DDDA
(215,221,218)
#E0E4E3
(224,228,227)
#E9EBEC
(233,235,236)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AC9B; }

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

This text font color is #98AC9B.


Background Color

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

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

This div background color is #98AC9B.


Border color

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

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

This div border color is #98AC9B.


Opacity

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

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

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

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

This text has shadow with #98AC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AC9B on black background.


Color preview on white background

This text has color #98AC9B on white background.



Black color preview on #98AC9B background

This text has black color on #98AC9B background.


White color preview on #98AC9B background

This text has white color on #98AC9B background.